2025-11-13 09:55.17: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (abb370b23832de7eedfd8b6f87e55e64a51dfc7a) (linux-x86_64:debian-13-5.4+flambda_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933Opam project buildTo reproduce locally:git clone --recursive "https://github.com/koonwen/ocaml-libbpf.git" -b "main" && cd "ocaml-libbpf" && git reset --hard abb370b2cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933# debian-13-5.4+flambda_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 e0b3b1bd72f4ec39675632b6fe1f8e4236293197 || git fetch origin master) && git reset -q --hard e0b3b1bd72f4ec39675632b6fe1f8e4236293197 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.0+options ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.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 $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-13 09:55.17: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933-debian-13-5.4+flambda_opam-2.4-63264f18e495e6d8ee8f20dfe01e3dd3"2025-11-13 09:55.17: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933)(comment debian-13-5.4+flambda_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 e0b3b1bd72f4ec39675632b6fe1f8e4236293197 || git fetch origin master) && git reset -q --hard e0b3b1bd72f4ec39675632b6fe1f8e4236293197 && 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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.0+options ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.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-11-13 09:55.17: Waiting for resource in pool OCluster2025-11-13 09:55.17: Waiting for worker…2025-11-13 09:55.17: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at abb370b CHANGES.md: allow nixos(from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933' locallydocker.io/ocaml/opam@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933: Pulling from ocaml/opamcae3b572364a: Already exists1ea31b9b2905: Pulling fs layer00af97c1a7ee: Pulling fs layer2888ddae7853: Pulling fs layer169f1c0e1d75: Pulling fs layerb97630267a3c: Pulling fs layer8f0f0f294210: Pulling fs layera61c20f8abb8: Pulling fs layer276b6584a497: Pulling fs layerb97630267a3c: Waitingf959c052cfb3: Pulling fs layerbadfcf6bb6a0: Pulling fs layera922ef0f4b3a: Pulling fs layer763b846be8bd: Pulling fs layer169f1c0e1d75: Waitinga922ef0f4b3a: Waitingf2aedde72921: Pulling fs layer763b846be8bd: Waiting93872d64e9dc: Pulling fs layerf2aedde72921: Waiting5539ecb0d21f: Pulling fs layer1da4220c24fc: Pulling fs layer93872d64e9dc: Waiting5539ecb0d21f: Waiting3370bc40449d: Pulling fs layerd9f40c12529d: Pulling fs layer1da4220c24fc: Waiting3370bc40449d: Waiting1cc07cfbde7c: Pulling fs layer6192479a37f0: Pulling fs layer1cc07cfbde7c: Waiting4f4fb700ef54: Pulling fs layer6192479a37f0: Waiting4ecb3473db3c: Pulling fs layer4f4fb700ef54: Waiting7b53a84c214e: Pulling fs layerbf785b671409: Pulling fs layerd31b01dff4a7: Pulling fs layer7b53a84c214e: Waiting573722d1f7a6: Pulling fs layerd31b01dff4a7: Waitingbf785b671409: Waiting573722d1f7a6: Waitinged9a82da7774: Pulling fs layer2124637b0a62: Pulling fs layered9a82da7774: Waiting55471547ee86: Pulling fs layer7c57db1a5e44: Pulling fs layer55471547ee86: Waitingc9318ee17ec1: Pulling fs layer3746bb8be4f4: Pulling fs layer343122758f2e: Pulling fs layerc9318ee17ec1: Waitingd2c146b14ad0: Pulling fs layer343122758f2e: Waiting480879182a9f: Pulling fs layer41ec89e6098c: Pulling fs layerd2c146b14ad0: Waiting480879182a9f: Waiting9a9e8fae4e62: Pulling fs layer41ec89e6098c: Waiting0bedcf0c3971: Pulling fs layer9a9e8fae4e62: Waiting595479dafdfb: Pulling fs layerd808eb6342e5: Pulling fs layer0bedcf0c3971: Waiting595479dafdfb: Waiting9be9c7fc6d78: Pulling fs layer460ed924d035: Pulling fs layer262579630356: Pulling fs layerd77e746d137e: Pulling fs layer460ed924d035: Waiting2f2153070a8d: Pulling fs layerd77e746d137e: Waitinge156a7fecdea: Pulling fs layer2f2153070a8d: Waitinge156a7fecdea: Waitingd808eb6342e5: Waiting9be9c7fc6d78: Waiting262579630356: Waiting1ea31b9b2905: Download complete00af97c1a7ee: Download complete1ea31b9b2905: Pull complete00af97c1a7ee: Pull complete2888ddae7853: Verifying Checksum2888ddae7853: Download complete2888ddae7853: Pull complete169f1c0e1d75: Verifying Checksum169f1c0e1d75: Download complete169f1c0e1d75: Pull completea61c20f8abb8: Verifying Checksuma61c20f8abb8: Download completeb97630267a3c: Verifying Checksumb97630267a3c: Download completef959c052cfb3: Verifying Checksumf959c052cfb3: Download complete276b6584a497: Verifying Checksum276b6584a497: Download completebadfcf6bb6a0: Verifying Checksumbadfcf6bb6a0: Download complete8f0f0f294210: Verifying Checksum8f0f0f294210: Download completef2aedde72921: Verifying Checksumf2aedde72921: Download completea922ef0f4b3a: Verifying Checksuma922ef0f4b3a: Download complete763b846be8bd: Verifying Checksum763b846be8bd: Download complete1da4220c24fc: Verifying Checksum1da4220c24fc: Download complete5539ecb0d21f: Download complete93872d64e9dc: Download complete3370bc40449d: Download completed9f40c12529d: Verifying Checksumd9f40c12529d: Download complete1cc07cfbde7c: Verifying Checksum1cc07cfbde7c: Download complete6192479a37f0: Verifying Checksum6192479a37f0: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete4ecb3473db3c: Verifying Checksum4ecb3473db3c: Download complete7b53a84c214e: Download completebf785b671409: Verifying Checksumbf785b671409: Download completed31b01dff4a7: Verifying Checksumd31b01dff4a7: Download complete573722d1f7a6: Verifying Checksum573722d1f7a6: Download completeed9a82da7774: Verifying Checksumed9a82da7774: Download complete2124637b0a62: Verifying Checksum2124637b0a62: Download complete55471547ee86: Verifying Checksum55471547ee86: Download complete7c57db1a5e44: Verifying Checksum7c57db1a5e44: Download completec9318ee17ec1: Verifying Checksumc9318ee17ec1: Download complete3746bb8be4f4: Download complete343122758f2e: Verifying Checksum343122758f2e: Download complete480879182a9f: Verifying Checksum480879182a9f: Download complete9a9e8fae4e62: Download complete0bedcf0c3971: Verifying Checksum0bedcf0c3971: Download complete595479dafdfb: Download completed808eb6342e5: Verifying Checksumd808eb6342e5: Download complete9be9c7fc6d78: Verifying Checksum9be9c7fc6d78: Download complete460ed924d035: Verifying Checksum460ed924d035: Download complete41ec89e6098c: Verifying Checksum41ec89e6098c: Download completed77e746d137e: Download complete2f2153070a8d: Download completee156a7fecdea: Verifying Checksume156a7fecdea: Download complete262579630356: Verifying Checksum262579630356: Download completeb97630267a3c: Pull complete8f0f0f294210: Pull completea61c20f8abb8: Pull complete276b6584a497: Pull completef959c052cfb3: Pull completebadfcf6bb6a0: Pull completea922ef0f4b3a: Pull complete763b846be8bd: Pull completef2aedde72921: Pull complete93872d64e9dc: Pull complete5539ecb0d21f: Pull complete1da4220c24fc: Pull complete3370bc40449d: Pull completed9f40c12529d: Pull complete1cc07cfbde7c: Pull complete6192479a37f0: Pull complete4f4fb700ef54: Pull complete4ecb3473db3c: Pull complete7b53a84c214e: Pull completebf785b671409: Pull completed31b01dff4a7: Pull complete573722d1f7a6: Pull completeed9a82da7774: Pull complete2124637b0a62: Pull complete55471547ee86: Pull complete7c57db1a5e44: Pull completec9318ee17ec1: Pull complete3746bb8be4f4: Pull complete343122758f2e: Pull completed2c146b14ad0: Verifying Checksumd2c146b14ad0: Download completed2c146b14ad0: Pull complete480879182a9f: Pull complete41ec89e6098c: Pull complete9a9e8fae4e62: Pull complete0bedcf0c3971: Pull complete595479dafdfb: Pull completed808eb6342e5: Pull complete9be9c7fc6d78: Pull complete460ed924d035: Pull complete262579630356: Pull completed77e746d137e: Pull complete2f2153070a8d: Pull completee156a7fecdea: Pull completeDigest: sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933Status: Downloaded newer image for ocaml/opam@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d876739332025-11-13 09:55.18 ---> using "6aac88b40f8371df71ceaa583553943aaa2f334eb9f2c24a03f1036a44dbf41f" from cache/: (comment debian-13-5.4+flambda_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-13 09:55.18 ---> using "4af4db56322f2f0c85d629dbe510932763c6b2b1976cf88a8d80b906e22d12a4" 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-13 09:55.18 ---> using "d0e85ef98074b40067e94f168ff3ed5cb417c68cb50047d7d91df4680844c444" 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-13 09:55.18 ---> using "d4c745d416d0ad39026f729b7e42fa33645ccd268b3c6ce110c95ee11b42edf3" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-13 09:55.18 ---> using "ff3572a5540826f30578995d37df9333fd351510fd19da0873c9c071bb414e99" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e e0b3b1bd72f4ec39675632b6fe1f8e4236293197 || git fetch origin master) && git reset -q --hard e0b3b1bd72f4ec39675632b6fe1f8e4236293197 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD5bf570252b..e0b3b1bd72 master -> origin/mastere0b3b1bd72 Merge pull request #28855 from yallop/ctypes-0.24.0<><> 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-13 09:55.44 ---> saved as "5e72fd10cef398ba75987798aa79a966341abd7977f2ada7e2719bece7c1fc40"/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)(dst ./))2025-11-13 09:55.44 ---> saved as "5b01694a88228024dfa60fbce3698701fc2af1684169cb418f0d4dca36e78162"/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-11-13 09:55.52 ---> saved as "25716d5addb001eaa1d10035d7f2762b20574dad9f00f0a0fd56320feb087a3b"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-13 09:55.52 ---> saved as "faca6f03e686d40c7d2fc159bad7b7a0d87b5325011eb4f2686e0bf5c0d806b5"/src: (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-variants.5.4.0+options ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.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 amd64 Packages [69.7 kB]- Fetched 160 kB in 1s (179 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-variants is already installed (current version is 5.4.0+options).[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 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 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:amd64.- (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 ... 20653 files and directories currently installed.)- Preparing to unpack .../libpipeline1_1.5.8-1_amd64.deb ...- Unpacking libpipeline1:amd64 (1.5.8-1) ...- Selecting previously unselected package binfmt-support.- Preparing to unpack .../binfmt-support_2.2.2-7_amd64.deb ...- Unpacking binfmt-support (2.2.2-7) ...- Selecting previously unselected package libpython3.13-minimal:amd64.- Preparing to unpack .../libpython3.13-minimal_3.13.5-2_amd64.deb ...- Unpacking libpython3.13-minimal:amd64 (3.13.5-2) ...- Selecting previously unselected package python3.13-minimal.- Preparing to unpack .../python3.13-minimal_3.13.5-2_amd64.deb ...- Unpacking python3.13-minimal (3.13.5-2) ...- Setting up libpython3.13-minimal:amd64 (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 ... 21000 files and directories currently installed.)- Preparing to unpack .../0-python3-minimal_3.13.5-1_amd64.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:amd64.- Preparing to unpack .../3-libreadline8t64_8.2-6_amd64.deb ...- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'- Unpacking libreadline8t64:amd64 (8.2-6) ...- Selecting previously unselected package libpython3.13-stdlib:amd64.- Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_amd64.deb ...- Unpacking libpython3.13-stdlib:amd64 (3.13.5-2) ...- Selecting previously unselected package python3.13.- Preparing to unpack .../5-python3.13_3.13.5-2_amd64.deb ...- Unpacking python3.13 (3.13.5-2) ...- Selecting previously unselected package libpython3-stdlib:amd64.- Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_amd64.deb ...- Unpacking libpython3-stdlib:amd64 (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 ... 21486 files and directories currently installed.)- Preparing to unpack .../00-python3_3.13.5-1_amd64.deb ...- Unpacking python3 (3.13.5-1) ...- Selecting previously unselected package libelf1t64:amd64.- Preparing to unpack .../01-libelf1t64_0.192-4_amd64.deb ...- Unpacking libelf1t64:amd64 (0.192-4) ...- Selecting previously unselected package bpftool.- Preparing to unpack .../02-bpftool_7.5.0+6.12.48-1_amd64.deb ...- Unpacking bpftool (7.5.0+6.12.48-1) ...- Selecting previously unselected package libxml2:amd64.- Preparing to unpack .../03-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u1_amd64.deb ...- Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...- Selecting previously unselected package libz3-4:amd64.- Preparing to unpack .../04-libz3-4_4.13.3-1_amd64.deb ...- Unpacking libz3-4:amd64 (4.13.3-1) ...- Selecting previously unselected package libllvm19:amd64.- Preparing to unpack .../05-libllvm19_1%3a19.1.7-3+b1_amd64.deb ...- Unpacking libllvm19:amd64 (1:19.1.7-3+b1) ...- Selecting previously unselected package libclang-cpp19.- Preparing to unpack .../06-libclang-cpp19_1%3a19.1.7-3+b1_amd64.deb ...- Unpacking libclang-cpp19 (1:19.1.7-3+b1) ...- Selecting previously unselected package libgc1:amd64.- Preparing to unpack .../07-libgc1_1%3a8.2.8-1_amd64.deb ...- Unpacking libgc1:amd64 (1:8.2.8-1) ...- Selecting previously unselected package libobjc4:amd64.- Preparing to unpack .../08-libobjc4_14.2.0-19_amd64.deb ...- Unpacking libobjc4:amd64 (14.2.0-19) ...- Selecting previously unselected package libobjc-14-dev:amd64.- Preparing to unpack .../09-libobjc-14-dev_14.2.0-19_amd64.deb ...- Unpacking libobjc-14-dev:amd64 (14.2.0-19) ...- Selecting previously unselected package libclang-common-19-dev:amd64.- Preparing to unpack .../10-libclang-common-19-dev_1%3a19.1.7-3+b1_amd64.deb ...- Unpacking libclang-common-19-dev:amd64 (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_amd64.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_amd64.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_amd64.deb ...- Unpacking clang-19 (1:19.1.7-3+b1) ...- Selecting previously unselected package clang.- Preparing to unpack .../14-clang_1%3a19.0-63_amd64.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_amd64.deb ...- Unpacking clang-tools-19 (1:19.1.7-3+b1) ...- Selecting previously unselected package libc6-i386.- Preparing to unpack .../16-libc6-i386_2.41-12_amd64.deb ...- Unpacking libc6-i386 (2.41-12) ...- Selecting previously unselected package lib32gcc-s1.- Preparing to unpack .../17-lib32gcc-s1_14.2.0-19_amd64.deb ...- Unpacking lib32gcc-s1 (14.2.0-19) ...- Selecting previously unselected package lib32stdc++6.- Preparing to unpack .../18-lib32stdc++6_14.2.0-19_amd64.deb ...- Unpacking lib32stdc++6 (14.2.0-19) ...- Selecting previously unselected package libbpf1:amd64.- Preparing to unpack .../19-libbpf1_1%3a1.5.0-3_amd64.deb ...- Unpacking libbpf1:amd64 (1:1.5.0-3) ...- Selecting previously unselected package zlib1g-dev:amd64.- Preparing to unpack .../20-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ...- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...- Selecting previously unselected package libelf-dev:amd64.- Preparing to unpack .../21-libelf-dev_0.192-4_amd64.deb ...- Unpacking libelf-dev:amd64 (0.192-4) ...- Selecting previously unselected package libbpf-dev:amd64.- Preparing to unpack .../22-libbpf-dev_1%3a1.5.0-3_amd64.deb ...- Unpacking libbpf-dev:amd64 (1:1.5.0-3) ...- Selecting previously unselected package libclang-rt-19-dev:amd64.- Preparing to unpack .../23-libclang-rt-19-dev_1%3a19.1.7-3+b1_amd64.deb ...- Unpacking libclang-rt-19-dev:amd64 (1:19.1.7-3+b1) ...- Selecting previously unselected package libffi-dev:amd64.- Preparing to unpack .../24-libffi-dev_3.4.8-2_amd64.deb ...- Unpacking libffi-dev:amd64 (3.4.8-2) ...- Selecting previously unselected package libncurses6:amd64.- Preparing to unpack .../25-libncurses6_6.5+20250216-2_amd64.deb ...- Unpacking libncurses6:amd64 (6.5+20250216-2) ...- Selecting previously unselected package libncurses-dev:amd64.- Preparing to unpack .../26-libncurses-dev_6.5+20250216-2_amd64.deb ...- Unpacking libncurses-dev:amd64 (6.5+20250216-2) ...- Selecting previously unselected package libpfm4:amd64.- Preparing to unpack .../27-libpfm4_4.13.0+git99-gc5587f9-1_amd64.deb ...- Unpacking libpfm4:amd64 (4.13.0+git99-gc5587f9-1) ...- Selecting previously unselected package libpkgconf3:amd64.- Preparing to unpack .../28-libpkgconf3_1.8.1-4_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4) ...- Selecting previously unselected package libxml2-dev:amd64.- Preparing to unpack .../29-libxml2-dev_2.12.7+dfsg+really2.9.14-2.1+deb13u1_amd64.deb ...- Unpacking libxml2-dev:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...- Selecting previously unselected package libyaml-0-2:amd64.- Preparing to unpack .../30-libyaml-0-2_0.2.5-2_amd64.deb ...- Unpacking libyaml-0-2:amd64 (0.2.5-2) ...- Selecting previously unselected package libz3-dev:amd64.- Preparing to unpack .../31-libz3-dev_4.13.3-1_amd64.deb ...- Unpacking libz3-dev:amd64 (4.13.3-1) ...- Selecting previously unselected package llvm-19-runtime.- Preparing to unpack .../32-llvm-19-runtime_1%3a19.1.7-3+b1_amd64.deb ...- Unpacking llvm-19-runtime (1:19.1.7-3+b1) ...- Selecting previously unselected package llvm-19.- Preparing to unpack .../33-llvm-19_1%3a19.1.7-3+b1_amd64.deb ...- Unpacking llvm-19 (1:19.1.7-3+b1) ...- Selecting previously unselected package python3-pygments.- Preparing to unpack .../34-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 .../35-python3-yaml_6.0.2-1+b2_amd64.deb ...- Unpacking python3-yaml (6.0.2-1+b2) ...- Selecting previously unselected package llvm-19-tools.- Preparing to unpack .../36-llvm-19-tools_1%3a19.1.7-3+b1_amd64.deb ...- Unpacking llvm-19-tools (1:19.1.7-3+b1) ...- Selecting previously unselected package llvm-19-dev.- Preparing to unpack .../37-llvm-19-dev_1%3a19.1.7-3+b1_amd64.deb ...- Unpacking llvm-19-dev (1:19.1.7-3+b1) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../38-pkgconf-bin_1.8.1-4_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../39-pkgconf_1.8.1-4_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../40-pkg-config_1.8.1-4_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4) ...- Setting up media-types (13.0.0) ...- Setting up libpipeline1:amd64 (1.5.8-1) ...- Setting up libclang-common-19-dev:amd64 (1:19.1.7-3+b1) ...- Setting up libyaml-0-2:amd64 (0.2.5-2) ...- Setting up libffi-dev:amd64 (3.4.8-2) ...- Setting up libelf1t64:amd64 (0.192-4) ...- Setting up libz3-4:amd64 (4.13.3-1) ...- Setting up libpkgconf3:amd64 (1.8.1-4) ...- Setting up libpfm4:amd64 (4.13.0+git99-gc5587f9-1) ...- Setting up libncurses6:amd64 (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:amd64 (1:8.2.8-1) ...- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...- Setting up libc6-i386 (2.41-12) ...- Setting up readline-common (8.2-6) ...- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...- Setting up libbpf1:amd64 (1:1.5.0-3) ...- Setting up libllvm19:amd64 (1:19.1.7-3+b1) ...- Setting up libz3-dev:amd64 (4.13.3-1) ...- Setting up libncurses-dev:amd64 (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 libobjc4:amd64 (14.2.0-19) ...- Setting up libobjc-14-dev:amd64 (14.2.0-19) ...- Setting up pkgconf:amd64 (1.8.1-4) ...- Setting up libxml2-dev:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...- Setting up lib32gcc-s1 (14.2.0-19) ...- Setting up lib32stdc++6 (14.2.0-19) ...- Setting up libelf-dev:amd64 (0.192-4) ...- Setting up pkg-config:amd64 (1.8.1-4) ...- Setting up libreadline8t64:amd64 (8.2-6) ...- Setting up libclang-rt-19-dev:amd64 (1:19.1.7-3+b1) ...- 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:amd64 (3.13.5-2) ...- Setting up libpython3-stdlib:amd64 (3.13.5-1) ...- Setting up libclang-cpp19 (1:19.1.7-3+b1) ...- Setting up libbpf-dev:amd64 (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 python3-pygments (2.18.0+dfsg-2) ...- Setting up clang (1:19.0-63) ...- 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-11-13 10:05.26 ---> saved as "065c4e418c702131db545938701ad9f1fdc46238c2ab45fd40e11d9604fccd17"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options).[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 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 36 packages- install base v0.17.3- 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.24.0- install ctypes-foreign 0.24.0- install dune 3.20.2- install dune-configurator 3.20.2- install integers 0.7.0- install jane-street-headers v0.17.0- install jst-config v0.17.0- install ocaml-compiler-libs v0.17.0- install ocaml_intrinsics_kernel v0.17.1- install ocamlfind 1.9.8- install ppx_assert v0.17.0- install ppx_base v0.17.0- install ppx_cold v0.17.0- install ppx_compare v0.17.0- install ppx_derivers 1.2.1- install ppx_deriving 6.1.1- install ppx_enumerate v0.17.0- install ppx_expect v0.17.3- install ppx_globalize v0.17.2- install ppx_hash v0.17.0- install ppx_here v0.17.0- install ppx_inline_test v0.17.1- install ppx_optcomp v0.17.1- install ppx_sexp_conv v0.17.1- install ppxlib 0.37.0- install ppxlib_jane v0.17.4- install sexplib0 v0.17.0- install stdio v0.17.0- install stdlib-shims 0.3.0- install time_now v0.17.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.17.3 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-clang.2-> installed conf-pkg-config.4-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)-> retrieved integers.0.7.0 (cached)-> installed conf-libffi.2.0.0-> retrieved jane-street-headers.v0.17.0 (cached)-> retrieved jst-config.v0.17.0 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ppx_assert.v0.17.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ppx_base.v0.17.0 (cached)-> retrieved ppx_cold.v0.17.0 (cached)-> retrieved ppx_compare.v0.17.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.1.1 (cached)-> retrieved ppx_enumerate.v0.17.0 (cached)-> retrieved ppx_globalize.v0.17.2 (cached)-> retrieved ppx_expect.v0.17.3 (cached)-> retrieved ppx_hash.v0.17.0 (cached)-> retrieved ppx_here.v0.17.0 (cached)-> retrieved ppx_inline_test.v0.17.1 (cached)-> retrieved ppx_optcomp.v0.17.1 (cached)-> retrieved ppx_sexp_conv.v0.17.1 (cached)-> retrieved ppxlib_jane.v0.17.4 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdio.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved time_now.v0.17.0 (cached)-> retrieved ppxlib.0.37.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.17.0-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed ocaml_intrinsics_kernel.v0.17.1-> installed stdlib-shims.0.3.0-> installed sexplib0.v0.17.0-> installed integers.0.7.0-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.17.0-> installed dune-configurator.3.20.2-> installed ctypes.0.24.0-> installed ctypes-foreign.0.24.0-> installed base.v0.17.3-> installed stdio.v0.17.0-> installed ppxlib.0.37.0-> installed ppx_optcomp.v0.17.1-> installed ppxlib_jane.v0.17.4-> installed ppx_cold.v0.17.0-> installed ppx_here.v0.17.0-> installed ppx_globalize.v0.17.2-> installed ppx_enumerate.v0.17.0-> installed ppx_deriving.6.1.1-> installed ppx_compare.v0.17.0-> installed ppx_sexp_conv.v0.17.1-> installed ppx_hash.v0.17.0-> installed ppx_assert.v0.17.0-> installed ppx_base.v0.17.0-> installed jst-config.v0.17.0-> installed time_now.v0.17.0-> installed ppx_inline_test.v0.17.1-> installed ppx_expect.v0.17.3Done.# To update the current shell environment, run: eval $(opam env)2025-11-13 10:09.18 ---> saved as "21e10c716d9cafab6719826b8476af7ae7c1a38e42dd7adc18eaabfe9921c925"/src: (copy (src .) (dst /src))2025-11-13 10:09.18 ---> saved as "adc51303076df9016f80e1718b878431837789724b17880e4ddc6fb4103d579d"/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.52025-11-13 10:09.24 ---> saved as "393110322510910f2308f4aaa2f7b2e36538204f73add9329e8933a00d40770a"Job succeeded2025-11-13 10:09.24: Job succeeded