2025-04-03 16:17.21: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (389b642ae4e776b007eea267b3525022d8bff16c) (linux-arm64:debian-12-4.14_arm32_opam-2.3)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:dab97683b7788051c5d2bf4897cedef65727c12d828ac51052c24d55c2366138Opam project buildTo reproduce locally:git clone --recursive "https://github.com/koonwen/ocaml-libbpf.git" -b "main" && cd "ocaml-libbpf" && git reset --hard 389b642acat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.14@sha256:dab97683b7788051c5d2bf4897cedef65727c12d828ac51052c24d55c2366138# debian-12-4.14_arm32_opam-2.3USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.3 /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 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && 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.16.3 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-bash.1 conf-clang.1 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.18.0 dune-configurator.3.18.0 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.1 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.12.0 seq.base 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.3 --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-04-03 16:17.21: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:debian-12-ocaml-4.14@sha256:dab97683b7788051c5d2bf4897cedef65727c12d828ac51052c24d55c2366138-debian-12-4.14_arm32_opam-2.3-98bdcf155da0eeaad0a81dd4303c9e3d"2025-04-03 16:17.21: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:dab97683b7788051c5d2bf4897cedef65727c12d828ac51052c24d55c2366138)(comment debian-12-4.14_arm32_opam-2.3)(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.3 /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 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && 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.3 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-bash.1 conf-clang.1 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.18.0 dune-configurator.3.18.0 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.1 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.12.0 seq.base 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.3 --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-04-03 16:17.21: Waiting for resource in pool OCluster2025-04-03 16:17.21: Waiting for worker…2025-04-03 16:31.58: Got resource from pool OClusterBuilding on kydoime.caelum.ci.devAll commits already cachedHEAD is now at 389b642 dune fmt(from ocaml/opam:debian-12-ocaml-4.14@sha256:dab97683b7788051c5d2bf4897cedef65727c12d828ac51052c24d55c2366138)Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:dab97683b7788051c5d2bf4897cedef65727c12d828ac51052c24d55c2366138' locallydocker.io/ocaml/opam@sha256:dab97683b7788051c5d2bf4897cedef65727c12d828ac51052c24d55c2366138: Pulling from ocaml/opamc8c493a81b2b: Already exists99a186d8e81f: Pulling fs layeradd84b98f366: Pulling fs layerb14da2f49734: Pulling fs layerdb2f478a6a8c: Pulling fs layer2370da73d901: Pulling fs layer2370da73d901: Waitingdb2f478a6a8c: Waitingb14da2f49734: Verifying Checksumb14da2f49734: Download completedb2f478a6a8c: Verifying Checksumdb2f478a6a8c: Download complete2370da73d901: Verifying Checksum2370da73d901: Download complete99a186d8e81f: Verifying Checksum99a186d8e81f: Download complete99a186d8e81f: Pull completeadd84b98f366: Verifying Checksumadd84b98f366: Download completeadd84b98f366: Pull completeb14da2f49734: Pull completedb2f478a6a8c: Pull complete2370da73d901: Pull completeDigest: sha256:dab97683b7788051c5d2bf4897cedef65727c12d828ac51052c24d55c2366138Status: Downloaded newer image for ocaml/opam@sha256:dab97683b7788051c5d2bf4897cedef65727c12d828ac51052c24d55c2366138WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested2025-04-03 16:31.58 ---> using "a4a7346b65800078dd9a1faf44ab4676365b7bdc20df8c804ce817ad048e97a4" from cache/: (comment debian-12-4.14_arm32_opam-2.3)/: (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.3 /usr/bin/opam"))2025-04-03 16:31.58 ---> using "80e005dd774ea5fbb192cc1c3597f97aad42ccac4850a60e2aaa70921c4db6c3" 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.Continue? [y/n] yThis development 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"[default] synchronised from file:///home/opam/opam-repository2025-04-03 16:31.58 ---> using "8ab3efc0671963811ca23b6b364470d6aad7959fcfd7a5ebdc2b6204b1b270fd" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.14.22.3.02025-04-03 16:31.58 ---> using "8a7f70f3ae372ee657d81824b4cfc2282f1730a0e194892819a5855769f66e6d" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-04-03 16:31.58 ---> using "856f22cb69cb82324fbdd85ef0d1c0768a0c2b9313a5325016d20bdce1163801" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa8ed476033..1b767795a4 master -> origin/master1b767795a4 Merge pull request #27704 from maiste/release-dune-3.18.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive[default] synchronised from file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly, 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-04-03 16:31.58 ---> using "ff3cdaef84784861cd30db1298815630af87d0a3e190db39e099b002bda40f05" from cache/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)(dst ./))2025-04-03 16:31.59 ---> saved as "d50022280ba6e21305f4c34e39da2ef634d500df76a2cd8e4381006844b030ac"/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-04-03 16:32.08 ---> saved as "49c7f55c9c56036b37e59386a868b75405290429f1f4e872dbb04d7c6bd8e215"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-04-03 16:32.08 ---> saved as "221d24ceb3ec2be453ecd38995732d0f1330798781678aea35c294158a3bf712"/src: (env DEPS "base.v0.16.3 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-bash.1 conf-clang.1 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.18.0 dune-configurator.3.18.0 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.1 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.12.0 seq.base 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.3 --depext-only -y libbpf_maps.dev libbpf.dev conf-libbpf.dev conf-bpftool.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian bookworm/main armhf Packages [8507 kB]- Get:5 http://deb.debian.org/debian bookworm-updates/main armhf Packages.diff/Index [16.2 kB]- Get:6 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [231 kB]- Get:7 http://deb.debian.org/debian bookworm-updates/main armhf Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [187 B]- Get:7 http://deb.debian.org/debian bookworm-updates/main armhf Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [187 B]- Fetched 9008 kB in 2s (5750 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[conf-libbpf.dev] synchronised (file:///src)[conf-bpftool.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"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libpipeline1:armhf.- (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 ... 18473 files and directories currently installed.)- Preparing to unpack .../libpipeline1_1.5.7-1_armhf.deb ...- Unpacking libpipeline1:armhf (1.5.7-1) ...- Selecting previously unselected package binfmt-support.- Preparing to unpack .../binfmt-support_2.2.2-2_armhf.deb ...- Unpacking binfmt-support (2.2.2-2) ...- Selecting previously unselected package libpython3.11-minimal:armhf.- Preparing to unpack .../libpython3.11-minimal_3.11.2-6+deb12u5_armhf.deb ...- Unpacking libpython3.11-minimal:armhf (3.11.2-6+deb12u5) ...- Selecting previously unselected package python3.11-minimal.- Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u5_armhf.deb ...- Unpacking python3.11-minimal (3.11.2-6+deb12u5) ...- Setting up libpython3.11-minimal:armhf (3.11.2-6+deb12u5) ...- Setting up python3.11-minimal (3.11.2-6+deb12u5) ...- 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 ... 18802 files and directories currently installed.)- Preparing to unpack .../python3-minimal_3.11.2-1+b1_armhf.deb ...- Unpacking python3-minimal (3.11.2-1+b1) ...- Selecting previously unselected package media-types.- Preparing to unpack .../media-types_10.0.0_all.deb ...- Unpacking media-types (10.0.0) ...- Selecting previously unselected package libpython3.11-stdlib:armhf.- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u5_armhf.deb ...- Unpacking libpython3.11-stdlib:armhf (3.11.2-6+deb12u5) ...- Selecting previously unselected package python3.11.- Preparing to unpack .../python3.11_3.11.2-6+deb12u5_armhf.deb ...- Unpacking python3.11 (3.11.2-6+deb12u5) ...- Selecting previously unselected package libpython3-stdlib:armhf.- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_armhf.deb ...- Unpacking libpython3-stdlib:armhf (3.11.2-1+b1) ...- Setting up python3-minimal (3.11.2-1+b1) ...- 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 ... 19212 files and directories currently installed.)- Preparing to unpack .../00-python3_3.11.2-1+b1_armhf.deb ...- Unpacking python3 (3.11.2-1+b1) ...- Selecting previously unselected package libelf1:armhf.- Preparing to unpack .../01-libelf1_0.188-2.1_armhf.deb ...- Unpacking libelf1:armhf (0.188-2.1) ...- Selecting previously unselected package bpftool.- Preparing to unpack .../02-bpftool_7.1.0+6.1.129-1_armhf.deb ...- Unpacking bpftool (7.1.0+6.1.129-1) ...- Selecting previously unselected package libicu72:armhf.- Preparing to unpack .../03-libicu72_72.1-3_armhf.deb ...- Unpacking libicu72:armhf (72.1-3) ...- Selecting previously unselected package libxml2:armhf.- Preparing to unpack .../04-libxml2_2.9.14+dfsg-1.3~deb12u1_armhf.deb ...- Unpacking libxml2:armhf (2.9.14+dfsg-1.3~deb12u1) ...- Selecting previously unselected package libz3-4:armhf.- Preparing to unpack .../05-libz3-4_4.8.12-3.1_armhf.deb ...- Unpacking libz3-4:armhf (4.8.12-3.1) ...- Selecting previously unselected package libllvm14:armhf.- Preparing to unpack .../06-libllvm14_1%3a14.0.6-12_armhf.deb ...- Unpacking libllvm14:armhf (1:14.0.6-12) ...- Selecting previously unselected package libclang-cpp14.- Preparing to unpack .../07-libclang-cpp14_1%3a14.0.6-12_armhf.deb ...- Unpacking libclang-cpp14 (1:14.0.6-12) ...- Selecting previously unselected package libgc1:armhf.- Preparing to unpack .../08-libgc1_1%3a8.2.2-3_armhf.deb ...- Unpacking libgc1:armhf (1:8.2.2-3) ...- Selecting previously unselected package libobjc4:armhf.- Preparing to unpack .../09-libobjc4_12.2.0-14_armhf.deb ...- Unpacking libobjc4:armhf (12.2.0-14) ...- Selecting previously unselected package libobjc-12-dev:armhf.- Preparing to unpack .../10-libobjc-12-dev_12.2.0-14_armhf.deb ...- Unpacking libobjc-12-dev:armhf (12.2.0-14) ...- Selecting previously unselected package libclang-common-14-dev.- Preparing to unpack .../11-libclang-common-14-dev_1%3a14.0.6-12_all.deb ...- Unpacking libclang-common-14-dev (1:14.0.6-12) ...- Selecting previously unselected package llvm-14-linker-tools.- Preparing to unpack .../12-llvm-14-linker-tools_1%3a14.0.6-12_armhf.deb ...- Unpacking llvm-14-linker-tools (1:14.0.6-12) ...- Selecting previously unselected package libclang1-14.- Preparing to unpack .../13-libclang1-14_1%3a14.0.6-12_armhf.deb ...- Unpacking libclang1-14 (1:14.0.6-12) ...- Selecting previously unselected package clang-14.- Preparing to unpack .../14-clang-14_1%3a14.0.6-12_armhf.deb ...- Unpacking clang-14 (1:14.0.6-12) ...- Selecting previously unselected package clang.- Preparing to unpack .../15-clang_1%3a14.0-55.7~deb12u1_armhf.deb ...- Unpacking clang (1:14.0-55.7~deb12u1) ...- Preparing to unpack .../16-curl_7.88.1-10+deb12u12_armhf.deb ...- Unpacking curl (7.88.1-10+deb12u12) over (7.88.1-10+deb12u8) ...- Preparing to unpack .../17-libcurl4_7.88.1-10+deb12u12_armhf.deb ...- Unpacking libcurl4:armhf (7.88.1-10+deb12u12) over (7.88.1-10+deb12u8) ...- Selecting previously unselected package icu-devtools.- Preparing to unpack .../18-icu-devtools_72.1-3_armhf.deb ...- Unpacking icu-devtools (72.1-3) ...- Selecting previously unselected package libbpf1:armhf.- Preparing to unpack .../19-libbpf1_1%3a1.1.0-1_armhf.deb ...- Unpacking libbpf1:armhf (1:1.1.0-1) ...- Selecting previously unselected package zlib1g-dev:armhf.- Preparing to unpack .../20-zlib1g-dev_1%3a1.2.13.dfsg-1_armhf.deb ...- Unpacking zlib1g-dev:armhf (1:1.2.13.dfsg-1) ...- Selecting previously unselected package libelf-dev:armhf.- Preparing to unpack .../21-libelf-dev_0.188-2.1_armhf.deb ...- Unpacking libelf-dev:armhf (0.188-2.1) ...- Selecting previously unselected package libbpf-dev:armhf.- Preparing to unpack .../22-libbpf-dev_1%3a1.1.0-1_armhf.deb ...- Unpacking libbpf-dev:armhf (1:1.1.0-1) ...- Selecting previously unselected package libclang-rt-14-dev:armhf.- Preparing to unpack .../23-libclang-rt-14-dev_1%3a14.0.6-12_armhf.deb ...- Unpacking libclang-rt-14-dev:armhf (1:14.0.6-12) ...- Preparing to unpack .../24-libcurl3-gnutls_7.88.1-10+deb12u12_armhf.deb ...- Unpacking libcurl3-gnutls:armhf (7.88.1-10+deb12u12) over (7.88.1-10+deb12u8) ...- Selecting previously unselected package libnspr4:armhf.- Preparing to unpack .../25-libnspr4_2%3a4.35-1_armhf.deb ...- Unpacking libnspr4:armhf (2:4.35-1) ...- Selecting previously unselected package libnss3:armhf.- Preparing to unpack .../26-libnss3_2%3a3.87.1-1+deb12u1_armhf.deb ...- Unpacking libnss3:armhf (2:3.87.1-1+deb12u1) ...- Selecting previously unselected package nss-plugin-pem:armhf.- Preparing to unpack .../27-nss-plugin-pem_1.0.8+1-1_armhf.deb ...- Unpacking nss-plugin-pem:armhf (1.0.8+1-1) ...- Selecting previously unselected package libcurl3-nss:armhf.- Preparing to unpack .../28-libcurl3-nss_7.88.1-10+deb12u12_armhf.deb ...- Unpacking libcurl3-nss:armhf (7.88.1-10+deb12u12) ...- Selecting previously unselected package libffi-dev:armhf.- Preparing to unpack .../29-libffi-dev_3.4.4-1_armhf.deb ...- Unpacking libffi-dev:armhf (3.4.4-1) ...- Selecting previously unselected package libicu-dev:armhf.- Preparing to unpack .../30-libicu-dev_72.1-3_armhf.deb ...- Unpacking libicu-dev:armhf (72.1-3) ...- Selecting previously unselected package libncurses6:armhf.- Preparing to unpack .../31-libncurses6_6.4-4_armhf.deb ...- Unpacking libncurses6:armhf (6.4-4) ...- Selecting previously unselected package libncurses-dev:armhf.- Preparing to unpack .../32-libncurses-dev_6.4-4_armhf.deb ...- Unpacking libncurses-dev:armhf (6.4-4) ...- Selecting previously unselected package libpfm4:armhf.- Preparing to unpack .../33-libpfm4_4.13.0-1_armhf.deb ...- Unpacking libpfm4:armhf (4.13.0-1) ...- Selecting previously unselected package libpkgconf3:armhf.- Preparing to unpack .../34-libpkgconf3_1.8.1-1_armhf.deb ...- Unpacking libpkgconf3:armhf (1.8.1-1) ...- Selecting previously unselected package libtinfo-dev:armhf.- Preparing to unpack .../35-libtinfo-dev_6.4-4_armhf.deb ...- Unpacking libtinfo-dev:armhf (6.4-4) ...- Selecting previously unselected package libxml2-dev:armhf.- Preparing to unpack .../36-libxml2-dev_2.9.14+dfsg-1.3~deb12u1_armhf.deb ...- Unpacking libxml2-dev:armhf (2.9.14+dfsg-1.3~deb12u1) ...- Selecting previously unselected package libyaml-0-2:armhf.- Preparing to unpack .../37-libyaml-0-2_0.2.5-1_armhf.deb ...- Unpacking libyaml-0-2:armhf (0.2.5-1) ...- Selecting previously unselected package libz3-dev:armhf.- Preparing to unpack .../38-libz3-dev_4.8.12-3.1_armhf.deb ...- Unpacking libz3-dev:armhf (4.8.12-3.1) ...- Preparing to unpack .../39-linux-libc-dev_6.1.129-1_armhf.deb ...- Unpacking linux-libc-dev:armhf (6.1.129-1) over (6.1.128-1) ...- Selecting previously unselected package llvm-14-runtime.- Preparing to unpack .../40-llvm-14-runtime_1%3a14.0.6-12_armhf.deb ...- Unpacking llvm-14-runtime (1:14.0.6-12) ...- Selecting previously unselected package llvm-14.- Preparing to unpack .../41-llvm-14_1%3a14.0.6-12_armhf.deb ...- Unpacking llvm-14 (1:14.0.6-12) ...- Selecting previously unselected package python3-pkg-resources.- Preparing to unpack .../42-python3-pkg-resources_66.1.1-1+deb12u1_all.deb ...- Unpacking python3-pkg-resources (66.1.1-1+deb12u1) ...- Selecting previously unselected package python3-pygments.- Preparing to unpack .../43-python3-pygments_2.14.0+dfsg-1_all.deb ...- Unpacking python3-pygments (2.14.0+dfsg-1) ...- Selecting previously unselected package python3-yaml.- Preparing to unpack .../44-python3-yaml_6.0-3+b2_armhf.deb ...- Unpacking python3-yaml (6.0-3+b2) ...- Selecting previously unselected package llvm-14-tools.- Preparing to unpack .../45-llvm-14-tools_1%3a14.0.6-12_armhf.deb ...- Unpacking llvm-14-tools (1:14.0.6-12) ...- Selecting previously unselected package llvm-14-dev.- Preparing to unpack .../46-llvm-14-dev_1%3a14.0.6-12_armhf.deb ...- Unpacking llvm-14-dev (1:14.0.6-12) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../47-pkgconf-bin_1.8.1-1_armhf.deb ...- Unpacking pkgconf-bin (1.8.1-1) ...- Selecting previously unselected package pkgconf:armhf.- Preparing to unpack .../48-pkgconf_1.8.1-1_armhf.deb ...- Unpacking pkgconf:armhf (1.8.1-1) ...- Selecting previously unselected package pkg-config:armhf.- Preparing to unpack .../49-pkg-config_1.8.1-1_armhf.deb ...- Unpacking pkg-config:armhf (1.8.1-1) ...- Setting up media-types (10.0.0) ...- Setting up libpipeline1:armhf (1.5.7-1) ...- Setting up libicu72:armhf (72.1-3) ...- Setting up libyaml-0-2:armhf (0.2.5-1) ...- Setting up libpython3.11-stdlib:armhf (3.11.2-6+deb12u5) ...- Setting up linux-libc-dev:armhf (6.1.129-1) ...- Setting up libcurl3-gnutls:armhf (7.88.1-10+deb12u12) ...- Setting up libffi-dev:armhf (3.4.4-1) ...- Setting up libz3-4:armhf (4.8.12-3.1) ...- Setting up libpkgconf3:armhf (1.8.1-1) ...- Setting up libpfm4:armhf (4.13.0-1) ...- Setting up libclang-rt-14-dev:armhf (1:14.0.6-12) ...- Setting up libnspr4:armhf (2:4.35-1) ...- Setting up libncurses6:armhf (6.4-4) ...- Setting up binfmt-support (2.2.2-2) ...- invoke-rc.d: could not determine current runlevel- invoke-rc.d: policy-rc.d denied execution of start.- Setting up icu-devtools (72.1-3) ...- Setting up pkgconf-bin (1.8.1-1) ...- Setting up libgc1:armhf (1:8.2.2-3) ...- Setting up zlib1g-dev:armhf (1:1.2.13.dfsg-1) ...- Setting up libcurl4:armhf (7.88.1-10+deb12u12) ...- Setting up curl (7.88.1-10+deb12u12) ...- Setting up libelf1:armhf (0.188-2.1) ...- Setting up libicu-dev:armhf (72.1-3) ...- Setting up libxml2:armhf (2.9.14+dfsg-1.3~deb12u1) ...- Setting up libbpf1:armhf (1:1.1.0-1) ...- Setting up libpython3-stdlib:armhf (3.11.2-1+b1) ...- Setting up libz3-dev:armhf (4.8.12-3.1) ...- Setting up python3.11 (3.11.2-6+deb12u5) ...- Setting up libncurses-dev:armhf (6.4-4) ...- Setting up bpftool (7.1.0+6.1.129-1) ...- Setting up libobjc4:armhf (12.2.0-14) ...- Setting up python3 (3.11.2-1+b1) ...- running python rtupdate hooks for python3.11...- running python post-rtupdate hooks for python3.11...- Setting up libnss3:armhf (2:3.87.1-1+deb12u1) ...- Setting up pkgconf:armhf (1.8.1-1) ...- Setting up libxml2-dev:armhf (2.9.14+dfsg-1.3~deb12u1) ...- Setting up libelf-dev:armhf (0.188-2.1) ...- Setting up pkg-config:armhf (1.8.1-1) ...- Setting up libllvm14:armhf (1:14.0.6-12) ...- Setting up libobjc-12-dev:armhf (12.2.0-14) ...- Setting up llvm-14-linker-tools (1:14.0.6-12) ...- Setting up python3-pkg-resources (66.1.1-1+deb12u1) ...- Setting up libtinfo-dev:armhf (6.4-4) ...- Setting up libbpf-dev:armhf (1:1.1.0-1) ...- Setting up nss-plugin-pem:armhf (1.0.8+1-1) ...- Setting up libclang1-14 (1:14.0.6-12) ...- Setting up python3-yaml (6.0-3+b2) ...- Setting up python3-pygments (2.14.0+dfsg-1) ...- Setting up llvm-14-runtime (1:14.0.6-12) ...- Setting up libclang-common-14-dev (1:14.0.6-12) ...- Setting up libclang-cpp14 (1:14.0.6-12) ...- Setting up libcurl3-nss:armhf (7.88.1-10+deb12u12) ...- Setting up llvm-14 (1:14.0.6-12) ...- Setting up llvm-14-tools (1:14.0.6-12) ...- Setting up clang-14 (1:14.0.6-12) ...- Setting up clang (1:14.0-55.7~deb12u1) ...- Setting up llvm-14-dev (1:14.0.6-12) ...- Processing triggers for libc-bin (2.36-9+deb12u9) ...2025-04-03 16:32.49 ---> saved as "c5d5b1c7aaf485d9b600591bbce3786a81cf7dbf098209323b80e6e01cae7ff3"/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 38 packages- install base v0.16.3- install bigarray-compat 1.1.0- install conf-bash 1- install conf-clang 1- 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.18.0- install dune-configurator 3.18.0- 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.1- install ppx_globalize v0.16.0- install ppx_hash v0.16.0- install ppx_here v0.16.0- install ppx_inline_test v0.16.1- install ppx_optcomp v0.16.0- install ppx_sexp_conv v0.16.0- install ppxlib 0.35.0- install re 1.12.0- install seq base- 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 bigarray-compat.1.1.0 (cached)-> installed conf-pkg-config.4-> retrieved base.v0.16.3 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-bash.1-> retrieved csexp.1.5.2 (cached)-> installed conf-libffi.2.0.0-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached)-> installed conf-clang.1-> retrieved dune.3.18.0, dune-configurator.3.18.0 (cached)-> 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 ppx_assert.v0.16.0 (cached)-> retrieved ppx_base.v0.16.0 (cached)-> retrieved ppx_cold.v0.16.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ppx_compare.v0.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.0.3 (cached)-> retrieved ppx_enumerate.v0.16.0 (cached)-> retrieved ppx_expect.v0.16.1 (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.1 (cached)-> retrieved ppx_optcomp.v0.16.0 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdio.v0.16.0 (cached)-> retrieved re.1.12.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved time_now.v0.16.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.18.0-> installed stdlib-shims.0.3.0-> installed ppx_derivers.1.2.1-> installed jane-street-headers.v0.16.0-> 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.12.0-> installed sexplib0.v0.16.0-> installed integers.0.7.0-> installed dune-configurator.3.18.0-> installed ctypes.0.23.0-> installed base.v0.16.3-> installed stdio.v0.16.0-> installed ctypes-foreign.0.23.0-> installed ppxlib.0.35.0-> installed ppx_globalize.v0.16.0-> installed ppx_cold.v0.16.0-> installed ppx_here.v0.16.0-> installed ppx_optcomp.v0.16.0-> installed ppx_enumerate.v0.16.0-> installed ppx_compare.v0.16.0-> installed ppx_deriving.6.0.3-> installed ppx_sexp_conv.v0.16.0-> 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.1-> installed ppx_expect.v0.16.1Done.# To update the current shell environment, run: eval $(opam env)2025-04-03 16:34.22 ---> saved as "9863004bdc6173d2a85b84a7f8152be9ec2f52801f82101079acb79d15012438"/src: (copy (src .) (dst /src))2025-04-03 16:34.23 ---> saved as "7b217b1dc285984b107fa3f24be285e229613ec620f8f7759c3231a242889e48"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_version.exe)Major:1, Minor:1, Libbpf.v1.12025-04-03 16:34.26 ---> saved as "4b35df0457681454aad925bd14962f98bd75fd9cf3d674b044526cbd07c9355d"Job succeeded2025-04-03 16:34.27: Job succeeded