2025-05-21 11:39.04: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (abb370b23832de7eedfd8b6f87e55e64a51dfc7a) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.08@sha256:48fa4a7216c3973bb95572cf5dca98cbbcefe90f288f552e7ac70a8ccd438aa7
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-12-ocaml-4.08@sha256:48fa4a7216c3973bb95572cf5dca98cbbcefe90f288f552e7ac70a8ccd438aa7
# debian-12-4.08_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 c7d6d1d2aa1bf00c8e6ec9dff2030cd39d493e47 || git fetch origin master) && git reset -q --hard c7d6d1d2aa1bf00c8e6ec9dff2030cd39d493e47 && 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.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 conf-clang.1 conf-libffi.2.0.0 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.13.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 fieldslib.v0.12.0 integers.0.1.0 jbuilder.1.0+beta20.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.3.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ppx_assert.v0.12.0 ppx_compare.v0.12.0 ppx_custom_printf.v0.12.1 ppx_derivers.1.0 ppx_deriving.4.5-1 ppx_expect.v0.12.0 ppx_fields_conv.v0.12.0 ppx_here.v0.12.0 ppx_inline_test.v0.12.0 ppx_sexp_conv.v0.12.0 ppx_tools.5.2+4.08.0 ppx_variants_conv.v0.12.0 ppxfind.1.1 ppxlib.0.7.0 re.1.8.0 result.1.5 seq.0.3 sexplib0.v0.12.0 stdio.v0.12.0 topkg.0.7.5 variantslib.v0.12.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 $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-05-21 11:39.04: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:debian-12-ocaml-4.08@sha256:48fa4a7216c3973bb95572cf5dca98cbbcefe90f288f552e7ac70a8ccd438aa7-debian-12-4.08_opam-2.3-fb044a91bf5db7e9f32f172ea4a6e121"
2025-05-21 11:39.04: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.08@sha256:48fa4a7216c3973bb95572cf5dca98cbbcefe90f288f552e7ac70a8ccd438aa7)
(comment debian-12-4.08_opam-2.3)
(user (uid 1000) (gid 1000))
(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 c7d6d1d2aa1bf00c8e6ec9dff2030cd39d493e47 || git fetch origin master) && git reset -q --hard c7d6d1d2aa1bf00c8e6ec9dff2030cd39d493e47 && 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.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 conf-clang.1 conf-libffi.2.0.0 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.13.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 fieldslib.v0.12.0 integers.0.1.0 jbuilder.1.0+beta20.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.3.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ppx_assert.v0.12.0 ppx_compare.v0.12.0 ppx_custom_printf.v0.12.1 ppx_derivers.1.0 ppx_deriving.4.5-1 ppx_expect.v0.12.0 ppx_fields_conv.v0.12.0 ppx_here.v0.12.0 ppx_inline_test.v0.12.0 ppx_sexp_conv.v0.12.0 ppx_tools.5.2+4.08.0 ppx_variants_conv.v0.12.0 ppxfind.1.1 ppxlib.0.7.0 re.1.8.0 result.1.5 seq.0.3 sexplib0.v0.12.0 stdio.v0.12.0 topkg.0.7.5 variantslib.v0.12.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-05-21 11:39.04: Waiting for resource in pool OCluster
2025-05-21 11:39.05: Waiting for worker…
2025-05-21 11:39.05: Got resource from pool OCluster
Building on x86-bm-c3.sw.ocaml.org
All commits already cached
HEAD is now at abb370b CHANGES.md: allow nixos
(from ocaml/opam:debian-12-ocaml-4.08@sha256:48fa4a7216c3973bb95572cf5dca98cbbcefe90f288f552e7ac70a8ccd438aa7)
2025-05-21 11:39.53 ---> saved as "d1b97f3f32fc7cff4791d73e3fff398d19cc5b0541c709028ff05a921e22d2c8"
/: (comment debian-12-4.08_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-21 11:39.53 ---> saved as "252a7fccff4a04534e7678f99648f936030516efe1d086ecbac29219212e3fdc"
/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 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.
Continue? [y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-05-21 11:40.25 ---> saved as "07d2507753443e39db4311af058ef649e00f49fdd7db583b849fca416004669c"
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.08.1
2.3.0
2025-05-21 11:40.26 ---> saved as "aa37332da28f8b7a081fb8fdfbe234755e3fa3ed79d08677ecac1ff024d05f2e"
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-05-21 11:40.26 ---> saved as "47bcb9fdd26c4d6b24176b7653f9efad72225270ac7f6fdf758ae1e1ff905ad9"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c7d6d1d2aa1bf00c8e6ec9dff2030cd39d493e47 || git fetch origin master) && git reset -q --hard c7d6d1d2aa1bf00c8e6ec9dff2030cd39d493e47 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
0d013e603b..c7d6d1d2aa master -> origin/master
c7d6d1d2aa Merge pull request #27880 from MisterDA/os-family-fedora
<><> 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, 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-05-21 11:40.54 ---> saved as "66ff02a54b840a023494b5595be748ab3cc7ba7ff65edf109a455c65b7c4cf12"
/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)
(dst ./))
2025-05-21 11:40.54 ---> saved as "12574cba8284b400539ef3146443ee21eb5561cd28f3ceb972b6d85acec3a5d5"
/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-05-21 11:41.01 ---> saved as "059ec4ca7ae04f6dc7fc2054dd7c160a35e281fb891070ffa10fe3545a0a6b61"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-05-21 11:41.01 ---> saved as "e05a44ca7b99e2dd33f73b9bcb365c2b81c877e5045940adc42233fbe76518ee"
/src: (env DEPS "base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.0.0 conf-clang.1 conf-libffi.2.0.0 conf-m4.1 conf-pkg-config.1.0 cppo.1.6.1 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.13.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 fieldslib.v0.12.0 integers.0.1.0 jbuilder.1.0+beta20.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.3.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ppx_assert.v0.12.0 ppx_compare.v0.12.0 ppx_custom_printf.v0.12.1 ppx_derivers.1.0 ppx_deriving.4.5-1 ppx_expect.v0.12.0 ppx_fields_conv.v0.12.0 ppx_here.v0.12.0 ppx_inline_test.v0.12.0 ppx_sexp_conv.v0.12.0 ppx_tools.5.2+4.08.0 ppx_variants_conv.v0.12.0 ppxfind.1.1 ppxlib.0.7.0 re.1.8.0 result.1.5 seq.0.3 sexplib0.v0.12.0 stdio.v0.12.0 topkg.0.7.5 variantslib.v0.12.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 amd64 Packages [8793 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB]
- Fetched 9306 kB in 2s (5549 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-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[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 m4 pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "bpftool" "clang" "libbpf-dev" "libffi-dev" "m4" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- 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 ... 18747 files and directories currently installed.)
- Preparing to unpack .../libpipeline1_1.5.7-1_amd64.deb ...
- Unpacking libpipeline1:amd64 (1.5.7-1) ...
- Selecting previously unselected package binfmt-support.
- Preparing to unpack .../binfmt-support_2.2.2-2_amd64.deb ...
- Unpacking binfmt-support (2.2.2-2) ...
- Selecting previously unselected package libpython3.11-minimal:amd64.
- Preparing to unpack .../libpython3.11-minimal_3.11.2-6+deb12u6_amd64.deb ...
- Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ...
- Selecting previously unselected package python3.11-minimal.
- Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u6_amd64.deb ...
- Unpacking python3.11-minimal (3.11.2-6+deb12u6) ...
- Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ...
- Setting up python3.11-minimal (3.11.2-6+deb12u6) ...
- 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 ... 19076 files and directories currently installed.)
- Preparing to unpack .../python3-minimal_3.11.2-1+b1_amd64.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:amd64.
- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u6_amd64.deb ...
- Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ...
- Selecting previously unselected package python3.11.
- Preparing to unpack .../python3.11_3.11.2-6+deb12u6_amd64.deb ...
- Unpacking python3.11 (3.11.2-6+deb12u6) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (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 ... 19486 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.11.2-1+b1_amd64.deb ...
- Unpacking python3 (3.11.2-1+b1) ...
- Preparing to unpack .../01-libcc1-0_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking libcc1-0:amd64 (12.2.0-14+deb12u1) over (12.2.0-14) ...
- Preparing to unpack .../02-libgomp1_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking libgomp1:amd64 (12.2.0-14+deb12u1) over (12.2.0-14) ...
- Preparing to unpack .../03-libitm1_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking libitm1:amd64 (12.2.0-14+deb12u1) over (12.2.0-14) ...
- Preparing to unpack .../04-libatomic1_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking libatomic1:amd64 (12.2.0-14+deb12u1) over (12.2.0-14) ...
- Preparing to unpack .../05-libasan8_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking libasan8:amd64 (12.2.0-14+deb12u1) over (12.2.0-14) ...
- Preparing to unpack .../06-liblsan0_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking liblsan0:amd64 (12.2.0-14+deb12u1) over (12.2.0-14) ...
- Preparing to unpack .../07-libtsan2_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking libtsan2:amd64 (12.2.0-14+deb12u1) over (12.2.0-14) ...
- Preparing to unpack .../08-libubsan1_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking libubsan1:amd64 (12.2.0-14+deb12u1) over (12.2.0-14) ...
- Preparing to unpack .../09-libquadmath0_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking libquadmath0:amd64 (12.2.0-14+deb12u1) over (12.2.0-14) ...
- Preparing to unpack .../10-gcc-12-base_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking gcc-12-base:amd64 (12.2.0-14+deb12u1) over (12.2.0-14) ...
- Setting up gcc-12-base:amd64 (12.2.0-14+deb12u1) ...
- (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 ... 19508 files and directories currently installed.)
- Preparing to unpack .../libstdc++6_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking libstdc++6:amd64 (12.2.0-14+deb12u1) over (12.2.0-14) ...
- Setting up libstdc++6:amd64 (12.2.0-14+deb12u1) ...
- (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 ... 19508 files and directories currently installed.)
- Preparing to unpack .../0-g++-12_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking g++-12 (12.2.0-14+deb12u1) over (12.2.0-14) ...
- Preparing to unpack .../1-libstdc++-12-dev_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking libstdc++-12-dev:amd64 (12.2.0-14+deb12u1) over (12.2.0-14) ...
- Preparing to unpack .../2-libgcc-12-dev_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking libgcc-12-dev:amd64 (12.2.0-14+deb12u1) over (12.2.0-14) ...
- Preparing to unpack .../3-gcc-12_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking gcc-12 (12.2.0-14+deb12u1) over (12.2.0-14) ...
- Preparing to unpack .../4-cpp-12_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking cpp-12 (12.2.0-14+deb12u1) over (12.2.0-14) ...
- Preparing to unpack .../5-libgcc-s1_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking libgcc-s1:amd64 (12.2.0-14+deb12u1) over (12.2.0-14) ...
- Setting up libgcc-s1:amd64 (12.2.0-14+deb12u1) ...
- Selecting previously unselected package libelf1: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 ... 19508 files and directories currently installed.)
- Preparing to unpack .../00-libelf1_0.188-2.1_amd64.deb ...
- Unpacking libelf1:amd64 (0.188-2.1) ...
- Selecting previously unselected package bpftool.
- Preparing to unpack .../01-bpftool_7.1.0+6.1.137-1_amd64.deb ...
- Unpacking bpftool (7.1.0+6.1.137-1) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../02-libicu72_72.1-3_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../03-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../04-libz3-4_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-3.1) ...
- Selecting previously unselected package libllvm14:amd64.
- Preparing to unpack .../05-libllvm14_1%3a14.0.6-12_amd64.deb ...
- Unpacking libllvm14:amd64 (1:14.0.6-12) ...
- Selecting previously unselected package libclang-cpp14.
- Preparing to unpack .../06-libclang-cpp14_1%3a14.0.6-12_amd64.deb ...
- Unpacking libclang-cpp14 (1:14.0.6-12) ...
- Selecting previously unselected package libgc1:amd64.
- Preparing to unpack .../07-libgc1_1%3a8.2.2-3_amd64.deb ...
- Unpacking libgc1:amd64 (1:8.2.2-3) ...
- Selecting previously unselected package libobjc4:amd64.
- Preparing to unpack .../08-libobjc4_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking libobjc4:amd64 (12.2.0-14+deb12u1) ...
- Selecting previously unselected package libobjc-12-dev:amd64.
- Preparing to unpack .../09-libobjc-12-dev_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking libobjc-12-dev:amd64 (12.2.0-14+deb12u1) ...
- Selecting previously unselected package libclang-common-14-dev.
- Preparing to unpack .../10-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 .../11-llvm-14-linker-tools_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-linker-tools (1:14.0.6-12) ...
- Selecting previously unselected package libclang1-14.
- Preparing to unpack .../12-libclang1-14_1%3a14.0.6-12_amd64.deb ...
- Unpacking libclang1-14 (1:14.0.6-12) ...
- Selecting previously unselected package clang-14.
- Preparing to unpack .../13-clang-14_1%3a14.0.6-12_amd64.deb ...
- Unpacking clang-14 (1:14.0.6-12) ...
- Selecting previously unselected package clang.
- Preparing to unpack .../14-clang_1%3a14.0-55.7~deb12u1_amd64.deb ...
- Unpacking clang (1:14.0-55.7~deb12u1) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../15-icu-devtools_72.1-3_amd64.deb ...
- Unpacking icu-devtools (72.1-3) ...
- Selecting previously unselected package libc6-i386.
- Preparing to unpack .../16-libc6-i386_2.36-9+deb12u10_amd64.deb ...
- Unpacking libc6-i386 (2.36-9+deb12u10) ...
- Selecting previously unselected package lib32gcc-s1.
- Preparing to unpack .../17-lib32gcc-s1_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking lib32gcc-s1 (12.2.0-14+deb12u1) ...
- Selecting previously unselected package lib32stdc++6.
- Preparing to unpack .../18-lib32stdc++6_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking lib32stdc++6 (12.2.0-14+deb12u1) ...
- Selecting previously unselected package libbpf1:amd64.
- Preparing to unpack .../19-libbpf1_1%3a1.1.0-1_amd64.deb ...
- Unpacking libbpf1:amd64 (1:1.1.0-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../20-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Selecting previously unselected package libelf-dev:amd64.
- Preparing to unpack .../21-libelf-dev_0.188-2.1_amd64.deb ...
- Unpacking libelf-dev:amd64 (0.188-2.1) ...
- Selecting previously unselected package libbpf-dev:amd64.
- Preparing to unpack .../22-libbpf-dev_1%3a1.1.0-1_amd64.deb ...
- Unpacking libbpf-dev:amd64 (1:1.1.0-1) ...
- Selecting previously unselected package libclang-rt-14-dev:amd64.
- Preparing to unpack .../23-libclang-rt-14-dev_1%3a14.0.6-12_amd64.deb ...
- Unpacking libclang-rt-14-dev:amd64 (1:14.0.6-12) ...
- Selecting previously unselected package libnspr4:amd64.
- Preparing to unpack .../24-libnspr4_2%3a4.35-1_amd64.deb ...
- Unpacking libnspr4:amd64 (2:4.35-1) ...
- Selecting previously unselected package libnss3:amd64.
- Preparing to unpack .../25-libnss3_2%3a3.87.1-1+deb12u1_amd64.deb ...
- Unpacking libnss3:amd64 (2:3.87.1-1+deb12u1) ...
- Selecting previously unselected package nss-plugin-pem:amd64.
- Preparing to unpack .../26-nss-plugin-pem_1.0.8+1-1_amd64.deb ...
- Unpacking nss-plugin-pem:amd64 (1.0.8+1-1) ...
- Selecting previously unselected package libcurl3-nss:amd64.
- Preparing to unpack .../27-libcurl3-nss_7.88.1-10+deb12u12_amd64.deb ...
- Unpacking libcurl3-nss:amd64 (7.88.1-10+deb12u12) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../28-libffi-dev_3.4.4-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.4-1) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../29-libicu-dev_72.1-3_amd64.deb ...
- Unpacking libicu-dev:amd64 (72.1-3) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../30-libncurses6_6.4-4_amd64.deb ...
- Unpacking libncurses6:amd64 (6.4-4) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../31-libncurses-dev_6.4-4_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.4-4) ...
- Selecting previously unselected package libpfm4:amd64.
- Preparing to unpack .../32-libpfm4_4.13.0-1_amd64.deb ...
- Unpacking libpfm4:amd64 (4.13.0-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../33-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package libtinfo-dev:amd64.
- Preparing to unpack .../34-libtinfo-dev_6.4-4_amd64.deb ...
- Unpacking libtinfo-dev:amd64 (6.4-4) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../35-libxml2-dev_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../36-libyaml-0-2_0.2.5-1_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
- Selecting previously unselected package libz3-dev:amd64.
- Preparing to unpack .../37-libz3-dev_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-dev:amd64 (4.8.12-3.1) ...
- Preparing to unpack .../38-linux-libc-dev_6.1.137-1_amd64.deb ...
- Unpacking linux-libc-dev:amd64 (6.1.137-1) over (6.1.135-1) ...
- Selecting previously unselected package llvm-14-runtime.
- Preparing to unpack .../39-llvm-14-runtime_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-runtime (1:14.0.6-12) ...
- Selecting previously unselected package llvm-14.
- Preparing to unpack .../40-llvm-14_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14 (1:14.0.6-12) ...
- Selecting previously unselected package python3-pkg-resources.
- Preparing to unpack .../41-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 .../42-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 .../43-python3-yaml_6.0-3+b2_amd64.deb ...
- Unpacking python3-yaml (6.0-3+b2) ...
- Selecting previously unselected package llvm-14-tools.
- Preparing to unpack .../44-llvm-14-tools_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-tools (1:14.0.6-12) ...
- Selecting previously unselected package llvm-14-dev.
- Preparing to unpack .../45-llvm-14-dev_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-dev (1:14.0.6-12) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../46-m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../47-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../48-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../49-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up media-types (10.0.0) ...
- Setting up libpipeline1:amd64 (1.5.7-1) ...
- Setting up cpp-12 (12.2.0-14+deb12u1) ...
- Setting up libicu72:amd64 (72.1-3) ...
- Setting up libyaml-0-2:amd64 (0.2.5-1) ...
- Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ...
- Setting up linux-libc-dev:amd64 (6.1.137-1) ...
- Setting up m4 (1.4.19-3) ...
- Setting up libgomp1:amd64 (12.2.0-14+deb12u1) ...
- Setting up libffi-dev:amd64 (3.4.4-1) ...
- Setting up libz3-4:amd64 (4.8.12-3.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libpfm4:amd64 (4.13.0-1) ...
- Setting up libnspr4:amd64 (2:4.35-1) ...
- Setting up libncurses6:amd64 (6.4-4) ...
- Setting up libquadmath0:amd64 (12.2.0-14+deb12u1) ...
- Setting up libatomic1:amd64 (12.2.0-14+deb12u1) ...
- 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:amd64 (1:8.2.2-3) ...
- Setting up libubsan1:amd64 (12.2.0-14+deb12u1) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libasan8:amd64 (12.2.0-14+deb12u1) ...
- Setting up libc6-i386 (2.36-9+deb12u10) ...
- Setting up libtsan2:amd64 (12.2.0-14+deb12u1) ...
- Setting up libelf1:amd64 (0.188-2.1) ...
- Setting up libicu-dev:amd64 (72.1-3) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up libcc1-0:amd64 (12.2.0-14+deb12u1) ...
- Setting up libbpf1:amd64 (1:1.1.0-1) ...
- Setting up liblsan0:amd64 (12.2.0-14+deb12u1) ...
- Setting up libitm1:amd64 (12.2.0-14+deb12u1) ...
- Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ...
- Setting up libz3-dev:amd64 (4.8.12-3.1) ...
- Setting up python3.11 (3.11.2-6+deb12u6) ...
- Setting up libncurses-dev:amd64 (6.4-4) ...
- Setting up bpftool (7.1.0+6.1.137-1) ...
- Setting up libobjc4:amd64 (12.2.0-14+deb12u1) ...
- 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:amd64 (2:3.87.1-1+deb12u1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up lib32gcc-s1 (12.2.0-14+deb12u1) ...
- Setting up lib32stdc++6 (12.2.0-14+deb12u1) ...
- Setting up libgcc-12-dev:amd64 (12.2.0-14+deb12u1) ...
- Setting up libelf-dev:amd64 (0.188-2.1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Setting up libllvm14:amd64 (1:14.0.6-12) ...
- Setting up libobjc-12-dev:amd64 (12.2.0-14+deb12u1) ...
- 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:amd64 (6.4-4) ...
- Setting up libbpf-dev:amd64 (1:1.1.0-1) ...
- Setting up libstdc++-12-dev:amd64 (12.2.0-14+deb12u1) ...
- Setting up nss-plugin-pem:amd64 (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-rt-14-dev:amd64 (1:14.0.6-12) ...
- Setting up gcc-12 (12.2.0-14+deb12u1) ...
- Setting up libclang-common-14-dev (1:14.0.6-12) ...
- Setting up libclang-cpp14 (1:14.0.6-12) ...
- Setting up libcurl3-nss:amd64 (7.88.1-10+deb12u12) ...
- Setting up g++-12 (12.2.0-14+deb12u1) ...
- 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+deb12u10) ...
2025-05-21 11:41.50 ---> saved as "ef87117c87b47bc58c31b55dadffa2ccc41d6db86d5e38bd370cbfe586d593e8"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[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 41 packages
- install base v0.12.2
- install base-bytes base
- install bigarray-compat 1.0.0
- install conf-clang 1
- install conf-libffi 2.0.0
- install conf-m4 1
- install conf-pkg-config 1.0
- install cppo 1.6.1
- install ctypes 0.22.0
- install ctypes-foreign 0.22.0
- install dune 3.13.0
- install dune-configurator 2.3.0
- install dune-private-libs 2.3.0
- install fieldslib v0.12.0
- install integers 0.1.0
- install jbuilder 1.0+beta20.1 (deprecated)
- install ocaml-compiler-libs v0.11.0
- install ocaml-migrate-parsetree 1.3.1 (deprecated)
- install ocamlbuild 0.14.0
- install ocamlfind 1.8.0
- install ppx_assert v0.12.0
- install ppx_compare v0.12.0
- install ppx_custom_printf v0.12.1
- install ppx_derivers 1.0
- install ppx_deriving 4.5-1
- install ppx_expect v0.12.0
- install ppx_fields_conv v0.12.0
- install ppx_here v0.12.0
- install ppx_inline_test v0.12.0
- install ppx_sexp_conv v0.12.0
- install ppx_tools 5.2+4.08.0
- install ppx_variants_conv v0.12.0
- install ppxfind 1.1
- install ppxlib 0.7.0
- install re 1.8.0
- install result 1.5
- install seq 0.3
- install sexplib0 v0.12.0
- install stdio v0.12.0
- install topkg 0.7.5
- install variantslib v0.12.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.0.0 (cached)
-> retrieved base.v0.12.2 (cached)
-> retrieved cppo.1.6.1 (cached)
-> installed conf-clang.1
-> installed conf-m4.1
-> installed conf-pkg-config.1.0
-> retrieved ctypes.0.22.0, ctypes-foreign.0.22.0 (cached)
-> installed conf-libffi.2.0.0
-> retrieved dune-configurator.2.3.0, dune-private-libs.2.3.0 (cached)
-> retrieved dune.3.13.0 (cached)
-> retrieved fieldslib.v0.12.0 (cached)
-> retrieved integers.0.1.0 (cached)
-> retrieved jbuilder.1.0+beta20.1 (cached)
-> retrieved ocaml-compiler-libs.v0.11.0 (cached)
-> retrieved ocaml-migrate-parsetree.1.3.1 (cached)
-> retrieved ocamlbuild.0.14.0 (cached)
-> retrieved ocamlfind.1.8.0 (cached)
-> retrieved ppx_assert.v0.12.0 (cached)
-> retrieved ppx_compare.v0.12.0 (cached)
-> retrieved ppx_custom_printf.v0.12.1 (cached)
-> retrieved ppx_derivers.1.0 (cached)
-> retrieved ppx_deriving.4.5-1 (cached)
-> retrieved ppx_expect.v0.12.0 (cached)
-> retrieved ppx_fields_conv.v0.12.0 (cached)
-> retrieved ppx_here.v0.12.0 (cached)
-> retrieved ppx_inline_test.v0.12.0 (cached)
-> retrieved ppx_sexp_conv.v0.12.0 (cached)
-> retrieved ppx_tools.5.2+4.08.0 (cached)
-> retrieved ppx_variants_conv.v0.12.0 (cached)
-> retrieved ppxfind.1.1 (cached)
-> retrieved result.1.5 (cached)
-> retrieved ppxlib.0.7.0 (cached)
-> retrieved re.1.8.0 (cached)
-> retrieved seq.0.3 (cached)
-> retrieved sexplib0.v0.12.0 (cached)
-> retrieved stdio.v0.12.0 (cached)
-> retrieved variantslib.v0.12.0 (cached)
-> retrieved topkg.0.7.5 (cached)
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed ppx_tools.5.2+4.08.0
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed cppo.1.6.1
-> installed ocaml-compiler-libs.v0.11.0
-> installed dune.3.13.0
-> installed bigarray-compat.1.0.0
-> installed seq.0.3
-> installed result.1.5
-> installed sexplib0.v0.12.0
-> installed re.1.8.0
-> installed dune-private-libs.2.3.0
-> installed dune-configurator.2.3.0
-> installed ocaml-migrate-parsetree.1.3.1
-> installed topkg.0.7.5
-> installed ppxfind.1.1
-> installed integers.0.1.0
-> installed ppx_deriving.4.5-1
-> installed base.v0.12.2
-> installed fieldslib.v0.12.0
-> installed variantslib.v0.12.0
-> installed stdio.v0.12.0
-> installed ctypes.0.22.0
-> installed ctypes-foreign.0.22.0
-> installed ppxlib.0.7.0
-> installed ppx_variants_conv.v0.12.0
-> installed ppx_here.v0.12.0
-> installed ppx_fields_conv.v0.12.0
-> installed ppx_compare.v0.12.0
-> installed ppx_sexp_conv.v0.12.0
-> installed ppx_inline_test.v0.12.0
-> installed ppx_assert.v0.12.0
-> installed ppx_custom_printf.v0.12.1
-> installed ppx_expect.v0.12.0
Done.
<><> ocaml-migrate-parsetree.1.3.1 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.
<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2025-05-21 11:44.04 ---> saved as "ff5b641c6bc657fe3f763c4c34ad9ba2acdefe7d6c3b51d7226d97eca117befd"
/src: (copy (src .) (dst /src))
2025-05-21 11:44.05 ---> saved as "5f5d879033e15824e56f821db8fbbfd6c81d82717a20b31f565ea1634135eee3"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src/bindings && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fdiagnostics-color=always -g -I /home/opam/.opam/4.08/lib/ocaml -I /home/opam/.opam/4.08/lib/bigarray-compat -I /home/opam/.opam/4.08/lib/ctypes -I /home/opam/.opam/4.08/lib/integers -I . -o bpf_stubs.o -c bpf_stubs.c)
bpf_stubs.c: In function '_3_libbpf_version_string':
bpf_stubs.c:26:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
26 | char* x12 = libbpf_version_string();
| ^~~~~~~~~~~~~~~~~~~~~
bpf_stubs.c: In function '_5_libbpf_bpf_attach_type_str':
bpf_stubs.c:48:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
48 | char* x34 = libbpf_bpf_attach_type_str(x31);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
bpf_stubs.c: In function '_6_libbpf_bpf_link_type_str':
bpf_stubs.c:58:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
58 | char* x42 = libbpf_bpf_link_type_str(x39);
| ^~~~~~~~~~~~~~~~~~~~~~~~
bpf_stubs.c: In function '_7_libbpf_bpf_map_type_str':
bpf_stubs.c:68:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
68 | char* x50 = libbpf_bpf_map_type_str(x47);
| ^~~~~~~~~~~~~~~~~~~~~~~
bpf_stubs.c: In function '_8_libbpf_bpf_prog_type_str':
bpf_stubs.c:78:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
78 | char* x58 = libbpf_bpf_prog_type_str(x55);
| ^~~~~~~~~~~~~~~~~~~~~~~~
(cd _build/default/test && ./test_version.exe)
Major:1, Minor:1, Libbpf.v1.1
2025-05-21 11:44.08 ---> saved as "00d9c8be76f7c3490086b87603e31e4ed541bc7c19a3f27031b0c9e8342fa5e1"
Job succeeded
2025-05-21 11:44.08: Job succeeded