2025-02-27 15:17.06: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (389b642ae4e776b007eea267b3525022d8bff16c) (linux-x86_64:fedora-41-4.14_opam-2.3)
Base: ocaml/opam:fedora-41-ocaml-4.14@sha256:d4c1bb0291bee4e15020d5839c102ae83acfedbb8065f510788d2b5d5cab8e31
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:fedora-41-ocaml-4.14@sha256:d4c1bb0291bee4e15020d5839c102ae83acfedbb8065f510788d2b5d5cab8e31
# fedora-41-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
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.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.17.2 dune-configurator.3.17.2 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 $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-02-27 15:17.06: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:fedora-41-ocaml-4.14@sha256:d4c1bb0291bee4e15020d5839c102ae83acfedbb8065f510788d2b5d5cab8e31-fedora-41-4.14_opam-2.3-758129debdf2c40a57b87dd2fbdd84e6"
2025-02-27 15:17.06: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-4.14@sha256:d4c1bb0291bee4e15020d5839c102ae83acfedbb8065f510788d2b5d5cab8e31)
(comment fedora-41-4.14_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(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.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.17.2 dune-configurator.3.17.2 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-02-27 15:17.06: Waiting for resource in pool OCluster
2025-02-27 20:30.24: Waiting for worker…
2025-02-27 20:32.09: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
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:fedora-41-ocaml-4.14@sha256:d4c1bb0291bee4e15020d5839c102ae83acfedbb8065f510788d2b5d5cab8e31)
2025-02-27 20:32.11 ---> using "d0edabe3039e3be4180746fad9671a6ef3897e6596e3ed00e2e9bb506d0c0dac" from cache
/: (comment fedora-41-4.14_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 41 - x86_64 - Updates 100% | 161.9 KiB/s | 22.2 KiB | 00m00s
Fedora 41 - x86_64 100% | 197.2 KiB/s | 26.8 KiB | 00m00s
Fedora 41 - x86_64 - Updates 100% | 4.7 MiB/s | 4.2 MiB | 00m01s
Repositories loaded.
Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.
Nothing to do.
2025-02-27 20:32.11 ---> using "c621465988ed1c828ca7da7fadddd8e83f549e421f75c15180f30539cc26e463" from cache
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-02-27 20:32.11 ---> using "794c3e2eedd4dfa3255f5981656f7a03c37abaee8d7f172d2526801b9bf56eac" 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] 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-02-27 20:32.11 ---> using "3060dc50c0b597ec9abdc3140e40df94bea95f35d789157c5f2e2857caf1139a" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-02-27 20:32.11 ---> using "a34780d28de848ae489944f80996f4c3b1650d516721eecc8057dd408911b4e9" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-02-27 20:32.11 ---> using "835e23136df5a5f441ea8e6994e29629d5aef0d747ae06bba9d4eba9828dbbac" from cache
/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"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
94514fa0d0..77714bd587 master -> origin/master
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-02-27 20:32.11 ---> using "dfcd735b2c6e2d76a9c03ab6ed5f23c4f8ddd52cf9648876cd72602fbec038e1" from cache
/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)
(dst ./))
2025-02-27 20:32.11 ---> saved as "723e052d3813dc8b8d45ec3e0e80d0481672a7e6873bef01989c1b8dc1be0dad"
/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-02-27 20:32.15 ---> saved as "6734ef00bbd4b823fdde73d189cf66df81c0bc20f056c601392b98852fc09a90"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-27 20:32.16 ---> saved as "b4c1eef9544b48359b5151bcd80d0583030de1b09dd3d93b305328ace1c0f8ba"
/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.17.2 dune-configurator.3.17.2 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 "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.
<><> 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:
bpftool clang libbpf-devel libffi-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "bpftool" "clang" "libbpf-devel" "libffi-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Upgrading:
- elfutils x86_64 0.192-9.fc41 updates 2.7 MiB
- replacing elfutils x86_64 0.192-7.fc41 updates 2.6 MiB
- elfutils-debuginfod-client x86_64 0.192-9.fc41 updates 84.2 KiB
- replacing elfutils-debuginfod-client x86_64 0.192-7.fc41 updates 81.4 KiB
- elfutils-libelf x86_64 0.192-9.fc41 updates 1.2 MiB
- replacing elfutils-libelf x86_64 0.192-7.fc41 updates 1.2 MiB
- elfutils-libs x86_64 0.192-9.fc41 updates 670.2 KiB
- replacing elfutils-libs x86_64 0.192-7.fc41 updates 654.9 KiB
- libzstd x86_64 1.5.7-1.fc41 updates 804.0 KiB
- replacing libzstd x86_64 1.5.6-2.fc41 603630c380664610adf88f7399f88fe7 795.9 KiB
- Installing:
- bpftool x86_64 7.5.0-1.fc41 updates 721.9 KiB
- clang x86_64 19.1.7-2.fc41 updates 184.8 KiB
- libbpf-devel x86_64 2:1.4.7-1.fc41 updates 390.3 KiB
- libffi-devel x86_64 3.4.6-3.fc41 fedora 33.1 KiB
- Installing dependencies:
- clang-libs x86_64 19.1.7-2.fc41 updates 125.0 MiB
- clang-resource-filesystem x86_64 19.1.7-2.fc41 updates 15.3 KiB
- cmake-filesystem x86_64 3.30.7-1.fc41 updates 0.0 B
- elfutils-libelf-devel x86_64 0.192-9.fc41 updates 49.5 KiB
- libzstd-devel x86_64 1.5.7-1.fc41 updates 208.0 KiB
- zlib-ng-compat-devel x86_64 2.2.3-1.fc41 updates 107.0 KiB
- Installing weak dependencies:
- compiler-rt x86_64 19.1.7-2.fc41 updates 36.5 MiB
- libatomic x86_64 14.2.1-7.fc41 updates 38.2 KiB
- libomp x86_64 19.1.7-2.fc41 updates 1.9 MiB
- libomp-devel x86_64 19.1.7-2.fc41 updates 31.2 MiB
-
- Transaction Summary:
- Installing: 14 packages
- Upgrading: 5 packages
- Replacing: 5 packages
-
- Total size of inbound packages is 33 MiB. Need to download 33 MiB.
- After this operation, 196 MiB extra will be used (install 201 MiB, remove 5 MiB).
- [ 1/19] clang-0:19.1.7-2.fc41.x86_64 100% | 293.8 KiB/s | 84.6 KiB | 00m00s
- [ 2/19] clang-resource-filesystem-0:19. 100% | 420.6 KiB/s | 18.9 KiB | 00m00s
- [ 3/19] bpftool-0:7.5.0-1.fc41.x86_64 100% | 897.2 KiB/s | 314.9 KiB | 00m00s
- [ 4/19] libbpf-devel-2:1.4.7-1.fc41.x86 100% | 1.9 MiB/s | 89.2 KiB | 00m00s
- [ 5/19] elfutils-libelf-devel-0:0.192-9 100% | 2.2 MiB/s | 47.2 KiB | 00m00s
- [ 6/19] libffi-devel-0:3.4.6-3.fc41.x86 100% | 429.3 KiB/s | 28.8 KiB | 00m00s
- [ 7/19] zlib-ng-compat-devel-0:2.2.3-1. 100% | 1.2 MiB/s | 38.3 KiB | 00m00s
- [ 8/19] libzstd-devel-0:1.5.7-1.fc41.x8 100% | 2.6 MiB/s | 53.1 KiB | 00m00s
- [ 9/19] cmake-filesystem-0:3.30.7-1.fc4 100% | 774.5 KiB/s | 17.0 KiB | 00m00s
- [10/19] libatomic-0:14.2.1-7.fc41.x86_6 100% | 1.7 MiB/s | 44.4 KiB | 00m00s
- [11/19] libomp-0:19.1.7-2.fc41.x86_64 100% | 14.9 MiB/s | 672.4 KiB | 00m00s
- [12/19] libomp-devel-0:19.1.7-2.fc41.x8 100% | 16.0 MiB/s | 654.6 KiB | 00m00s
- [13/19] elfutils-libelf-0:0.192-9.fc41. 100% | 9.6 MiB/s | 207.3 KiB | 00m00s
- [14/19] elfutils-libs-0:0.192-9.fc41.x8 100% | 12.2 MiB/s | 261.8 KiB | 00m00s
- [15/19] compiler-rt-0:19.1.7-2.fc41.x86 100% | 20.0 MiB/s | 2.6 MiB | 00m00s
- [16/19] elfutils-debuginfod-client-0:0. 100% | 3.5 MiB/s | 46.3 KiB | 00m00s
- [17/19] elfutils-0:0.192-9.fc41.x86_64 100% | 15.2 MiB/s | 546.1 KiB | 00m00s
- [18/19] libzstd-0:1.5.7-1.fc41.x86_64 100% | 9.9 MiB/s | 315.4 KiB | 00m00s
- [19/19] clang-libs-0:19.1.7-2.fc41.x86_ 100% | 25.9 MiB/s | 27.3 MiB | 00m01s
- --------------------------------------------------------------------------------
- [19/19] Total 100% | 25.1 MiB/s | 33.2 MiB | 00m01s
- Running transaction
- [ 1/26] Verify package files 100% | 146.0 B/s | 19.0 B | 00m00s
- [ 2/26] Prepare transaction 100% | 275.0 B/s | 24.0 B | 00m00s
- [ 3/26] Upgrading libzstd-0:1.5.7-1.fc4 100% | 98.3 MiB/s | 805.1 KiB | 00m00s
- [ 4/26] Upgrading elfutils-libelf-0:0.1 100% | 195.0 MiB/s | 1.2 MiB | 00m00s
- [ 5/26] Installing clang-resource-files 100% | 5.4 MiB/s | 16.7 KiB | 00m00s
- [ 6/26] Upgrading elfutils-libs-0:0.192 100% | 59.7 MiB/s | 672.1 KiB | 00m00s
- [ 7/26] Upgrading elfutils-debuginfod-c 100% | 14.1 MiB/s | 86.5 KiB | 00m00s
- [ 8/26] Installing clang-libs-0:19.1.7- 100% | 255.6 MiB/s | 125.0 MiB | 00m00s
- [ 9/26] Installing libomp-0:19.1.7-2.fc 100% | 185.6 MiB/s | 1.9 MiB | 00m00s
- [10/26] Installing libzstd-devel-0:1.5. 100% | 102.0 MiB/s | 208.8 KiB | 00m00s
- [11/26] Installing cmake-filesystem-0:3 100% | 1.4 MiB/s | 7.3 KiB | 00m00s
- [12/26] Installing zlib-ng-compat-devel 100% | 53.0 MiB/s | 108.5 KiB | 00m00s
- [13/26] Installing elfutils-libelf-deve 100% | 53.7 MiB/s | 55.0 KiB | 00m00s
- [14/26] Installing libbpf-devel-2:1.4.7 100% | 127.8 MiB/s | 392.7 KiB | 00m00s
- [15/26] Installing libomp-devel-0:19.1. 100% | 502.7 MiB/s | 31.2 MiB | 00m00s
- [16/26] Installing clang-0:19.1.7-2.fc4 100% | 7.6 MiB/s | 187.6 KiB | 00m00s
- [17/26] Upgrading elfutils-0:0.192-9.fc 100% | 140.8 MiB/s | 2.7 MiB | 00m00s
- [18/26] Installing compiler-rt-0:19.1.7 100% | 372.4 MiB/s | 36.5 MiB | 00m00s
- [19/26] Installing bpftool-0:7.5.0-1.fc 100% | 141.5 MiB/s | 724.5 KiB | 00m00s
- [20/26] Installing libatomic-0:14.2.1-7 100% | 38.1 MiB/s | 39.0 KiB | 00m00s
- [21/26] Installing libffi-devel-0:3.4.6 100% | 34.0 MiB/s | 34.8 KiB | 00m00s
- [22/26] Removing elfutils-0:0.192-7.fc4 100% | 16.6 KiB/s | 68.0 B | 00m00s
- [23/26] Removing elfutils-debuginfod-cl 100% | 7.3 KiB/s | 15.0 B | 00m00s
- [24/26] Removing elfutils-libs-0:0.192- 100% | 11.7 KiB/s | 12.0 B | 00m00s
- [25/26] Removing elfutils-libelf-0:0.19 100% | 14.6 KiB/s | 15.0 B | 00m00s
- [26/26] Removing libzstd-0:1.5.6-2.fc41 100% | 94.0 B/s | 8.0 B | 00m00s
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "bpftool" "clang" "libbpf-devel" "libffi-devel"
- bpftool-7.5.0-1.fc41.x86_64
- clang-19.1.7-2.fc41.x86_64
- libbpf-devel-1.4.7-1.fc41.x86_64
- libffi-devel-3.4.6-3.fc41.x86_64
2025-02-27 20:32.38 ---> saved as "973bea92b4312566c6f5c68e1cf3c2274921ba56db341ab5f8d2cec40834f9f2"
/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.17.2
- install dune-configurator 3.17.2
- 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 base.v0.16.3 (cached)
-> retrieved cppo.1.8.0 (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 ocamlfind.1.9.8 (cached)
-> retrieved ppx_assert.v0.16.0 (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 dune.3.17.2, dune-configurator.3.17.2 (cached)
-> retrieved ppx_globalize.v0.16.0 (cached)
-> retrieved ppx_hash.v0.16.0 (cached)
-> retrieved ppx_here.v0.16.0 (cached)
-> retrieved ppx_inline_test.v0.16.1 (cached)
-> retrieved ppx_optcomp.v0.16.0 (cached)
-> retrieved ppx_sexp_conv.v0.16.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved 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)
-> retrieved ppxlib.0.35.0 (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.17.2
-> 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.17.2
-> installed ctypes.0.23.0
-> installed base.v0.16.3
-> installed stdio.v0.16.0
-> installed ctypes-foreign.0.23.0
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_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_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> 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.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-27 20:33.58 ---> saved as "21356b686aebb229fe0978cdd903984aa320fa809d62fe5c7ecf369a12100100"
/src: (copy (src .) (dst /src))
2025-02-27 20:33.59 ---> saved as "5f388d6070e5b0cdbe1aa60ca87c9d7345bce743338a2ba0215f78df3322edf2"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_version.exe)
Major:1, Minor:4, Libbpf.v1.4
2025-02-27 20:34.01 ---> saved as "d09ac71b39ca929a4ed02e14da81480ece55d2503b6be1e9970ad2d41f27425b"
Job succeeded
2025-02-27 20:34.01: Job succeeded