2025-10-15 10:21.52: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (abb370b23832de7eedfd8b6f87e55e64a51dfc7a) (linux-x86_64:debian-13-4.14_x86_32_opam-2.4) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63 Opam project build To reproduce locally: git clone --recursive "https://github.com/koonwen/ocaml-libbpf.git" -b "main" && cd "ocaml-libbpf" && git reset --hard abb370b2 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63 # debian-13-4.14_x86_32_opam-2.4 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] 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 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam ./ RUN opam pin add -yn libbpf_maps.dev './' && \ opam pin add -yn libbpf.dev './' && \ opam pin add -yn conf-libbpf.dev './' && \ opam pin add -yn conf-bpftool.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base.v0.16.4 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_enumerate.v0.16.0 ppx_expect.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y libbpf_maps.dev libbpf.dev conf-libbpf.dev conf-bpftool.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-10-15 10:21.52: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63-debian-13-4.14_x86_32_opam-2.4-a95d671a62e7e81087ae4d9c5e292525" 2025-10-15 10:21.52: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63) (comment debian-13-4.14_x86_32_opam-2.4) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (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 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam) (dst ./)) (run (network host) (shell "opam pin add -yn libbpf_maps.dev './' && \ \nopam pin add -yn libbpf.dev './' && \ \nopam pin add -yn conf-libbpf.dev './' && \ \nopam pin add -yn conf-bpftool.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_enumerate.v0.16.0 ppx_expect.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.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 libbpf_maps.dev libbpf.dev conf-libbpf.dev conf-bpftool.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-10-15 10:21.52: Waiting for resource in pool OCluster 2025-10-15 12:37.04: Waiting for worker… 2025-10-15 12:40.01: Got resource from pool OCluster Building on eumache All commits already cached HEAD is now at abb370b CHANGES.md: allow nixos (from ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63' locally docker.io/ocaml/opam@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63: Pulling from ocaml/opam f1c1f592b556: Pulling fs layer 1b804c748ae2: Pulling fs layer 46890ce1a2c6: Pulling fs layer 59d360237abf: Pulling fs layer 3f9e79276ad2: Pulling fs layer 0f3879946ce8: Pulling fs layer b5386ba4450a: Pulling fs layer d72a73e60ada: Pulling fs layer 5657d34ee214: Pulling fs layer b3739d7df5a6: Pulling fs layer 20686602fa54: Pulling fs layer ac71dabb3064: Pulling fs layer aebd608b6359: Pulling fs layer b25ca2e1fe6a: Pulling fs layer 7b3c426e231e: Pulling fs layer 7c29943894c1: Pulling fs layer 6f96d58bfde1: Pulling fs layer 57fd7e6f0fcc: Pulling fs layer c62cedd71197: Pulling fs layer 8299ba532ede: Pulling fs layer acd9fe4f75a0: Pulling fs layer b5386ba4450a: Waiting 4f4fb700ef54: Pulling fs layer d72a73e60ada: Waiting 5657d34ee214: Waiting 9f75e0cf0db8: Pulling fs layer 1ac30b6ffbfe: Pulling fs layer b3739d7df5a6: Waiting 20686602fa54: Waiting 8c966152e5b9: Pulling fs layer 1b89a7d78106: Pulling fs layer 7ec941522540: Pulling fs layer 4ea54a4b23e3: Pulling fs layer f896ea897152: Pulling fs layer 81d297dab66c: Pulling fs layer a761e314d9bb: Pulling fs layer 59d360237abf: Waiting ac71dabb3064: Waiting 7e72fd67616e: Pulling fs layer aebd608b6359: Waiting 3f9e79276ad2: Waiting 0f3879946ce8: Waiting 12aaf83bc4b9: Pulling fs layer 052055b1bebb: Pulling fs layer b25ca2e1fe6a: Waiting 7b3c426e231e: Waiting ef3b8f2cb729: Pulling fs layer 7c29943894c1: Waiting 57924c7f024b: Pulling fs layer 6f96d58bfde1: Waiting e08a5917fa7f: Pulling fs layer 823bcf26ad4e: Pulling fs layer c62cedd71197: Waiting fc03626aec80: Pulling fs layer 8299ba532ede: Waiting 1091dd9160fe: Pulling fs layer b2ab94a85ee0: Pulling fs layer 81d297dab66c: Waiting e51823fd6968: Pulling fs layer 57fd7e6f0fcc: Waiting acd9fe4f75a0: Waiting de64f45c764d: Pulling fs layer ef3b8f2cb729: Waiting 9ccb9124a814: Pulling fs layer 4f4fb700ef54: Waiting 57924c7f024b: Waiting e08a5917fa7f: Waiting 823bcf26ad4e: Waiting fc03626aec80: Waiting 12aaf83bc4b9: Waiting a761e314d9bb: Waiting 1091dd9160fe: Waiting 7e72fd67616e: Waiting b2ab94a85ee0: Waiting de64f45c764d: Waiting 9ccb9124a814: Waiting e51823fd6968: Waiting 052055b1bebb: Waiting 9f75e0cf0db8: Waiting 1ac30b6ffbfe: Waiting 4ea54a4b23e3: Waiting 1b89a7d78106: Waiting 7ec941522540: Waiting f896ea897152: Waiting 46890ce1a2c6: Verifying Checksum 46890ce1a2c6: Download complete 1b804c748ae2: Verifying Checksum 1b804c748ae2: Download complete 3f9e79276ad2: Verifying Checksum 3f9e79276ad2: Download complete 59d360237abf: Verifying Checksum 59d360237abf: Download complete b5386ba4450a: Verifying Checksum b5386ba4450a: Download complete d72a73e60ada: Verifying Checksum d72a73e60ada: Download complete 5657d34ee214: Verifying Checksum 5657d34ee214: Download complete f1c1f592b556: Verifying Checksum f1c1f592b556: Download complete b3739d7df5a6: Verifying Checksum b3739d7df5a6: Download complete ac71dabb3064: Verifying Checksum ac71dabb3064: Download complete 20686602fa54: Verifying Checksum 20686602fa54: Download complete b25ca2e1fe6a: Verifying Checksum b25ca2e1fe6a: Download complete aebd608b6359: Verifying Checksum aebd608b6359: Download complete 7b3c426e231e: Verifying Checksum 7b3c426e231e: Download complete 6f96d58bfde1: Verifying Checksum 6f96d58bfde1: Download complete 7c29943894c1: Verifying Checksum 7c29943894c1: Download complete 57fd7e6f0fcc: Download complete c62cedd71197: Verifying Checksum c62cedd71197: Download complete 8299ba532ede: Verifying Checksum 8299ba532ede: Download complete acd9fe4f75a0: Verifying Checksum acd9fe4f75a0: Download complete 4f4fb700ef54: Download complete f1c1f592b556: Pull complete 1b804c748ae2: Pull complete 46890ce1a2c6: Pull complete 9f75e0cf0db8: Verifying Checksum 9f75e0cf0db8: Download complete 1ac30b6ffbfe: Verifying Checksum 1ac30b6ffbfe: Download complete 8c966152e5b9: Verifying Checksum 8c966152e5b9: Download complete 0f3879946ce8: Verifying Checksum 0f3879946ce8: Download complete 1b89a7d78106: Download complete 59d360237abf: Pull complete 7ec941522540: Verifying Checksum 7ec941522540: Download complete 4ea54a4b23e3: Verifying Checksum 4ea54a4b23e3: Download complete 3f9e79276ad2: Pull complete f896ea897152: Verifying Checksum f896ea897152: Download complete 81d297dab66c: Verifying Checksum 81d297dab66c: Download complete a761e314d9bb: Verifying Checksum a761e314d9bb: Download complete 7e72fd67616e: Download complete 12aaf83bc4b9: Download complete 052055b1bebb: Download complete 57924c7f024b: Verifying Checksum 57924c7f024b: Download complete 823bcf26ad4e: Download complete fc03626aec80: Verifying Checksum fc03626aec80: Download complete 1091dd9160fe: Verifying Checksum 1091dd9160fe: Download complete e08a5917fa7f: Verifying Checksum e08a5917fa7f: Download complete e51823fd6968: Download complete de64f45c764d: Verifying Checksum de64f45c764d: Download complete ef3b8f2cb729: Verifying Checksum ef3b8f2cb729: Download complete 9ccb9124a814: Verifying Checksum 9ccb9124a814: Download complete 0f3879946ce8: Pull complete b5386ba4450a: Pull complete d72a73e60ada: Pull complete 5657d34ee214: Pull complete b3739d7df5a6: Pull complete 20686602fa54: Pull complete ac71dabb3064: Pull complete b2ab94a85ee0: Verifying Checksum b2ab94a85ee0: Download complete aebd608b6359: Pull complete b25ca2e1fe6a: Pull complete 7b3c426e231e: Pull complete 7c29943894c1: Pull complete 6f96d58bfde1: Pull complete 57fd7e6f0fcc: Pull complete c62cedd71197: Pull complete 8299ba532ede: Pull complete acd9fe4f75a0: Pull complete 4f4fb700ef54: Pull complete 9f75e0cf0db8: Pull complete 1ac30b6ffbfe: Pull complete 8c966152e5b9: Pull complete 1b89a7d78106: Pull complete 7ec941522540: Pull complete 4ea54a4b23e3: Pull complete f896ea897152: Pull complete 81d297dab66c: Pull complete a761e314d9bb: Pull complete 7e72fd67616e: Pull complete 12aaf83bc4b9: Pull complete 052055b1bebb: Pull complete ef3b8f2cb729: Pull complete 57924c7f024b: Pull complete e08a5917fa7f: Pull complete 823bcf26ad4e: Pull complete fc03626aec80: Pull complete 1091dd9160fe: Pull complete b2ab94a85ee0: Pull complete e51823fd6968: Pull complete de64f45c764d: Pull complete 9ccb9124a814: Pull complete Digest: sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63 Status: Downloaded newer image for ocaml/opam@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63 2025-10-15 12:42.08 ---> saved as "9324b430a173d988cd667e6a34c7b7fcdaf67bcda08cd9e8ed334f03c397df27" /: (comment debian-13-4.14_x86_32_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-10-15 12:42.08 ---> saved as "bd34fdeaa58f0bf53cb92f8d89ca7cdc4f9c93f61c5fdc10eea57b53bead48c4" /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-10-15 12:42.55 ---> saved as "99d71abddb6022b7c3534606b307b2c5edee7f071445b9278c3f0e55c3479dd3" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-10-15 12:42.55 ---> saved as "8f38b9ae7c6bd1d0fb0e011a4d7898d9531ecfc18af87332444cbb11732655f8" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-15 12:42.56 ---> saved as "76f17c68cf981d400bcd478a859a30de47152cca5e6b84a3af48baa9e51d1610" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && git log --no-decorate -n1 --oneline && opam update -u")) 3f21ebe342 Merge pull request #28544 from vouillon/opam-publish-re.1.14.0 <><> 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-10-15 12:43.29 ---> saved as "22d95c3ddc2b4e1b0ffddbec41ef693d71b38d73ba45c99c8260580bd61309ee" /src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam) (dst ./)) 2025-10-15 12:43.30 ---> saved as "715c115151dcaf8d688070e4ecb055732d935745ea87b03f7fe630edd2ba36ac" /src: (run (network host) (shell "opam pin add -yn libbpf_maps.dev './' && \ \nopam pin add -yn libbpf.dev './' && \ \nopam pin add -yn conf-libbpf.dev './' && \ \nopam pin add -yn conf-bpftool.dev './'")) [libbpf_maps.dev] synchronised (file:///src) libbpf_maps is now pinned to file:///src (version dev) [libbpf.dev] synchronised (file:///src) libbpf is now pinned to file:///src (version dev) [conf-libbpf.dev] synchronised (file:///src) conf-libbpf is now pinned to file:///src (version dev) [conf-bpftool.dev] synchronised (file:///src) conf-bpftool is now pinned to file:///src (version dev) 2025-10-15 12:43.38 ---> saved as "dea04d89a4516d7bd2f793b684b28f895420f1ad4274eee5e5326564b5c7f899" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-15 12:43.38 ---> saved as "4ebc2643f0678ff17b133567aa0c7c0b60b1f00b17c5f7b05e1af38be1c4ac74" /src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_enumerate.v0.16.0 ppx_expect.v0.16.0 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.0 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.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 libbpf_maps.dev libbpf.dev conf-libbpf.dev conf-bpftool.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 i386 Packages [49.1 kB] - Fetched 140 kB in 0s (1210 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [conf-bpftool.dev] synchronised (file:///src) [conf-libbpf.dev] synchronised (file:///src) [libbpf.dev] synchronised (file:///src) [libbpf_maps.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). The following system packages will first need to be installed: bpftool clang libbpf-dev libffi-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "bpftool" "clang" "libbpf-dev" "libffi-dev" "pkg-config" - Selecting previously unselected package libpipeline1:i386. - (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 ... 20592 files and directories currently installed.) - Preparing to unpack .../libpipeline1_1.5.8-1_i386.deb ... - Unpacking libpipeline1:i386 (1.5.8-1) ... - Selecting previously unselected package binfmt-support. - Preparing to unpack .../binfmt-support_2.2.2-7_i386.deb ... - Unpacking binfmt-support (2.2.2-7) ... - Selecting previously unselected package libpython3.13-minimal:i386. - Preparing to unpack .../libpython3.13-minimal_3.13.5-2_i386.deb ... - Unpacking libpython3.13-minimal:i386 (3.13.5-2) ... - Selecting previously unselected package python3.13-minimal. - Preparing to unpack .../python3.13-minimal_3.13.5-2_i386.deb ... - Unpacking python3.13-minimal (3.13.5-2) ... - Setting up libpython3.13-minimal:i386 (3.13.5-2) ... - Setting up python3.13-minimal (3.13.5-2) ... - Selecting previously unselected package python3-minimal. - (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 ... 20939 files and directories currently installed.) - Preparing to unpack .../0-python3-minimal_3.13.5-1_i386.deb ... - Unpacking python3-minimal (3.13.5-1) ... - Selecting previously unselected package media-types. - Preparing to unpack .../1-media-types_13.0.0_all.deb ... - Unpacking media-types (13.0.0) ... - Selecting previously unselected package readline-common. - Preparing to unpack .../2-readline-common_8.2-6_all.deb ... - Unpacking readline-common (8.2-6) ... - Selecting previously unselected package libreadline8t64:i386. - Preparing to unpack .../3-libreadline8t64_8.2-6_i386.deb ... - Adding 'diversion of /lib/i386-linux-gnu/libhistory.so.8 to /lib/i386-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/i386-linux-gnu/libhistory.so.8.2 to /lib/i386-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/i386-linux-gnu/libreadline.so.8 to /lib/i386-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64' - Adding 'diversion of /lib/i386-linux-gnu/libreadline.so.8.2 to /lib/i386-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64' - Unpacking libreadline8t64:i386 (8.2-6) ... - Selecting previously unselected package libpython3.13-stdlib:i386. - Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_i386.deb ... - Unpacking libpython3.13-stdlib:i386 (3.13.5-2) ... - Selecting previously unselected package python3.13. - Preparing to unpack .../5-python3.13_3.13.5-2_i386.deb ... - Unpacking python3.13 (3.13.5-2) ... - Selecting previously unselected package libpython3-stdlib:i386. - Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_i386.deb ... - Unpacking libpython3-stdlib:i386 (3.13.5-1) ... - Setting up python3-minimal (3.13.5-1) ... - Selecting previously unselected package python3. - (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 ... 21425 files and directories currently installed.) - Preparing to unpack .../00-python3_3.13.5-1_i386.deb ... - Unpacking python3 (3.13.5-1) ... - Selecting previously unselected package libelf1t64:i386. - Preparing to unpack .../01-libelf1t64_0.192-4_i386.deb ... - Unpacking libelf1t64:i386 (0.192-4) ... - Selecting previously unselected package bpftool. - Preparing to unpack .../02-bpftool_7.5.0+6.12.48-1_i386.deb ... - Unpacking bpftool (7.5.0+6.12.48-1) ... - Selecting previously unselected package libxml2:i386. - Preparing to unpack .../03-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u1_i386.deb ... - Unpacking libxml2:i386 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ... - Selecting previously unselected package libz3-4:i386. - Preparing to unpack .../04-libz3-4_4.13.3-1_i386.deb ... - Unpacking libz3-4:i386 (4.13.3-1) ... - Selecting previously unselected package libllvm19:i386. - Preparing to unpack .../05-libllvm19_1%3a19.1.7-3+b1_i386.deb ... - Unpacking libllvm19:i386 (1:19.1.7-3+b1) ... - Selecting previously unselected package libclang-cpp19. - Preparing to unpack .../06-libclang-cpp19_1%3a19.1.7-3+b1_i386.deb ... - Unpacking libclang-cpp19 (1:19.1.7-3+b1) ... - Selecting previously unselected package libgc1:i386. - Preparing to unpack .../07-libgc1_1%3a8.2.8-1_i386.deb ... - Unpacking libgc1:i386 (1:8.2.8-1) ... - Selecting previously unselected package libobjc4:i386. - Preparing to unpack .../08-libobjc4_14.2.0-19_i386.deb ... - Unpacking libobjc4:i386 (14.2.0-19) ... - Selecting previously unselected package libobjc-14-dev:i386. - Preparing to unpack .../09-libobjc-14-dev_14.2.0-19_i386.deb ... - Unpacking libobjc-14-dev:i386 (14.2.0-19) ... - Selecting previously unselected package libclang-common-19-dev:i386. - Preparing to unpack .../10-libclang-common-19-dev_1%3a19.1.7-3+b1_i386.deb ... - Unpacking libclang-common-19-dev:i386 (1:19.1.7-3+b1) ... - Selecting previously unselected package llvm-19-linker-tools. - Preparing to unpack .../11-llvm-19-linker-tools_1%3a19.1.7-3+b1_i386.deb ... - Unpacking llvm-19-linker-tools (1:19.1.7-3+b1) ... - Selecting previously unselected package libclang1-19. - Preparing to unpack .../12-libclang1-19_1%3a19.1.7-3+b1_i386.deb ... - Unpacking libclang1-19 (1:19.1.7-3+b1) ... - Selecting previously unselected package clang-19. - Preparing to unpack .../13-clang-19_1%3a19.1.7-3+b1_i386.deb ... - Unpacking clang-19 (1:19.1.7-3+b1) ... - Selecting previously unselected package clang. - Preparing to unpack .../14-clang_1%3a19.0-63_i386.deb ... - Unpacking clang (1:19.0-63) ... - Selecting previously unselected package clang-tools-19. - Preparing to unpack .../15-clang-tools-19_1%3a19.1.7-3+b1_i386.deb ... - Unpacking clang-tools-19 (1:19.1.7-3+b1) ... - Selecting previously unselected package libc6-amd64. - Preparing to unpack .../16-libc6-amd64_2.41-12_i386.deb ... - Unpacking libc6-amd64 (2.41-12) ... - Selecting previously unselected package lib64atomic1. - Preparing to unpack .../17-lib64atomic1_14.2.0-19_i386.deb ... - Unpacking lib64atomic1 (14.2.0-19) ... - Selecting previously unselected package lib64gcc-s1. - Preparing to unpack .../18-lib64gcc-s1_14.2.0-19_i386.deb ... - Unpacking lib64gcc-s1 (14.2.0-19) ... - Selecting previously unselected package lib64stdc++6. - Preparing to unpack .../19-lib64stdc++6_14.2.0-19_i386.deb ... - Unpacking lib64stdc++6 (14.2.0-19) ... - Selecting previously unselected package libbpf1:i386. - Preparing to unpack .../20-libbpf1_1%3a1.5.0-3_i386.deb ... - Unpacking libbpf1:i386 (1:1.5.0-3) ... - Selecting previously unselected package zlib1g-dev:i386. - Preparing to unpack .../21-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_i386.deb ... - Unpacking zlib1g-dev:i386 (1:1.3.dfsg+really1.3.1-1+b1) ... - Selecting previously unselected package libzstd-dev:i386. - Preparing to unpack .../22-libzstd-dev_1.5.7+dfsg-1_i386.deb ... - Unpacking libzstd-dev:i386 (1.5.7+dfsg-1) ... - Selecting previously unselected package libelf-dev:i386. - Preparing to unpack .../23-libelf-dev_0.192-4_i386.deb ... - Unpacking libelf-dev:i386 (0.192-4) ... - Selecting previously unselected package libbpf-dev:i386. - Preparing to unpack .../24-libbpf-dev_1%3a1.5.0-3_i386.deb ... - Unpacking libbpf-dev:i386 (1:1.5.0-3) ... - Selecting previously unselected package libclang-rt-19-dev:i386. - Preparing to unpack .../25-libclang-rt-19-dev_1%3a19.1.7-3+b1_i386.deb ... - Unpacking libclang-rt-19-dev:i386 (1:19.1.7-3+b1) ... - Selecting previously unselected package libffi-dev:i386. - Preparing to unpack .../26-libffi-dev_3.4.8-2_i386.deb ... - Unpacking libffi-dev:i386 (3.4.8-2) ... - Selecting previously unselected package libncurses6:i386. - Preparing to unpack .../27-libncurses6_6.5+20250216-2_i386.deb ... - Unpacking libncurses6:i386 (6.5+20250216-2) ... - Selecting previously unselected package libncurses-dev:i386. - Preparing to unpack .../28-libncurses-dev_6.5+20250216-2_i386.deb ... - Unpacking libncurses-dev:i386 (6.5+20250216-2) ... - Selecting previously unselected package libpfm4:i386. - Preparing to unpack .../29-libpfm4_4.13.0+git99-gc5587f9-1_i386.deb ... - Unpacking libpfm4:i386 (4.13.0+git99-gc5587f9-1) ... - Selecting previously unselected package libpkgconf3:i386. - Preparing to unpack .../30-libpkgconf3_1.8.1-4_i386.deb ... - Unpacking libpkgconf3:i386 (1.8.1-4) ... - Selecting previously unselected package libxml2-dev:i386. - Preparing to unpack .../31-libxml2-dev_2.12.7+dfsg+really2.9.14-2.1+deb13u1_i386.deb ... - Unpacking libxml2-dev:i386 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ... - Selecting previously unselected package libyaml-0-2:i386. - Preparing to unpack .../32-libyaml-0-2_0.2.5-2_i386.deb ... - Unpacking libyaml-0-2:i386 (0.2.5-2) ... - Selecting previously unselected package libz3-dev:i386. - Preparing to unpack .../33-libz3-dev_4.13.3-1_i386.deb ... - Unpacking libz3-dev:i386 (4.13.3-1) ... - Selecting previously unselected package llvm-19-runtime. - Preparing to unpack .../34-llvm-19-runtime_1%3a19.1.7-3+b1_i386.deb ... - Unpacking llvm-19-runtime (1:19.1.7-3+b1) ... - Selecting previously unselected package llvm-19. - Preparing to unpack .../35-llvm-19_1%3a19.1.7-3+b1_i386.deb ... - Unpacking llvm-19 (1:19.1.7-3+b1) ... - Selecting previously unselected package python3-pygments. - Preparing to unpack .../36-python3-pygments_2.18.0+dfsg-2_all.deb ... - Unpacking python3-pygments (2.18.0+dfsg-2) ... - Selecting previously unselected package python3-yaml. - Preparing to unpack .../37-python3-yaml_6.0.2-1+b2_i386.deb ... - Unpacking python3-yaml (6.0.2-1+b2) ... - Selecting previously unselected package llvm-19-tools. - Preparing to unpack .../38-llvm-19-tools_1%3a19.1.7-3+b1_i386.deb ... - Unpacking llvm-19-tools (1:19.1.7-3+b1) ... - Selecting previously unselected package llvm-19-dev. - Preparing to unpack .../39-llvm-19-dev_1%3a19.1.7-3+b1_i386.deb ... - Unpacking llvm-19-dev (1:19.1.7-3+b1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../40-pkgconf-bin_1.8.1-4_i386.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:i386. - Preparing to unpack .../41-pkgconf_1.8.1-4_i386.deb ... - Unpacking pkgconf:i386 (1.8.1-4) ... - Selecting previously unselected package pkg-config:i386. - Preparing to unpack .../42-pkg-config_1.8.1-4_i386.deb ... - Unpacking pkg-config:i386 (1.8.1-4) ... - Setting up media-types (13.0.0) ... - Setting up libpipeline1:i386 (1.5.8-1) ... - Setting up libzstd-dev:i386 (1.5.7+dfsg-1) ... - Setting up libclang-common-19-dev:i386 (1:19.1.7-3+b1) ... - Setting up libyaml-0-2:i386 (0.2.5-2) ... - Setting up libffi-dev:i386 (3.4.8-2) ... - Setting up libelf1t64:i386 (0.192-4) ... - Setting up libz3-4:i386 (4.13.3-1) ... - Setting up libpkgconf3:i386 (1.8.1-4) ... - Setting up libpfm4:i386 (4.13.0+git99-gc5587f9-1) ... - Setting up libncurses6:i386 (6.5+20250216-2) ... - Setting up binfmt-support (2.2.2-7) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of start. - Setting up pkgconf-bin (1.8.1-4) ... - Setting up libgc1:i386 (1:8.2.8-1) ... - Setting up zlib1g-dev:i386 (1:1.3.dfsg+really1.3.1-1+b1) ... - Setting up libc6-amd64 (2.41-12) ... - Setting up readline-common (8.2-6) ... - Setting up libxml2:i386 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ... - Setting up libbpf1:i386 (1:1.5.0-3) ... - Setting up libllvm19:i386 (1:19.1.7-3+b1) ... - Setting up libz3-dev:i386 (4.13.3-1) ... - Setting up libncurses-dev:i386 (6.5+20250216-2) ... - Setting up libclang1-19 (1:19.1.7-3+b1) ... - Setting up bpftool (7.5.0+6.12.48-1) ... - Setting up lib64atomic1 (14.2.0-19) ... - Setting up libobjc4:i386 (14.2.0-19) ... - Setting up libobjc-14-dev:i386 (14.2.0-19) ... - Setting up pkgconf:i386 (1.8.1-4) ... - Setting up libxml2-dev:i386 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ... - Setting up lib64gcc-s1 (14.2.0-19) ... - Setting up libelf-dev:i386 (0.192-4) ... - Setting up pkg-config:i386 (1.8.1-4) ... - Setting up libreadline8t64:i386 (8.2-6) ... - Setting up llvm-19-linker-tools (1:19.1.7-3+b1) ... - Setting up llvm-19-runtime (1:19.1.7-3+b1) ... - Setting up libpython3.13-stdlib:i386 (3.13.5-2) ... - Setting up libpython3-stdlib:i386 (3.13.5-1) ... - Setting up libclang-cpp19 (1:19.1.7-3+b1) ... - Setting up libbpf-dev:i386 (1:1.5.0-3) ... - Setting up python3.13 (3.13.5-2) ... - Setting up python3 (3.13.5-1) ... - running python rtupdate hooks for python3.13... - running python post-rtupdate hooks for python3.13... - Setting up clang-19 (1:19.1.7-3+b1) ... - Setting up clang-tools-19 (1:19.1.7-3+b1) ... - Setting up lib64stdc++6 (14.2.0-19) ... - Setting up python3-pygments (2.18.0+dfsg-2) ... - Setting up clang (1:19.0-63) ... - Setting up libclang-rt-19-dev:i386 (1:19.1.7-3+b1) ... - Setting up llvm-19 (1:19.1.7-3+b1) ... - Setting up python3-yaml (6.0.2-1+b2) ... - Setting up llvm-19-tools (1:19.1.7-3+b1) ... - Setting up llvm-19-dev (1:19.1.7-3+b1) ... - Processing triggers for libc-bin (2.41-12) ... - Processing triggers for base-files (13.8+deb13u1) ... 2025-10-15 12:44.20 ---> saved as "1adcd71d4c51421687bb3f68961cce61ebf21ce3590e2ab0191e8ba54e6a9a55" /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 36 packages - install base v0.16.4 - install bigarray-compat 1.1.0 - install conf-clang 2 - install conf-libffi 2.0.0 - install conf-pkg-config 4 - install cppo 1.8.0 - install csexp 1.5.2 - install ctypes 0.23.0 - install ctypes-foreign 0.23.0 - install dune 3.20.2 - install dune-configurator 3.20.2 - install integers 0.7.0 - install jane-street-headers v0.16.0 - install jst-config v0.16.0 - install ocaml-compiler-libs v0.12.4 - install ocamlfind 1.9.8 - install ppx_assert v0.16.0 - install ppx_base v0.16.0 - install ppx_cold v0.16.0 - install ppx_compare v0.16.0 - install ppx_derivers 1.2.1 - install ppx_deriving 6.0.3 - install ppx_enumerate v0.16.0 - install ppx_expect v0.16.0 - install ppx_globalize v0.16.0 - install ppx_hash v0.16.0 - install ppx_here v0.16.0 - install ppx_inline_test v0.16.0 - install ppx_optcomp v0.16.0 - install ppx_sexp_conv v0.16.0 - install ppxlib 0.35.0 - install re 1.14.0 - install sexplib0 v0.16.0 - install stdio v0.16.0 - install stdlib-shims 0.3.0 - install time_now v0.16.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base.v0.16.4 (cached) -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-clang.2 -> installed conf-pkg-config.4 -> retrieved csexp.1.5.2 (cached) -> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached) -> installed conf-libffi.2.0.0 -> retrieved integers.0.7.0 (cached) -> retrieved jane-street-headers.v0.16.0 (cached) -> retrieved jst-config.v0.16.0 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ppx_assert.v0.16.0 (cached) -> retrieved ppx_base.v0.16.0 (cached) -> retrieved ppx_cold.v0.16.0 (cached) -> retrieved ppx_compare.v0.16.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_enumerate.v0.16.0 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved ppx_expect.v0.16.0 (cached) -> retrieved ppx_globalize.v0.16.0 (cached) -> retrieved ppx_hash.v0.16.0 (cached) -> retrieved ppx_here.v0.16.0 (cached) -> retrieved ppx_inline_test.v0.16.0 (cached) -> retrieved ppx_optcomp.v0.16.0 (cached) -> retrieved ppx_sexp_conv.v0.16.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdio.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved time_now.v0.16.0 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> installed ocamlfind.1.9.8 -> installed dune.3.20.2 -> installed jane-street-headers.v0.16.0 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed bigarray-compat.1.1.0 -> installed cppo.1.8.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed re.1.14.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed integers.0.7.0 -> installed dune-configurator.3.20.2 -> installed ctypes.0.23.0 -> installed base.v0.16.4 -> installed stdio.v0.16.0 -> installed ctypes-foreign.0.23.0 -> installed ppxlib.0.35.0 -> installed ppx_globalize.v0.16.0 -> installed ppx_optcomp.v0.16.0 -> installed ppx_cold.v0.16.0 -> installed ppx_here.v0.16.0 -> installed ppx_enumerate.v0.16.0 -> installed ppx_compare.v0.16.0 -> installed ppx_sexp_conv.v0.16.0 -> installed ppx_deriving.6.0.3 -> installed ppx_hash.v0.16.0 -> installed ppx_assert.v0.16.0 -> installed ppx_base.v0.16.0 -> installed jst-config.v0.16.0 -> installed time_now.v0.16.0 -> installed ppx_inline_test.v0.16.0 -> installed ppx_expect.v0.16.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-10-15 12:46.20 ---> saved as "efd29b7d9ed221c6e2b5e1836aad7430755a3875efc262c853c820b03fb54b1e" /src: (copy (src .) (dst /src)) 2025-10-15 12:46.20 ---> saved as "83b84baa3f45dfb71598d4ef34a555948ac89c7933c0c6a270249fe324f8e501" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test_version.exe) Major:1, Minor:5, Libbpf.v1.5 2025-10-15 12:46.24 ---> saved as "55066f7723b3a4ab5b57f4b084e881d44e5daaff97984f04948ea3213b5aff80" Job succeeded 2025-10-15 12:46.24: Job succeeded