2025-03-11 12:26.07: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (389b642ae4e776b007eea267b3525022d8bff16c) (linux-x86_64:debian-12-5.3_opam-2.3) Base: ocaml/opam:debian-12-ocaml-5.3@sha256:bc8aaa1230ecb57c5762546b9227e538394dff3b0a270fc783baf8bc6bd0bf51 Opam project build To reproduce locally: git clone --recursive "https://github.com/koonwen/ocaml-libbpf.git" -b "main" && cd "ocaml-libbpf" && git reset --hard 389b642a cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:bc8aaa1230ecb57c5762546b9227e538394dff3b0a270fc783baf8bc6bd0bf51 # debian-12-5.3_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 f90215803a7685163b9d99ec926c4efac6cd671a || git fetch origin master) && git reset -q --hard f90215803a7685163b9d99ec926c4efac6cd671a && 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.17.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 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.17.2 dune-configurator.3.17.2 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 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.0.3 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 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.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-03-11 12:26.07: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:debian-12-ocaml-5.3@sha256:bc8aaa1230ecb57c5762546b9227e538394dff3b0a270fc783baf8bc6bd0bf51-debian-12-5.3_opam-2.3-09f25a0824fa3ba2160763fb27b94fcc" 2025-03-11 12:26.07: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:bc8aaa1230ecb57c5762546b9227e538394dff3b0a270fc783baf8bc6bd0bf51) (comment debian-12-5.3_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 f90215803a7685163b9d99ec926c4efac6cd671a || git fetch origin master) && git reset -q --hard f90215803a7685163b9d99ec926c4efac6cd671a && 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.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 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.17.2 dune-configurator.3.17.2 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 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.0.3 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 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.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-03-11 12:26.07: Waiting for resource in pool OCluster 2025-03-11 12:26.32: Waiting for worker… 2025-03-11 12:26.32: Got resource from pool OCluster Building on x86-bm-c1.sw.ocaml.org hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialized empty Git repository in /var/cache/obuilder/ocluster/git/ocaml-libbpf.git-d829d4144e4987b8d111133bfd1b33af7c1df0ff/.git/ HEAD is now at 389b642 dune fmt (from ocaml/opam:debian-12-ocaml-5.3@sha256:bc8aaa1230ecb57c5762546b9227e538394dff3b0a270fc783baf8bc6bd0bf51) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:bc8aaa1230ecb57c5762546b9227e538394dff3b0a270fc783baf8bc6bd0bf51' locally docker.io/ocaml/opam@sha256:bc8aaa1230ecb57c5762546b9227e538394dff3b0a270fc783baf8bc6bd0bf51: Pulling from ocaml/opam bffb52139beb: Pulling fs layer bffb52139beb: Verifying Checksum bffb52139beb: Download complete bffb52139beb: Pull complete Digest: sha256:bc8aaa1230ecb57c5762546b9227e538394dff3b0a270fc783baf8bc6bd0bf51 Status: Downloaded newer image for ocaml/opam@sha256:bc8aaa1230ecb57c5762546b9227e538394dff3b0a270fc783baf8bc6bd0bf51 2025-03-11 12:27.55 ---> saved as "4c4507dc2c915bc2fe880d11485a066845ce2ccaf87ae0c7a8ec26d34c0670c5" /: (comment debian-12-5.3_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-03-11 12:27.55 ---> saved as "172407e1e661134309aea2eb4045783b25179cce1174e2b787c71a0e229d6f99" /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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [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-repository 2025-03-11 12:29.36 ---> saved as "09dad00ef8e83b2a63e7fe35b5cddf78fe4785748596ca052e2c9a3bfcd80b21" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-03-11 12:29.36 ---> saved as "4c6e6131f0e3a298407e281b1e9dfd9b93e12d2f56fdd382c559c07f8223d814" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-03-11 12:29.36 ---> saved as "a6d2d725d9ab586b26e2389e81730115d2ead44f3f6db0f5c35ba85c11f7e8a2" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e f90215803a7685163b9d99ec926c4efac6cd671a || git fetch origin master) && git reset -q --hard f90215803a7685163b9d99ec926c4efac6cd671a && git log --no-decorate -n1 --oneline && opam update -u")) f90215803a Merge pull request #27486 from NathanReb/prep-for-ppxlib.0.36.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive [default] synchronised from 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-03-11 12:30.30 ---> saved as "a849b91e6cd2862e389928e9cd00c7e3fc525e6af0e6d4939b1ddafc6c926096" /src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam) (dst ./)) 2025-03-11 12:30.31 ---> saved as "908cf33a3e13a175182852d7ca55d7b8ff92cad49cfbe4c50c6acfc6ac0d9277" /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-03-11 12:30.39 ---> saved as "7fc0a41b738bfbb1bd4cec1f82494c1e764ed2fe37814c9f067095e593fda781" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-03-11 12:30.39 ---> saved as "e6b4d6df43187ab8e654904c724045f08e1e439519a6cf0fbb0724455326addd" /src: (env DEPS "base.v0.17.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 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.17.2 dune-configurator.3.17.2 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 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.0.3 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 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.3 --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 bookworm InRelease - 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] - Fetched 103 kB in 0s (505 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [conf-bpftool.dev] synchronised (file:///src) [conf-libbpf.dev] synchronised (file:///src) [libbpf.dev] synchronised (file:///src) [libbpf_maps.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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" - 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 ... 18776 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+deb12u5_amd64.deb ... - Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u5) ... - Selecting previously unselected package python3.11-minimal. - Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u5_amd64.deb ... - Unpacking python3.11-minimal (3.11.2-6+deb12u5) ... - Setting up libpython3.11-minimal:amd64 (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 ... 19105 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+deb12u5_amd64.deb ... - Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u5) ... - Selecting previously unselected package python3.11. - Preparing to unpack .../python3.11_3.11.2-6+deb12u5_amd64.deb ... - Unpacking python3.11 (3.11.2-6+deb12u5) ... - 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 ... 19515 files and directories currently installed.) - Preparing to unpack .../00-python3_3.11.2-1+b1_amd64.deb ... - Unpacking python3 (3.11.2-1+b1) ... - Selecting previously unselected package libelf1:amd64. - Preparing to unpack .../01-libelf1_0.188-2.1_amd64.deb ... - Unpacking libelf1:amd64 (0.188-2.1) ... - Selecting previously unselected package bpftool. - Preparing to unpack .../02-bpftool_7.1.0+6.1.128-1_amd64.deb ... - Unpacking bpftool (7.1.0+6.1.128-1) ... - Selecting previously unselected package libicu72:amd64. - Preparing to unpack .../03-libicu72_72.1-3_amd64.deb ... - Unpacking libicu72:amd64 (72.1-3) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../04-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 .../05-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 .../06-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 .../07-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 .../08-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 .../09-libobjc4_12.2.0-14_amd64.deb ... - Unpacking libobjc4:amd64 (12.2.0-14) ... - Selecting previously unselected package libobjc-12-dev:amd64. - Preparing to unpack .../10-libobjc-12-dev_12.2.0-14_amd64.deb ... - Unpacking libobjc-12-dev:amd64 (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_amd64.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_amd64.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_amd64.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_amd64.deb ... - Unpacking clang (1:14.0-55.7~deb12u1) ... - Selecting previously unselected package icu-devtools. - Preparing to unpack .../16-icu-devtools_72.1-3_amd64.deb ... - Unpacking icu-devtools (72.1-3) ... - Selecting previously unselected package libc6-i386. - Preparing to unpack .../17-libc6-i386_2.36-9+deb12u9_amd64.deb ... - Unpacking libc6-i386 (2.36-9+deb12u9) ... - Selecting previously unselected package lib32gcc-s1. - Preparing to unpack .../18-lib32gcc-s1_12.2.0-14_amd64.deb ... - Unpacking lib32gcc-s1 (12.2.0-14) ... - Selecting previously unselected package lib32stdc++6. - Preparing to unpack .../19-lib32stdc++6_12.2.0-14_amd64.deb ... - Unpacking lib32stdc++6 (12.2.0-14) ... - Selecting previously unselected package libbpf1:amd64. - Preparing to unpack .../20-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 .../21-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 .../22-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 .../23-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 .../24-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 .../25-libnspr4_2%3a4.35-1_amd64.deb ... - Unpacking libnspr4:amd64 (2:4.35-1) ... - Selecting previously unselected package libnss3:amd64. - Preparing to unpack .../26-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 .../27-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 .../28-libcurl3-nss_7.88.1-10+deb12u8_amd64.deb ... - Unpacking libcurl3-nss:amd64 (7.88.1-10+deb12u8) ... - Selecting previously unselected package libffi-dev:amd64. - Preparing to unpack .../29-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 .../30-libicu-dev_72.1-3_amd64.deb ... - Unpacking libicu-dev:amd64 (72.1-3) ... - Selecting previously unselected package libncurses6:amd64. - Preparing to unpack .../31-libncurses6_6.4-4_amd64.deb ... - Unpacking libncurses6:amd64 (6.4-4) ... - Selecting previously unselected package libncurses-dev:amd64. - Preparing to unpack .../32-libncurses-dev_6.4-4_amd64.deb ... - Unpacking libncurses-dev:amd64 (6.4-4) ... - Selecting previously unselected package libpfm4:amd64. - Preparing to unpack .../33-libpfm4_4.13.0-1_amd64.deb ... - Unpacking libpfm4:amd64 (4.13.0-1) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../34-libpkgconf3_1.8.1-1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-1) ... - Selecting previously unselected package libtinfo-dev:amd64. - Preparing to unpack .../35-libtinfo-dev_6.4-4_amd64.deb ... - Unpacking libtinfo-dev:amd64 (6.4-4) ... - Selecting previously unselected package libxml2-dev:amd64. - Preparing to unpack .../36-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 .../37-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 .../38-libz3-dev_4.8.12-3.1_amd64.deb ... - Unpacking libz3-dev:amd64 (4.8.12-3.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 pkgconf-bin. - Preparing to unpack .../46-pkgconf-bin_1.8.1-1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../47-pkgconf_1.8.1-1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../48-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 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+deb12u5) ... - 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 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 zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ... - Setting up libc6-i386 (2.36-9+deb12u9) ... - 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 libbpf1:amd64 (1:1.1.0-1) ... - 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+deb12u5) ... - Setting up libncurses-dev:amd64 (6.4-4) ... - Setting up bpftool (7.1.0+6.1.128-1) ... - Setting up libobjc4:amd64 (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: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) ... - Setting up lib32stdc++6 (12.2.0-14) ... - 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) ... - 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 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 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+deb12u8) ... - 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-03-11 12:31.18 ---> saved as "f9ca9a0188493c48cbc2d3ccbb0b47fbf75fa2721a9d61397aab5c9b0c53dc2e" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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 37 packages - install base v0.17.1 - install bigarray-compat 1.1.0 - 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.17.2 - install dune-configurator 3.17.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.0.3 - install ppx_enumerate v0.17.0 - install ppx_expect v0.17.2 - install ppx_globalize v0.17.0 - install ppx_hash v0.17.0 - install ppx_here v0.17.0 - install ppx_inline_test v0.17.0 - install ppx_optcomp v0.17.0 - install ppx_sexp_conv v0.17.0 - install ppxlib 0.35.0 - install ppxlib_jane v0.17.2 - 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 bigarray-compat.1.1.0 (cached) -> retrieved base.v0.17.1 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-clang.1 -> installed conf-pkg-config.4 -> retrieved csexp.1.5.2 (cached) -> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached) -> installed conf-libffi.2.0.0 -> retrieved integers.0.7.0 (cached) -> retrieved jane-street-headers.v0.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_enumerate.v0.17.0 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved ppx_expect.v0.17.2 (cached) -> retrieved ppx_globalize.v0.17.0 (cached) -> retrieved ppx_hash.v0.17.0 (cached) -> retrieved ppx_here.v0.17.0 (cached) -> retrieved ppx_inline_test.v0.17.0 (cached) -> retrieved ppx_optcomp.v0.17.0 (cached) -> retrieved ppx_sexp_conv.v0.17.0 (cached) -> retrieved ppxlib_jane.v0.17.2 (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.35.0 (cached) -> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached) -> installed ocamlfind.1.9.8 -> installed dune.3.17.2 -> installed jane-street-headers.v0.17.0 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed bigarray-compat.1.1.0 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed cppo.1.8.0 -> installed integers.0.7.0 -> installed dune-configurator.3.17.2 -> installed ctypes.0.23.0 -> installed base.v0.17.1 -> installed stdio.v0.17.0 -> installed ctypes-foreign.0.23.0 -> installed ppxlib.0.35.0 -> installed ppx_optcomp.v0.17.0 -> installed ppxlib_jane.v0.17.2 -> installed ppx_cold.v0.17.0 -> installed ppx_here.v0.17.0 -> installed ppx_enumerate.v0.17.0 -> installed ppx_globalize.v0.17.0 -> installed ppx_deriving.6.0.3 -> installed ppx_compare.v0.17.0 -> installed ppx_sexp_conv.v0.17.0 -> 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.0 -> installed ppx_expect.v0.17.2 Done. # To update the current shell environment, run: eval $(opam env) 2025-03-11 12:34.41 ---> saved as "cfbd1a3a7e5318b038eed5e24f23e030a17c7e762e197409fdb512f5d5632ec3" /src: (copy (src .) (dst /src)) 2025-03-11 12:34.41 ---> saved as "bf235ca4bb894e9fe77e62ecb7db3233512d1a1e4c1f869f95d98807aaa8bf4f" /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.1 2025-03-11 12:34.46 ---> saved as "d38fd2278b90afe9abff38c99d3e5a09b994bb9cbb037bbb3503f87198f88374" Job succeeded 2025-03-11 12:34.46: Job succeeded