You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I happened to setup uBPF on two different VMs, both with a clean Ubuntu 20.04.06 LTS and the same clang version etc.
For VM1 it gave me 100% tests passed, while VM2 8 tests failed (iovisor/ubpf#266 (comment)).
Below are the details:
For context, both VMs have the same clang, OS version, and apt show libbpf-dev prints, and I set up the environment with the same exact set up scripts and cmake build/test instructions
Package: libbpf-dev
Version: 1:0.5.0-1~ubuntu20.04.1
Priority: optional
Section: universe/libdevel
Source: libbpf (0.5.0-1~ubuntu20.04.1)
Origin: Ubuntu
Maintainer: Ubuntu Developers <[email protected]>
Original-Maintainer: Sudip Mukherjee <[email protected]>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 802 kB
Depends: libbpf0 (= 1:0.5.0-1~ubuntu20.04.1), libelf-dev, zlib1g-dev
Download-Size: 188 kB
APT-Manual-Installed: yes
APT-Sources: http://us-east-1.ec2.archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages
Description: eBPF helper library (development files)
libbpf is a library for loading eBPF programs and reading and
manipulating eBPF objects from user-space.
.
This package is needed to compile programs against libbpf.
The text was updated successfully, but these errors were encountered:
Hi, I happened to setup uBPF on two different VMs, both with a clean Ubuntu 20.04.06 LTS and the same clang version etc.
For VM1 it gave me 100% tests passed, while VM2 8 tests failed (iovisor/ubpf#266 (comment)).
Below are the details:
For context, both VMs have the same clang, OS version, and
apt show libbpf-dev
prints, and I set up the environment with the same exact set up scripts and cmake build/test instructionsThe text was updated successfully, but these errors were encountered: