2025-04-04 10:28.33: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (42eb2ca2d79cec83299677a786a247a9eb6599d9) (linux-x86_64:ubuntu-24.04-4.14_opam-2.3)Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:c16115334565a581dbe16a37c8b9e0a6b552015855dafe8db20776f53e61dd7dOpam project buildTo reproduce locally:git clone --recursive "https://github.com/koonwen/ocaml-libbpf.git" -b "main" && cd "ocaml-libbpf" && git reset --hard 42eb2ca2cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:c16115334565a581dbe16a37c8b9e0a6b552015855dafe8db20776f53e61dd7d# ubuntu-24.04-4.14_opam-2.3USER 1000:1000ENV 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-04 10:28.33: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:c16115334565a581dbe16a37c8b9e0a6b552015855dafe8db20776f53e61dd7d-ubuntu-24.04-4.14_opam-2.3-98bdcf155da0eeaad0a81dd4303c9e3d"2025-04-04 10:28.33: Using OBuilder spec:((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:c16115334565a581dbe16a37c8b9e0a6b552015855dafe8db20776f53e61dd7d)(comment ubuntu-24.04-4.14_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 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-04 10:28.33: Waiting for resource in pool OCluster2025-04-04 10:28.33: Waiting for worker…2025-04-04 10:28.34: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at 42eb2ca Merge pull request #3 from Hevienz/main(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:c16115334565a581dbe16a37c8b9e0a6b552015855dafe8db20776f53e61dd7d)2025-04-04 10:28.34 ---> using "4d0d1d8e80b049e74cac526df5abf391925025822f8d4f59317c11ea6690ca98" from cache/: (comment ubuntu-24.04-4.14_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-04-04 10:28.34 ---> using "87feab0216a6eedf8ea9ab185391be9877bdcc013a31d21e901dae9af15bdd0f" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This 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] yFormat 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-04 10:28.34 ---> using "17eee30db9006f3ab86ead7c734382a01152bfd6afbef5647fc5dd765675053b" 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-04 10:28.34 ---> using "489723a9c548f13b73c1a9340697b4b08d499625cafd774f47002bf71ae3a6a8" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-04-04 10:28.34 ---> using "4a9c9752d766d38497906e3ffd1ea1c242f35ba8b7af7ba82ea158f111968b02" 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..da74d7829f 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-04 10:28.34 ---> using "0fb0727663d1d93c811998bb20c8f9d7e3fa1c50c957deb476727c6cda0ce55c" from cache/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)(dst ./))2025-04-04 10:28.35 ---> saved as "d42d509aeaab0b99904bdc64d21735e7b8fc28a981d7dd988089137d4dff15b3"/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-04 10:28.42 ---> saved as "7d3631a5bc51488821cd422bebee838e37c59a31a8f3151b959db221bf82465e"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-04-04 10:28.42 ---> saved as "6736d0687c964f1575d1594f410766997832842212091b963cc95099adb8c519"/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://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]- Get:2 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1074 kB]- Hit:3 http://archive.ubuntu.com/ubuntu noble InRelease- Get:4 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [928 kB]- Get:5 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [21.9 kB]- Get:6 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1070 kB]- Get:7 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]- Get:8 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1126 kB]- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [26.4 kB]- Get:11 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1252 kB]- Get:12 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1364 kB]- Get:13 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [30.9 kB]- Get:14 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [48.0 kB]- Fetched 7320 kB in 1s (5969 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[conf-bpftool.dev] synchronised (file:///src)[conf-libbpf.dev] synchronised (file:///src)[libbpf.dev] synchronised (file:///src)[libbpf_maps.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:clang libbpf-dev libffi-dev linux-tools-common pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "clang" "libbpf-dev" "libffi-dev" "linux-tools-common" "pkg-config"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libpython3.12-minimal: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 ... 16335 files and directories currently installed.)- Preparing to unpack .../libpython3.12-minimal_3.12.3-1ubuntu0.5_amd64.deb ...- Unpacking libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.5) ...- Selecting previously unselected package python3.12-minimal.- Preparing to unpack .../python3.12-minimal_3.12.3-1ubuntu0.5_amd64.deb ...- Unpacking python3.12-minimal (3.12.3-1ubuntu0.5) ...- Setting up libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.5) ...- Setting up python3.12-minimal (3.12.3-1ubuntu0.5) ...- 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 ... 16646 files and directories currently installed.)- Preparing to unpack .../0-python3-minimal_3.12.3-0ubuntu2_amd64.deb ...- Unpacking python3-minimal (3.12.3-0ubuntu2) ...- Selecting previously unselected package media-types.- Preparing to unpack .../1-media-types_10.1.0_all.deb ...- Unpacking media-types (10.1.0) ...- Selecting previously unselected package tzdata.- Preparing to unpack .../2-tzdata_2025b-0ubuntu0.24.04_all.deb ...- Unpacking tzdata (2025b-0ubuntu0.24.04) ...- Selecting previously unselected package libpython3.12-stdlib:amd64.- Preparing to unpack .../3-libpython3.12-stdlib_3.12.3-1ubuntu0.5_amd64.deb ...- Unpacking libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.5) ...- Selecting previously unselected package python3.12.- Preparing to unpack .../4-python3.12_3.12.3-1ubuntu0.5_amd64.deb ...- Unpacking python3.12 (3.12.3-1ubuntu0.5) ...- Selecting previously unselected package libpython3-stdlib:amd64.- Preparing to unpack .../5-libpython3-stdlib_3.12.3-0ubuntu2_amd64.deb ...- Unpacking libpython3-stdlib:amd64 (3.12.3-0ubuntu2) ...- Setting up python3-minimal (3.12.3-0ubuntu2) ...- 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 ... 17609 files and directories currently installed.)- Preparing to unpack .../00-python3_3.12.3-0ubuntu2_amd64.deb ...- Unpacking python3 (3.12.3-0ubuntu2) ...- Selecting previously unselected package libpipeline1:amd64.- Preparing to unpack .../01-libpipeline1_1.5.7-2_amd64.deb ...- Unpacking libpipeline1:amd64 (1.5.7-2) ...- Selecting previously unselected package binfmt-support.- Preparing to unpack .../02-binfmt-support_2.2.2-7_amd64.deb ...- Unpacking binfmt-support (2.2.2-7) ...- Selecting previously unselected package libelf1t64:amd64.- Preparing to unpack .../03-libelf1t64_0.190-1.1ubuntu0.1_amd64.deb ...- Unpacking libelf1t64:amd64 (0.190-1.1ubuntu0.1) ...- Selecting previously unselected package libbpf1:amd64.- Preparing to unpack .../04-libbpf1_1%3a1.3.0-2build2_amd64.deb ...- Unpacking libbpf1:amd64 (1:1.3.0-2build2) ...- Selecting previously unselected package libicu74:amd64.- Preparing to unpack .../05-libicu74_74.2-1ubuntu3.1_amd64.deb ...- Unpacking libicu74:amd64 (74.2-1ubuntu3.1) ...- Selecting previously unselected package libxml2:amd64.- Preparing to unpack .../06-libxml2_2.9.14+dfsg-1.3ubuntu3.2_amd64.deb ...- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.2) ...- Selecting previously unselected package libyaml-0-2:amd64.- Preparing to unpack .../07-libyaml-0-2_0.2.5-1build1_amd64.deb ...- Unpacking libyaml-0-2:amd64 (0.2.5-1build1) ...- Selecting previously unselected package lsb-release.- Preparing to unpack .../08-lsb-release_12.0-2_all.deb ...- Unpacking lsb-release (12.0-2) ...- Selecting previously unselected package python3-pkg-resources.- Preparing to unpack .../09-python3-pkg-resources_68.1.2-2ubuntu1.1_all.deb ...- Unpacking python3-pkg-resources (68.1.2-2ubuntu1.1) ...- Selecting previously unselected package python3-pygments.- Preparing to unpack .../10-python3-pygments_2.17.2+dfsg-1_all.deb ...- Unpacking python3-pygments (2.17.2+dfsg-1) ...- Selecting previously unselected package python3-yaml.- Preparing to unpack .../11-python3-yaml_6.0.1-2build2_amd64.deb ...- Unpacking python3-yaml (6.0.1-2build2) ...- Selecting previously unselected package libgpm2:amd64.- Preparing to unpack .../12-libgpm2_1.20.7-11_amd64.deb ...- Unpacking libgpm2:amd64 (1.20.7-11) ...- Selecting previously unselected package libncurses6:amd64.- Preparing to unpack .../13-libncurses6_6.4+20240113-1ubuntu2_amd64.deb ...- Unpacking libncurses6:amd64 (6.4+20240113-1ubuntu2) ...- Selecting previously unselected package pci.ids.- Preparing to unpack .../14-pci.ids_0.0~2024.03.31-1_all.deb ...- Unpacking pci.ids (0.0~2024.03.31-1) ...- Selecting previously unselected package usb.ids.- Preparing to unpack .../15-usb.ids_2024.03.18-1_all.deb ...- Unpacking usb.ids (2024.03.18-1) ...- Selecting previously unselected package libllvm18:amd64.- Preparing to unpack .../16-libllvm18_1%3a18.1.3-1ubuntu1_amd64.deb ...- Unpacking libllvm18:amd64 (1:18.1.3-1ubuntu1) ...- Selecting previously unselected package libclang-cpp18.- Preparing to unpack .../17-libclang-cpp18_1%3a18.1.3-1ubuntu1_amd64.deb ...- Unpacking libclang-cpp18 (1:18.1.3-1ubuntu1) ...- Selecting previously unselected package libgc1:amd64.- Preparing to unpack .../18-libgc1_1%3a8.2.6-1build1_amd64.deb ...- Unpacking libgc1:amd64 (1:8.2.6-1build1) ...- Selecting previously unselected package libobjc4:amd64.- Preparing to unpack .../19-libobjc4_14.2.0-4ubuntu2~24.04_amd64.deb ...- Unpacking libobjc4:amd64 (14.2.0-4ubuntu2~24.04) ...- Selecting previously unselected package libobjc-13-dev:amd64.- Preparing to unpack .../20-libobjc-13-dev_13.3.0-6ubuntu2~24.04_amd64.deb ...- Unpacking libobjc-13-dev:amd64 (13.3.0-6ubuntu2~24.04) ...- Selecting previously unselected package libclang-common-18-dev:amd64.- Preparing to unpack .../21-libclang-common-18-dev_1%3a18.1.3-1ubuntu1_amd64.deb ...- Unpacking libclang-common-18-dev:amd64 (1:18.1.3-1ubuntu1) ...- Selecting previously unselected package llvm-18-linker-tools.- Preparing to unpack .../22-llvm-18-linker-tools_1%3a18.1.3-1ubuntu1_amd64.deb ...- Unpacking llvm-18-linker-tools (1:18.1.3-1ubuntu1) ...- Selecting previously unselected package libclang1-18.- Preparing to unpack .../23-libclang1-18_1%3a18.1.3-1ubuntu1_amd64.deb ...- Unpacking libclang1-18 (1:18.1.3-1ubuntu1) ...- Selecting previously unselected package clang-18.- Preparing to unpack .../24-clang-18_1%3a18.1.3-1ubuntu1_amd64.deb ...- Unpacking clang-18 (1:18.1.3-1ubuntu1) ...- Selecting previously unselected package clang.- Preparing to unpack .../25-clang_1%3a18.0-59~exp2_amd64.deb ...- Unpacking clang (1:18.0-59~exp2) ...- Selecting previously unselected package hwdata.- Preparing to unpack .../26-hwdata_0.379-1_all.deb ...- Unpacking hwdata (0.379-1) ...- Selecting previously unselected package icu-devtools.- Preparing to unpack .../27-icu-devtools_74.2-1ubuntu3.1_amd64.deb ...- Unpacking icu-devtools (74.2-1ubuntu3.1) ...- Selecting previously unselected package libc6-i386.- Preparing to unpack .../28-libc6-i386_2.39-0ubuntu8.4_amd64.deb ...- Unpacking libc6-i386 (2.39-0ubuntu8.4) ...- Selecting previously unselected package lib32gcc-s1.- Preparing to unpack .../29-lib32gcc-s1_14.2.0-4ubuntu2~24.04_amd64.deb ...- Unpacking lib32gcc-s1 (14.2.0-4ubuntu2~24.04) ...- Selecting previously unselected package zlib1g-dev:amd64.- Preparing to unpack .../30-zlib1g-dev_1%3a1.3.dfsg-3.1ubuntu2.1_amd64.deb ...- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg-3.1ubuntu2.1) ...- Selecting previously unselected package libzstd-dev:amd64.- Preparing to unpack .../31-libzstd-dev_1.5.5+dfsg2-2build1.1_amd64.deb ...- Unpacking libzstd-dev:amd64 (1.5.5+dfsg2-2build1.1) ...- Selecting previously unselected package libelf-dev:amd64.- Preparing to unpack .../32-libelf-dev_0.190-1.1ubuntu0.1_amd64.deb ...- Unpacking libelf-dev:amd64 (0.190-1.1ubuntu0.1) ...- Selecting previously unselected package libbpf-dev:amd64.- Preparing to unpack .../33-libbpf-dev_1%3a1.3.0-2build2_amd64.deb ...- Unpacking libbpf-dev:amd64 (1:1.3.0-2build2) ...- Selecting previously unselected package lib32stdc++6.- Preparing to unpack .../34-lib32stdc++6_14.2.0-4ubuntu2~24.04_amd64.deb ...- Unpacking lib32stdc++6 (14.2.0-4ubuntu2~24.04) ...- Selecting previously unselected package libclang-rt-18-dev:amd64.- Preparing to unpack .../35-libclang-rt-18-dev_1%3a18.1.3-1ubuntu1_amd64.deb ...- Unpacking libclang-rt-18-dev:amd64 (1:18.1.3-1ubuntu1) ...- Selecting previously unselected package libicu-dev:amd64.- Preparing to unpack .../36-libicu-dev_74.2-1ubuntu3.1_amd64.deb ...- Unpacking libicu-dev:amd64 (74.2-1ubuntu3.1) ...- Selecting previously unselected package libncurses-dev:amd64.- Preparing to unpack .../37-libncurses-dev_6.4+20240113-1ubuntu2_amd64.deb ...- Unpacking libncurses-dev:amd64 (6.4+20240113-1ubuntu2) ...- Selecting previously unselected package libpkgconf3:amd64.- Preparing to unpack .../38-libpkgconf3_1.8.1-2build1_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-2build1) ...- Selecting previously unselected package libxml2-dev:amd64.- Preparing to unpack .../39-libxml2-dev_2.9.14+dfsg-1.3ubuntu3.2_amd64.deb ...- Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1.3ubuntu3.2) ...- Preparing to unpack .../40-linux-libc-dev_6.8.0-57.59_amd64.deb ...- Unpacking linux-libc-dev:amd64 (6.8.0-57.59) over (6.8.0-55.57) ...- Selecting previously unselected package linux-tools-common.- Preparing to unpack .../41-linux-tools-common_6.8.0-57.59_all.deb ...- Unpacking linux-tools-common (6.8.0-57.59) ...- Selecting previously unselected package llvm-18-runtime.- Preparing to unpack .../42-llvm-18-runtime_1%3a18.1.3-1ubuntu1_amd64.deb ...- Unpacking llvm-18-runtime (1:18.1.3-1ubuntu1) ...- Selecting previously unselected package libpfm4:amd64.- Preparing to unpack .../43-libpfm4_4.13.0+git32-g0d4ed0e-1_amd64.deb ...- Unpacking libpfm4:amd64 (4.13.0+git32-g0d4ed0e-1) ...- Selecting previously unselected package llvm-18.- Preparing to unpack .../44-llvm-18_1%3a18.1.3-1ubuntu1_amd64.deb ...- Unpacking llvm-18 (1:18.1.3-1ubuntu1) ...- Selecting previously unselected package libffi-dev:amd64.- Preparing to unpack .../45-libffi-dev_3.4.6-1build1_amd64.deb ...- Unpacking libffi-dev:amd64 (3.4.6-1build1) ...- Selecting previously unselected package llvm-18-tools.- Preparing to unpack .../46-llvm-18-tools_1%3a18.1.3-1ubuntu1_amd64.deb ...- Unpacking llvm-18-tools (1:18.1.3-1ubuntu1) ...- Selecting previously unselected package libz3-4:amd64.- Preparing to unpack .../47-libz3-4_4.8.12-3.1build1_amd64.deb ...- Unpacking libz3-4:amd64 (4.8.12-3.1build1) ...- Selecting previously unselected package libz3-dev:amd64.- Preparing to unpack .../48-libz3-dev_4.8.12-3.1build1_amd64.deb ...- Unpacking libz3-dev:amd64 (4.8.12-3.1build1) ...- Selecting previously unselected package llvm-18-dev.- Preparing to unpack .../49-llvm-18-dev_1%3a18.1.3-1ubuntu1_amd64.deb ...- Unpacking llvm-18-dev (1:18.1.3-1ubuntu1) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../50-pkgconf-bin_1.8.1-2build1_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-2build1) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../51-pkgconf_1.8.1-2build1_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-2build1) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../52-pkg-config_1.8.1-2build1_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-2build1) ...- Setting up media-types (10.1.0) ...- Setting up libpipeline1:amd64 (1.5.7-2) ...- Setting up pci.ids (0.0~2024.03.31-1) ...- Setting up libgpm2:amd64 (1.20.7-11) ...- Setting up libzstd-dev:amd64 (1.5.5+dfsg2-2build1.1) ...- Setting up libyaml-0-2:amd64 (0.2.5-1build1) ...- Setting up linux-libc-dev:amd64 (6.8.0-57.59) ...- Setting up libffi-dev:amd64 (3.4.6-1build1) ...- Setting up libelf1t64:amd64 (0.190-1.1ubuntu0.1) ...- Setting up tzdata (2025b-0ubuntu0.24.04) ...-- Current default time zone: 'Europe/London'- Local time is now: Fri Apr 4 11:29:27 BST 2025.- Universal Time is now: Fri Apr 4 10:29:27 UTC 2025.- Run 'dpkg-reconfigure tzdata' if you wish to change it.-- Setting up libz3-4:amd64 (4.8.12-3.1build1) ...- Setting up libpkgconf3:amd64 (1.8.1-2build1) ...- Setting up libpfm4:amd64 (4.13.0+git32-g0d4ed0e-1) ...- Setting up libncurses6:amd64 (6.4+20240113-1ubuntu2) ...- Setting up usb.ids (2024.03.18-1) ...- Setting up binfmt-support (2.2.2-7) ...- invoke-rc.d: could not determine current runlevel- invoke-rc.d: policy-rc.d denied execution of start.- Setting up pkgconf-bin (1.8.1-2build1) ...- Setting up libclang-common-18-dev:amd64 (1:18.1.3-1ubuntu1) ...- Setting up libgc1:amd64 (1:8.2.6-1build1) ...- Setting up libicu74:amd64 (74.2-1ubuntu3.1) ...- Setting up zlib1g-dev:amd64 (1:1.3.dfsg-3.1ubuntu2.1) ...- Setting up libc6-i386 (2.39-0ubuntu8.4) ...- Setting up lsb-release (12.0-2) ...- Setting up libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.2) ...- Setting up libbpf1:amd64 (1:1.3.0-2build2) ...- Setting up libllvm18:amd64 (1:18.1.3-1ubuntu1) ...- Setting up libclang1-18 (1:18.1.3-1ubuntu1) ...- Setting up libz3-dev:amd64 (4.8.12-3.1build1) ...- Setting up libncurses-dev:amd64 (6.4+20240113-1ubuntu2) ...- Setting up libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.5) ...- Setting up python3.12 (3.12.3-1ubuntu0.5) ...- Setting up libobjc4:amd64 (14.2.0-4ubuntu2~24.04) ...- Setting up pkgconf:amd64 (1.8.1-2build1) ...- Setting up hwdata (0.379-1) ...- Setting up lib32gcc-s1 (14.2.0-4ubuntu2~24.04) ...- Setting up lib32stdc++6 (14.2.0-4ubuntu2~24.04) ...- Setting up libelf-dev:amd64 (0.190-1.1ubuntu0.1) ...- Setting up icu-devtools (74.2-1ubuntu3.1) ...- Setting up pkg-config:amd64 (1.8.1-2build1) ...- Setting up llvm-18-linker-tools (1:18.1.3-1ubuntu1) ...- Setting up llvm-18-runtime (1:18.1.3-1ubuntu1) ...- Setting up libclang-cpp18 (1:18.1.3-1ubuntu1) ...- Setting up linux-tools-common (6.8.0-57.59) ...- Setting up libicu-dev:amd64 (74.2-1ubuntu3.1) ...- Setting up libclang-rt-18-dev:amd64 (1:18.1.3-1ubuntu1) ...- Setting up libobjc-13-dev:amd64 (13.3.0-6ubuntu2~24.04) ...- Setting up libpython3-stdlib:amd64 (3.12.3-0ubuntu2) ...- Setting up libbpf-dev:amd64 (1:1.3.0-2build2) ...- Setting up clang-18 (1:18.1.3-1ubuntu1) ...- Setting up python3 (3.12.3-0ubuntu2) ...- running python rtupdate hooks for python3.12...- running python post-rtupdate hooks for python3.12...- Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3ubuntu3.2) ...- Setting up clang (1:18.0-59~exp2) ...- Setting up llvm-18 (1:18.1.3-1ubuntu1) ...- Setting up python3-pkg-resources (68.1.2-2ubuntu1.1) ...- Setting up python3-yaml (6.0.1-2build2) ...- Setting up python3-pygments (2.17.2+dfsg-1) ...- Setting up llvm-18-tools (1:18.1.3-1ubuntu1) ...- Setting up llvm-18-dev (1:18.1.3-1ubuntu1) ...- Processing triggers for libc-bin (2.39-0ubuntu8.4) ...2025-04-04 10:29.30 ---> saved as "a3ca18f7c7a9b4d3e7997e3e5cccf667e3da1c4f11e215026866b0d7775162ad"/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)-> retrieved cppo.1.8.0 (cached)-> retrieved base.v0.16.3 (cached)-> installed conf-bash.1-> 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.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 ocamlfind.1.9.8 (cached)-> retrieved ppx_base.v0.16.0 (cached)-> retrieved ppx_cold.v0.16.0 (cached)-> retrieved ppx_compare.v0.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_enumerate.v0.16.0 (cached)-> retrieved ppx_deriving.6.0.3 (cached)-> retrieved ppx_expect.v0.16.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 dune.3.18.0, dune-configurator.3.18.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved ppxlib.0.35.0 (cached)-> retrieved re.1.12.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdio.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved time_now.v0.16.0 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.18.0-> installed jane-street-headers.v0.16.0-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.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 base.v0.16.3-> installed ctypes.0.23.0-> installed stdio.v0.16.0-> installed ctypes-foreign.0.23.0-> installed ppxlib.0.35.0-> installed ppx_globalize.v0.16.0-> installed ppx_optcomp.v0.16.0-> installed ppx_cold.v0.16.0-> installed ppx_here.v0.16.0-> installed ppx_enumerate.v0.16.0-> installed ppx_compare.v0.16.0-> installed ppx_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-04 10:30.32 ---> saved as "7c068d18cf162f31b2353d101781f05518dc673615ca9df61442e43ece95ead0"/src: (copy (src .) (dst /src))2025-04-04 10:30.32 ---> saved as "736667d2df72e8858ec087856db02be790a7de2b45df624289d65afc32c37ab0"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_version.exe)Major:1, Minor:3, Libbpf.v1.32025-04-04 10:30.34 ---> saved as "e6ddfb984cab65cb9c67f0f851a4eb5f76a6d65fa384382c0ae5d2d6864890d1"Job succeeded2025-04-04 10:30.34: Job succeeded