All of lore.kernel.org
 help / color / mirror / Atom feed
* [selftests/bpf] 8fffa0e345: kernel-selftests.net.veth.sh.fail
@ 2022-01-04  2:39 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2022-01-04  2:39 UTC (permalink / raw)
  To: lkp

[-- Attachment #1: Type: text/plain, Size: 4783 bytes --]



Greeting,

FYI, we noticed the following commit (built with gcc-9):

commit: 8fffa0e3451abdd84e4b4e427f7e66040eb24f43 ("selftests/bpf: Normalize XDP section names in selftests")
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git master

in testcase: kernel-selftests
version: kernel-selftests-x86_64-a1616593-1_20211231
with following parameters:

	group: net
	ucode: 0xe2

test-description: The kernel contains a set of "self tests" under the tools/testing/selftests/ directory. These are intended to be small unit tests to exercise individual code paths in the kernel.
test-url: https://www.kernel.org/doc/Documentation/kselftest.txt


on test machine: 4 threads Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz with 32G memory

caused below changes (please refer to attached dmesg/kmsg for entire log/backtrace):




If you fix the issue, kindly add following tag
Reported-by: kernel test robot <oliver.sang@intel.com>



# selftests: net: veth.sh
# default - gro flag                                           ok 
#         - peer gro flag                                      ok 
#         - tso flag                                           ok 
#         - peer tso flag                                      ok 
#         - aggregation                                        ok 
#         - aggregation with TSO off                           ok 
# with gro on - gro flag                                       ok 
#         - peer gro flag                                      ok 
#         - tso flag                                           ok 
#         - peer tso flag                                      ok 
#         - aggregation with TSO off                           ok 
# default channels                                             fail rx:1:1 tx:1:1 combined:n/a:0
# with gro enabled on link down - gro flag                     ok 
#         - peer gro flag                                      ok 
#         - tso flag                                           ok 
#         - peer tso flag                                      ok 
#         - aggregation with TSO off                           ok 
# setting tx channels                                          fail rx:1:1 tx:2:2 combined:n/a:0
# setting both rx and tx channels                              fail rx:3:3 tx:3:3 combined:n/a:0
# bad setting: combined channels                               fail rx:3:3 tx:3:3 combined:n/a:0
# setting invalid channels nr                                  fail rx:3:3 tx:3:3 combined:n/a:0
# bad setting: XDP with RX nr less than TX                     ok 
# bad setting: reducing RX nr below peer TX with XDP set      fail - set operation successful ?!?
# bad setting: increasing peer TX nr above RX with XDP set    fail - set operation successful ?!?
# setting invalid channels nr                                  fail rx:2:1 tx:2:2 combined:n/a:0
# with xdp attached - gro flag                                 fail - expected on found off
#         - peer gro flag                                      ok 
#         - tso flag                                           fail - expected off found on
#         - peer tso flag                                      ok 
#         - aggregation                                        ok 
#         - after dev off, flag                                fail - expected on found off
#         - peer flag                                          ok 
#         - after gro on xdp off, gro flag                     ok 
#         - peer gro flag                                      ok 
#         - tso flag                                           ok 
#         - peer tso flag                                      ok 
# decreasing tx channels with device down                      fail rx:2:1 tx:1:1 combined:n/a:0
#         - aggregation                                        ok 
# increasing tx channels with device down                      fail rx:2:1 tx:2:2 combined:n/a:0
# aggregation again with default and TSO off                   ok 
not ok 47 selftests: net: veth.sh # exit=1



To reproduce:

        git clone https://github.com/intel/lkp-tests.git
        cd lkp-tests
        sudo bin/lkp install job.yaml           # job file is attached in this email
        bin/lkp split-job --compatible job.yaml # generate the yaml file for lkp run
        sudo bin/lkp run generated-yaml-file

        # if come across any failure that blocks the test,
        # please remove ~/.lkp and /lkp dir to run from a clean state.



---
0DAY/LKP+ Test Infrastructure                   Open Source Technology Center
https://lists.01.org/hyperkitty/list/lkp(a)lists.01.org       Intel Corporation

Thanks,
Oliver Sang


[-- Attachment #2: config-5.15.0-rc1-00368-g8fffa0e3451a.old --]
[-- Type: application/x-trash, Size: 176705 bytes --]

[-- Attachment #3: job-script.ksh --]
[-- Type: text/plain, Size: 6675 bytes --]

#!/bin/sh

export_top_env()
{
	export suite='kernel-selftests'
	export testcase='kernel-selftests'
	export category='functional'
	export kconfig='x86_64-rhel-8.3-kselftests'
	export job_origin='kernel-selftests-bm.yaml'
	export queue_cmdline_keys='branch
commit'
	export queue='validate'
	export testbox='lkp-skl-d04'
	export tbox_group='lkp-skl-d04'
	export submit_id='61d1005620ca5a868664536a'
	export job_file='/lkp/jobs/scheduled/lkp-skl-d04/kernel-selftests-net-ucode=0xe2-debian-10.4-x86_64-20200603.cgz-8fffa0e3451abdd84e4b4e427f7e66040eb24f43-20220102-99974-1px9ykx-5.yaml'
	export id='aebca464947b58910e43c7fa15842d261793221d'
	export queuer_version='/lkp-src'
	export model='Skylake'
	export nr_cpu=4
	export memory='32G'
	export nr_ssd_partitions=1
	export nr_hdd_partitions=4
	export hdd_partitions='/dev/disk/by-id/ata-ST1000DM003-1ER162_Z4YB7AEL-part*'
	export ssd_partitions='/dev/disk/by-id/wwn-0x55cd2e404b64c499-part2'
	export rootfs_partition='/dev/disk/by-id/wwn-0x55cd2e404b64c499-part1'
	export brand='Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz'
	export commit='8fffa0e3451abdd84e4b4e427f7e66040eb24f43'
	export need_kconfig_hw='{"E1000E"=>"y"}
SATA_AHCI
DRM_I915
{"I40E"=>"y"}'
	export ucode='0xe2'
	export bisect_dmesg=true
	export need_kconfig='{"USER_NS"=>"y"}
{"BPF_SYSCALL"=>"y"}
{"TEST_BPF"=>"m"}
{"NUMA"=>"y, v5.6-rc1"}
{"NET_VRF"=>"y, v4.3-rc1"}
{"NET_L3_MASTER_DEV"=>"y, v4.4-rc1"}
{"IPV6"=>"y"}
{"IPV6_MULTIPLE_TABLES"=>"y"}
{"VETH"=>"y"}
{"NET_IPVTI"=>"m"}
{"IPV6_VTI"=>"m"}
{"DUMMY"=>"y"}
{"BRIDGE"=>"y"}
{"VLAN_8021Q"=>"y"}
IFB
{"NETFILTER"=>"y"}
{"NETFILTER_ADVANCED"=>"y"}
{"NF_CONNTRACK"=>"m"}
{"NF_NAT"=>"m, v5.1-rc1"}
{"IP6_NF_IPTABLES"=>"m"}
{"IP_NF_IPTABLES"=>"m"}
{"IP6_NF_NAT"=>"m"}
{"IP_NF_NAT"=>"m"}
{"NF_TABLES"=>"m"}
{"NF_TABLES_IPV6"=>"y, v4.17-rc1"}
{"NF_TABLES_IPV4"=>"y, v4.17-rc1"}
{"NFT_CHAIN_NAT_IPV6"=>"m, <= v5.0"}
{"NFT_CHAIN_NAT_IPV4"=>"m, <= v5.0"}
{"NET_SCH_FQ"=>"m"}
{"NET_SCH_ETF"=>"m, v4.19-rc1"}
{"NET_SCH_NETEM"=>"y"}
{"TEST_BLACKHOLE_DEV"=>"m, v5.3-rc1"}
{"KALLSYMS"=>"y"}
{"BAREUDP"=>"m, v5.7-rc1"}
{"MPLS_ROUTING"=>"m, v4.1-rc1"}
{"MPLS_IPTUNNEL"=>"m, v4.3-rc1"}
{"NET_SCH_INGRESS"=>"y, v4.19-rc1"}
{"NET_CLS_FLOWER"=>"m, v4.2-rc1"}
{"NET_ACT_TUNNEL_KEY"=>"m, v4.9-rc1"}
{"NET_ACT_MIRRED"=>"m, v5.11-rc1"}
{"CRYPTO_SM4"=>"y"}'
	export initrds='linux_headers
linux_selftests'
	export enqueue_time='2022-01-02 09:31:02 +0800'
	export _id='61d1006620ca5a868664536d'
	export _rt='/result/kernel-selftests/net-ucode=0xe2/lkp-skl-d04/debian-10.4-x86_64-20200603.cgz/x86_64-rhel-8.3-kselftests/gcc-9/8fffa0e3451abdd84e4b4e427f7e66040eb24f43'
	export user='lkp'
	export compiler='gcc-9'
	export LKP_SERVER='internal-lkp-server'
	export head_commit='15331bdc77dbcfda53d50d05a8591e722281bc91'
	export base_commit='fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf'
	export branch='linus/master'
	export rootfs='debian-10.4-x86_64-20200603.cgz'
	export result_root='/result/kernel-selftests/net-ucode=0xe2/lkp-skl-d04/debian-10.4-x86_64-20200603.cgz/x86_64-rhel-8.3-kselftests/gcc-9/8fffa0e3451abdd84e4b4e427f7e66040eb24f43/3'
	export scheduler_version='/lkp/lkp/.src-20211231-112748'
	export arch='x86_64'
	export max_uptime=2100
	export initrd='/osimage/debian/debian-10.4-x86_64-20200603.cgz'
	export bootloader_append='root=/dev/ram0
RESULT_ROOT=/result/kernel-selftests/net-ucode=0xe2/lkp-skl-d04/debian-10.4-x86_64-20200603.cgz/x86_64-rhel-8.3-kselftests/gcc-9/8fffa0e3451abdd84e4b4e427f7e66040eb24f43/3
BOOT_IMAGE=/pkg/linux/x86_64-rhel-8.3-kselftests/gcc-9/8fffa0e3451abdd84e4b4e427f7e66040eb24f43/vmlinuz-5.15.0-rc1-00368-g8fffa0e3451a
branch=linus/master
job=/lkp/jobs/scheduled/lkp-skl-d04/kernel-selftests-net-ucode=0xe2-debian-10.4-x86_64-20200603.cgz-8fffa0e3451abdd84e4b4e427f7e66040eb24f43-20220102-99974-1px9ykx-5.yaml
user=lkp
ARCH=x86_64
kconfig=x86_64-rhel-8.3-kselftests
commit=8fffa0e3451abdd84e4b4e427f7e66040eb24f43
max_uptime=2100
LKP_SERVER=internal-lkp-server
nokaslr
selinux=0
debug
apic=debug
sysrq_always_enabled
rcupdate.rcu_cpu_stall_timeout=100
net.ifnames=0
printk.devkmsg=on
panic=-1
softlockup_panic=1
nmi_watchdog=panic
oops=panic
load_ramdisk=2
prompt_ramdisk=0
drbd.minor_count=8
systemd.log_level=err
ignore_loglevel
console=tty0
earlyprintk=ttyS0,115200
console=ttyS0,115200
vga=normal
rw'
	export modules_initrd='/pkg/linux/x86_64-rhel-8.3-kselftests/gcc-9/8fffa0e3451abdd84e4b4e427f7e66040eb24f43/modules.cgz'
	export linux_headers_initrd='/pkg/linux/x86_64-rhel-8.3-kselftests/gcc-9/8fffa0e3451abdd84e4b4e427f7e66040eb24f43/linux-headers.cgz'
	export linux_selftests_initrd='/pkg/linux/x86_64-rhel-8.3-kselftests/gcc-9/8fffa0e3451abdd84e4b4e427f7e66040eb24f43/linux-selftests.cgz'
	export bm_initrd='/osimage/deps/debian-10.4-x86_64-20200603.cgz/run-ipconfig_20200608.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/lkp_20211221.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/rsync-rootfs_20200608.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/kernel-selftests_20211213.cgz,/osimage/pkg/debian-10.4-x86_64-20200603.cgz/kernel-selftests-x86_64-a1616593-1_20211231.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/hw_20200715.cgz'
	export ucode_initrd='/osimage/ucode/intel-ucode-20210222.cgz'
	export lkp_initrd='/osimage/user/lkp/lkp-x86_64.cgz'
	export site='inn'
	export LKP_CGI_PORT=80
	export LKP_CIFS_PORT=139
	export last_kernel='5.16.0-rc7'
	export repeat_to=6
	export schedule_notify_address=
	export kernel='/pkg/linux/x86_64-rhel-8.3-kselftests/gcc-9/8fffa0e3451abdd84e4b4e427f7e66040eb24f43/vmlinuz-5.15.0-rc1-00368-g8fffa0e3451a'
	export dequeue_time='2022-01-02 18:25:15 +0800'
	export job_initrd='/lkp/jobs/scheduled/lkp-skl-d04/kernel-selftests-net-ucode=0xe2-debian-10.4-x86_64-20200603.cgz-8fffa0e3451abdd84e4b4e427f7e66040eb24f43-20220102-99974-1px9ykx-5.cgz'

	[ -n "$LKP_SRC" ] ||
	export LKP_SRC=/lkp/${user:-lkp}/src
}

run_job()
{
	echo $$ > $TMP/run-job.pid

	. $LKP_SRC/lib/http.sh
	. $LKP_SRC/lib/job.sh
	. $LKP_SRC/lib/env.sh

	export_top_env

	run_monitor $LKP_SRC/monitors/wrapper kmsg
	run_monitor $LKP_SRC/monitors/wrapper heartbeat
	run_monitor $LKP_SRC/monitors/wrapper meminfo
	run_monitor $LKP_SRC/monitors/wrapper oom-killer
	run_monitor $LKP_SRC/monitors/plain/watchdog

	run_test group='net' $LKP_SRC/tests/wrapper kernel-selftests
}

extract_stats()
{
	export stats_part_begin=
	export stats_part_end=

	env group='net' $LKP_SRC/stats/wrapper kernel-selftests
	$LKP_SRC/stats/wrapper kmsg
	$LKP_SRC/stats/wrapper meminfo

	$LKP_SRC/stats/wrapper time kernel-selftests.time
	$LKP_SRC/stats/wrapper dmesg
	$LKP_SRC/stats/wrapper kmsg
	$LKP_SRC/stats/wrapper last_state
	$LKP_SRC/stats/wrapper stderr
	$LKP_SRC/stats/wrapper time
}

"$@"

[-- Attachment #4: dmesg.xz --]
[-- Type: application/x-xz, Size: 110564 bytes --]

[-- Attachment #5: kernel-selftests.ksh --]
[-- Type: text/plain, Size: 301068 bytes --]

KERNEL SELFTESTS: linux_headers_dir is /usr/src/linux-headers-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43
2022-01-02 10:28:22 mount --bind /lib/modules/5.15.0-rc1-00368-g8fffa0e3451a/kernel/lib /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/lib
2022-01-02 10:28:22 sed -i s/default_timeout=45/default_timeout=300/ kselftest/runner.sh
2022-01-02 10:28:22 make -C bpf
make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf'
  MKDIR    include
  MKDIR    libbpf
  HOSTCC  /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/fixdep.o
  HOSTLD  /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/fixdep-in.o
  LINK    /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/fixdep
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/bpf_helper_defs.h
  MKDIR   /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/staticobjs/
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/staticobjs/libbpf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/staticobjs/bpf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/staticobjs/nlattr.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/staticobjs/btf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/staticobjs/libbpf_errno.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/staticobjs/str_error.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/staticobjs/netlink.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/staticobjs/bpf_prog_linfo.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/staticobjs/libbpf_probes.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/staticobjs/xsk.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/staticobjs/hashmap.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/staticobjs/btf_dump.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/staticobjs/ringbuf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/staticobjs/strset.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/staticobjs/linker.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/staticobjs/gen_loader.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/staticobjs/relo_core.o
  LD      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/staticobjs/libbpf-in.o
  LINK    /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/libbpf.a
Warning: Kernel ABI header at 'tools/include/uapi/linux/netlink.h' differs from latest version at 'include/uapi/linux/netlink.h'
Warning: Kernel ABI header at 'tools/include/uapi/linux/if_link.h' differs from latest version at 'include/uapi/linux/if_link.h'
  MKDIR   /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/sharedobjs/
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/sharedobjs/libbpf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/sharedobjs/bpf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/sharedobjs/nlattr.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/sharedobjs/btf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/sharedobjs/libbpf_errno.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/sharedobjs/str_error.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/sharedobjs/netlink.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/sharedobjs/bpf_prog_linfo.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/sharedobjs/libbpf_probes.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/sharedobjs/xsk.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/sharedobjs/hashmap.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/sharedobjs/btf_dump.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/sharedobjs/ringbuf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/sharedobjs/strset.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/sharedobjs/linker.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/sharedobjs/gen_loader.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/sharedobjs/relo_core.o
  LD      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/sharedobjs/libbpf-in.o
  LINK    /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/libbpf.so.0.6.0
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/libbpf/libbpf.pc
  INSTALL headers
  CC       test_stub.o
  BINARY   test_verifier
  BINARY   test_tag
  MKDIR    bpftool

Auto-detecting system features:
...                        libbfd: [ ^[[32mon^[[m  ]
...        disassembler-four-args: [ ^[[32mon^[[m  ]
...                          zlib: [ ^[[32mon^[[m  ]
...                        libcap: [ ^[[32mon^[[m  ]
...               clang-bpf-co-re: [ ^[[32mon^[[m  ]

...                      /tmp/lkp: [ ^[[31mOFF^[[m ]

  MKDIR   /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/bpf_helper_defs.h
  MKDIR   /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/staticobjs/
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/staticobjs/libbpf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/staticobjs/bpf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/staticobjs/nlattr.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/staticobjs/btf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/staticobjs/libbpf_errno.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/staticobjs/str_error.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/staticobjs/netlink.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/staticobjs/bpf_prog_linfo.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/staticobjs/libbpf_probes.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/staticobjs/xsk.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/staticobjs/hashmap.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/staticobjs/btf_dump.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/staticobjs/ringbuf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/staticobjs/strset.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/staticobjs/linker.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/staticobjs/gen_loader.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/staticobjs/relo_core.o
  LD      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/staticobjs/libbpf-in.o
  LINK    /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//libbpf/libbpf.a
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/map_perf_ring.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/xlated_dumper.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/iter.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/btf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/tracelog.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/perf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/common.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/btf_dumper.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/net.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/struct_ops.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/netlink_dumper.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/link.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/cgroup.o
  MKDIR   /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/
  MKDIR   /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/bpf_helper_defs.h
  MKDIR   /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/staticobjs/
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/staticobjs/libbpf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/staticobjs/bpf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/staticobjs/nlattr.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/staticobjs/btf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/staticobjs/libbpf_errno.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/staticobjs/str_error.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/staticobjs/netlink.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/staticobjs/bpf_prog_linfo.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/staticobjs/libbpf_probes.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/staticobjs/xsk.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/staticobjs/hashmap.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/staticobjs/btf_dump.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/staticobjs/ringbuf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/staticobjs/strset.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/staticobjs/linker.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/staticobjs/gen_loader.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/staticobjs/relo_core.o
  LD      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/staticobjs/libbpf-in.o
  LINK    /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/libbpf/libbpf.a
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/main.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/common.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/json_writer.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/gen.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/btf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/xlated_dumper.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/btf_dumper.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/disasm.o
  LINK    /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool//bootstrap/bpftool
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/vmlinux.h
  CLANG   /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/profiler.bpf.o
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/profiler.skel.h
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/prog.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/gen.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/main.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/json_writer.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/cfg.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/map.o
  CLANG   /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/pid_iter.bpf.o
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/pid_iter.skel.h
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/pids.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/feature.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/jit_disasm.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/disasm.o
  LINK    /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/bpftool/bpftool
  INSTALL bpftool
  GEN      vmlinux.h
  CLNG-BPF [test_maps] test_cls_redirect_subprogs.o
  CLNG-BPF [test_maps] btf__core_reloc_existence.o
  CLNG-BPF [test_maps] tailcall_bpf2bpf1.o
  CLNG-BPF [test_maps] test_cls_redirect.o
  CLNG-BPF [test_maps] btf__core_reloc_bitfields___err_too_big_bitfield.o
  CLNG-BPF [test_maps] btf__core_reloc_type_based___incompat.o
  CLNG-BPF [test_maps] test_btf_newkv.o
  CLNG-BPF [test_maps] pyperf600.o
  CLNG-BPF [test_maps] test_btf_nokv.o
  CLNG-BPF [test_maps] test_ringbuf.o
  CLNG-BPF [test_maps] recvmsg6_prog.o
  CLNG-BPF [test_maps] tailcall3.o
  CLNG-BPF [test_maps] bpf_iter_bpf_hash_map.o
  CLNG-BPF [test_maps] get_cgroup_id_kern.o
  CLNG-BPF [test_maps] test_endian.o
  CLNG-BPF [test_maps] test_sockhash_kern.o
  CLNG-BPF [test_maps] test_perf_buffer.o
  CLNG-BPF [test_maps] xdp_redirect_map.o
  CLNG-BPF [test_maps] local_storage.o
  CLNG-BPF [test_maps] test_get_stack_rawtp.o
  CLNG-BPF [test_maps] test_sockmap_kern.o
  CLNG-BPF [test_maps] test_core_reloc_ints.o
  CLNG-BPF [test_maps] test_stack_var_off.o
  CLNG-BPF [test_maps] test_tracepoint.o
  CLNG-BPF [test_maps] test_select_reuseport_kern.o
  CLNG-BPF [test_maps] timer_mim.o
  CLNG-BPF [test_maps] profiler2.o
  CLNG-BPF [test_maps] test_send_signal_kern.o
  CLNG-BPF [test_maps] test_tcp_estats.o
  CLNG-BPF [test_maps] linked_vars1.o
  CLNG-BPF [test_maps] test_global_func2.o
  CLNG-BPF [test_maps] btf__core_reloc_arrays___equiv_zero_sz_arr.o
  CLNG-BPF [test_maps] test_global_func12.o
  CLNG-BPF [test_maps] get_func_ip_test.o
  CLNG-BPF [test_maps] btf__core_reloc_primitives___diff_enum_def.o
  CLNG-BPF [test_maps] test_global_func7.o
  CLNG-BPF [test_maps] bpf_iter_test_kern4.o
  CLNG-BPF [test_maps] btf__core_reloc_type_id___missing_targets.o
  CLNG-BPF [test_maps] test_hash_large_key.o
  CLNG-BPF [test_maps] connect4_dropper.o
  CLNG-BPF [test_maps] test_map_in_map_invalid.o
  CLNG-BPF [test_maps] test_xdp_vlan.o
  CLNG-BPF [test_maps] test_check_mtu.o
  CLNG-BPF [test_maps] test_xdp_with_devmap_helpers.o
  CLNG-BPF [test_maps] btf__core_reloc_arrays___err_non_array.o
  CLNG-BPF [test_maps] udp_limit.o
  CLNG-BPF [test_maps] bpf_iter_test_kern6.o
  CLNG-BPF [test_maps] btf__core_reloc_type_id.o
  CLNG-BPF [test_maps] test_core_extern.o
  CLNG-BPF [test_maps] btf__core_reloc_type_based___fn_wrong_args.o
  CLNG-BPF [test_maps] test_core_reloc_bitfields_direct.o
  CLNG-BPF [test_maps] bpf_iter_task_file.o
  CLNG-BPF [test_maps] bpf_tcp_nogpl.o
  CLNG-BPF [test_maps] btf__core_reloc_primitives___err_non_int.o
  CLNG-BPF [test_maps] test_snprintf_single.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___err_nonstruct_container.o
  CLNG-BPF [test_maps] test_link_pinning.o
  CLNG-BPF [test_maps] test_ksyms_btf.o
  CLNG-BPF [test_maps] lsm.o
  CLNG-BPF [test_maps] loop2.o
  CLNG-BPF [test_maps] test_subprogs.o
  CLNG-BPF [test_maps] btf__core_reloc_enumval___err_missing.o
  CLNG-BPF [test_maps] netcnt_prog.o
  CLNG-BPF [test_maps] atomics.o
  CLNG-BPF [test_maps] test_verif_scale3.o
  CLNG-BPF [test_maps] btf__core_reloc_mods.o
  CLNG-BPF [test_maps] btf__core_reloc_arrays___err_too_shallow.o
  CLNG-BPF [test_maps] test_obj_id.o
  CLNG-BPF [test_maps] test_enable_stats.o
  CLNG-BPF [test_maps] test_module_attach.o
  CLNG-BPF [test_maps] recvmsg4_prog.o
  CLNG-BPF [test_maps] test_global_func5.o
  CLNG-BPF [test_maps] sockopt_qos_to_cc.o
  CLNG-BPF [test_maps] test_xdp_with_cpumap_helpers.o
  CLNG-BPF [test_maps] trace_printk.o
  CLNG-BPF [test_maps] btf__core_reloc_ints.o
  CLNG-BPF [test_maps] test_sockmap_listen.o
  CLNG-BPF [test_maps] test_xdp_context_test_run.o
  CLNG-BPF [test_maps] btf__core_reloc_arrays___fixed_arr.o
  CLNG-BPF [test_maps] bpf_iter_netlink.o
  CLNG-BPF [test_maps] test_core_reloc_type_based.o
  CLNG-BPF [test_maps] btf__core_reloc_enumval.o
  CLNG-BPF [test_maps] bpf_dctcp_release.o
  CLNG-BPF [test_maps] kfunc_call_test_subprog.o
  CLNG-BPF [test_maps] test_subprogs_unused.o
  CLNG-BPF [test_maps] test_core_reloc_mods.o
  CLNG-BPF [test_maps] bpf_iter_bpf_array_map.o
  CLNG-BPF [test_maps] test_tc_neigh_fib.o
  CLNG-BPF [test_maps] test_lookup_and_delete.o
  CLNG-BPF [test_maps] test_skb_cgroup_id_kern.o
  CLNG-BPF [test_maps] cg_storage_multi_isolated.o
  CLNG-BPF [test_maps] sockmap_parse_prog.o
  CLNG-BPF [test_maps] test_xdp_redirect.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___err_too_deep.o
  CLNG-BPF [test_maps] btf__core_reloc_enumval___val3_missing.o
  CLNG-BPF [test_maps] connect_force_port4.o
  CLNG-BPF [test_maps] bpf_iter_task_stack.o
  CLNG-BPF [test_maps] test_probe_read_user_str.o
  CLNG-BPF [test_maps] btf__core_reloc_arrays___err_too_small.o
  CLNG-BPF [test_maps] test_tc_peer.o
  CLNG-BPF [test_maps] btf__core_reloc_size___diff_sz.o
  CLNG-BPF [test_maps] bpf_iter_tcp6.o
  CLNG-BPF [test_maps] test_global_func4.o
  CLNG-BPF [test_maps] test_stacktrace_map.o
  CLNG-BPF [test_maps] test_core_reloc_module.o
  CLNG-BPF [test_maps] test_probe_user.o
  CLNG-BPF [test_maps] bpf_iter_bpf_percpu_array_map.o
  CLNG-BPF [test_maps] fexit_sleep.o
  CLNG-BPF [test_maps] test_skeleton.o
  CLNG-BPF [test_maps] fexit_bpf2bpf.o
  CLNG-BPF [test_maps] btf__core_reloc_ptr_as_arr___diff_sz.o
  CLNG-BPF [test_maps] freplace_get_constant.o
  CLNG-BPF [test_maps] btf__core_reloc_size.o
  CLNG-BPF [test_maps] test_xdp_adjust_tail_shrink.o
  CLNG-BPF [test_maps] test_pe_preserve_elems.o
  CLNG-BPF [test_maps] btf_dump_test_case_namespacing.o
  CLNG-BPF [test_maps] btf__core_reloc_primitives.o
  CLNG-BPF [test_maps] bpf_iter_task.o
  CLNG-BPF [test_maps] test_queue_map.o
  CLNG-BPF [test_maps] cg_storage_multi_shared.o
  CLNG-BPF [test_maps] for_each_hash_map_elem.o
  CLNG-BPF [test_maps] metadata_used.o
  CLNG-BPF [test_maps] test_seg6_loop.o
  CLNG-BPF [test_maps] tailcall_bpf2bpf3.o
  CLNG-BPF [test_maps] test_core_reloc_misc.o
  CLNG-BPF [test_maps] btf__core_reloc_bitfields___bit_sz_change.o
  CLNG-BPF [test_maps] btf_dump_test_case_multidim.o
  CLNG-BPF [test_maps] ima.o
  CLNG-BPF [test_maps] timer_mim_reject.o
  CLNG-BPF [test_maps] test_tc_edt.o
  CLNG-BPF [test_maps] task_local_storage.o
  CLNG-BPF [test_maps] bpf_cubic.o
  CLNG-BPF [test_maps] btf__core_reloc_ints___reverse_sign.o
  CLNG-BPF [test_maps] bind_perm.o
  CLNG-BPF [test_maps] xdpwall.o
  CLNG-BPF [test_maps] test_sockmap_skb_verdict_attach.o
  CLNG-BPF [test_maps] btf_data.o
  CLNG-BPF [test_maps] test_bpf_cookie.o
  CLNG-BPF [test_maps] test_core_reloc_enumval.o
  CLNG-BPF [test_maps] test_rdonly_maps.o
  CLNG-BPF [test_maps] test_btf_skc_cls_ingress.o
  CLNG-BPF [test_maps] test_stacktrace_build_id.o
  CLNG-BPF [test_maps] test_overhead.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___struct_union_mixup.o
  CLNG-BPF [test_maps] btf__core_reloc_enumval___diff.o
  CLNG-BPF [test_maps] test_varlen.o
  CLNG-BPF [test_maps] test_ksyms_weak.o
  CLNG-BPF [test_maps] test_skb_helpers.o
  CLNG-BPF [test_maps] connect_force_port6.o
  CLNG-BPF [test_maps] tailcall2.o
  CLNG-BPF [test_maps] test_core_reloc_type_id.o
  CLNG-BPF [test_maps] test_tcp_hdr_options.o
  CLNG-BPF [test_maps] socket_cookie_prog.o
  CLNG-BPF [test_maps] ringbuf_bench.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting.o
  CLNG-BPF [test_maps] test_pkt_md_access.o
  CLNG-BPF [test_maps] atomic_bounds.o
  CLNG-BPF [test_maps] test_core_autosize.o
  CLNG-BPF [test_maps] bpf_iter_sockmap.o
  CLNG-BPF [test_maps] test_global_func15.o
  CLNG-BPF [test_maps] test_sysctl_loop1.o
  CLNG-BPF [test_maps] freplace_connect4.o
  CLNG-BPF [test_maps] xdp_tx.o
  CLNG-BPF [test_maps] btf__core_reloc_arrays___err_wrong_val_type.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___dup_compat_types.o
  CLNG-BPF [test_maps] btf__core_reloc_bitfields___just_big_enough.o
  CLNG-BPF [test_maps] btf__core_reloc_arrays___diff_arr_dim.o
  CLNG-BPF [test_maps] test_sk_storage_tracing.o
  CLNG-BPF [test_maps] test_map_init.o
  CLNG-BPF [test_maps] pyperf_subprogs.o
  CLNG-BPF [test_maps] metadata_unused.o
  CLNG-BPF [test_maps] test_global_func14.o
  CLNG-BPF [test_maps] bpf_iter_udp6.o
  CLNG-BPF [test_maps] test_tc_tunnel.o
  CLNG-BPF [test_maps] bpf_dctcp.o
  CLNG-BPF [test_maps] test_xdp_meta.o
  CLNG-BPF [test_maps] sockmap_verdict_prog.o
  CLNG-BPF [test_maps] strobemeta_nounroll1.o
  CLNG-BPF [test_maps] pyperf180.o
  CLNG-BPF [test_maps] btf__core_reloc_bitfields___bitfield_vs_int.o
  CLNG-BPF [test_maps] sample_map_ret0.o
  CLNG-BPF [test_maps] connect4_prog.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___extra_nesting.o
  CLNG-BPF [test_maps] btf__core_reloc_primitives___err_non_ptr.o
  CLNG-BPF [test_maps] get_branch_snapshot.o
  CLNG-BPF [test_maps] test_ksyms_module.o
  CLNG-BPF [test_maps] test_snprintf.o
  CLNG-BPF [test_maps] test_ksyms_btf_null_check.o
  CLNG-BPF [test_maps] linked_funcs2.o
  CLNG-BPF [test_maps] bpf_iter_test_kern5.o
  CLNG-BPF [test_maps] test_static_linked2.o
  CLNG-BPF [test_maps] test_global_func13.o
  CLNG-BPF [test_maps] test_sockmap_invalid_update.o
  CLNG-BPF [test_maps] test_stack_map.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___err_array_field.o
  CLNG-BPF [test_maps] dev_cgroup.o
  CLNG-BPF [test_maps] bpf_iter_test_kern3.o
  CLNG-BPF [test_maps] perfbuf_bench.o
  CLNG-BPF [test_maps] syscall.o
  CLNG-BPF [test_maps] profiler3.o
  CLNG-BPF [test_maps] test_xdp.o
  CLNG-BPF [test_maps] test_global_func11.o
  CLNG-BPF [test_maps] bpf_iter_bpf_map.o
  CLNG-BPF [test_maps] test_lwt_seg6local.o
  CLNG-BPF [test_maps] freplace_cls_redirect.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___anon_embed.o
  CLNG-BPF [test_maps] bpf_iter_ipv6_route.o
  CLNG-BPF [test_maps] sample_ret0.o
  CLNG-BPF [test_maps] load_bytes_relative.o
  CLNG-BPF [test_maps] test_core_reloc_nesting.o
  CLNG-BPF [test_maps] test_d_path.o
  CLNG-BPF [test_maps] btf__core_reloc_size___err_ambiguous.o
  CLNG-BPF [test_maps] btf__core_reloc_type_based___diff_sz.o
  CLNG-BPF [test_maps] tailcall_bpf2bpf4.o
  CLNG-BPF [test_maps] test_mmap.o
  CLNG-BPF [test_maps] test_lwt_ip_encap.o
  CLNG-BPF [test_maps] btf__core_reloc_mods___mod_swap.o
  CLNG-BPF [test_maps] tailcall6.o
  CLNG-BPF [test_maps] test_migrate_reuseport.o
  CLNG-BPF [test_maps] pyperf600_nounroll.o
  CLNG-BPF [test_maps] test_sock_fields.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___err_partial_match_dups.o
  CLNG-BPF [test_maps] test_lirc_mode2_kern.o
  CLNG-BPF [test_maps] test_core_read_macros.o
  CLNG-BPF [test_maps] sockopt_sk.o
  CLNG-BPF [test_maps] tailcall1.o
  CLNG-BPF [test_maps] btf__core_reloc_primitives___err_non_enum.o
  CLNG-BPF [test_maps] test_core_reloc_ptr_as_arr.o
  CLNG-BPF [test_maps] test_sk_lookup_kern.o
  CLNG-BPF [test_maps] test_tunnel_kern.o
  CLNG-BPF [test_maps] task_local_storage_exit_creds.o
  CLNG-BPF [test_maps] bpf_iter_tcp4.o
  CLNG-BPF [test_maps] task_ls_recursion.o
  CLNG-BPF [test_maps] for_each_array_map_elem.o
  CLNG-BPF [test_maps] test_global_func16.o
  CLNG-BPF [test_maps] test_autoload.o
  CLNG-BPF [test_maps] btf__core_reloc_ptr_as_arr.o
  CLNG-BPF [test_maps] loop3.o
  CLNG-BPF [test_maps] test_attach_probe.o
  CLNG-BPF [test_maps] test_trace_ext_tracing.o
  CLNG-BPF [test_maps] test_ringbuf_multi.o
  CLNG-BPF [test_maps] bpf_iter_bpf_sk_storage_helpers.o
  CLNG-BPF [test_maps] btf__core_reloc_misc.o
  CLNG-BPF [test_maps] test_xdp_adjust_tail_grow.o
  CLNG-BPF [test_maps] test_tcp_check_syncookie_kern.o
  CLNG-BPF [test_maps] test_btf_map_in_map.o
  CLNG-BPF [test_maps] linked_maps2.o
  CLNG-BPF [test_maps] fentry_test.o
  CLNG-BPF [test_maps] bpf_iter_unix.o
  CLNG-BPF [test_maps] test_pkt_access.o
  CLNG-BPF [test_maps] test_core_retro.o
  CLNG-BPF [test_maps] test_sk_storage_trace_itself.o
  CLNG-BPF [test_maps] test_tcpbpf_kern.o
  CLNG-BPF [test_maps] test_global_func3.o
  CLNG-BPF [test_maps] tcp_rtt.o
  CLNG-BPF [test_maps] test_tcpnotify_kern.o
  CLNG-BPF [test_maps] test_core_reloc_size.o
  CLNG-BPF [test_maps] kfree_skb.o
  CLNG-BPF [test_maps] btf_dump_test_case_ordering.o
  CLNG-BPF [test_maps] strobemeta_subprogs.o
  CLNG-BPF [test_maps] test_core_reloc_flavors.o
  CLNG-BPF [test_maps] xdping_kern.o
  CLNG-BPF [test_maps] test_core_reloc_primitives.o
  CLNG-BPF [test_maps] cgroup_skb_sk_lookup_kern.o
  CLNG-BPF [test_maps] fexit_bpf2bpf_simple.o
  CLNG-BPF [test_maps] strobemeta.o
  CLNG-BPF [test_maps] bpf_iter_task_vma.o
  CLNG-BPF [test_maps] pyperf_global.o
  CLNG-BPF [test_maps] test_perf_branches.o
  CLNG-BPF [test_maps] tailcall4.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___err_missing_container.o
  CLNG-BPF [test_maps] btf__core_reloc_primitives___diff_func_proto.o
  CLNG-BPF [test_maps] test_ns_current_pid_tgid.o
  CLNG-BPF [test_maps] btf__core_reloc_existence___minimal.o
  CLNG-BPF [test_maps] test_core_reloc_existence.o
  CLNG-BPF [test_maps] test_global_func8.o
  CLNG-BPF [test_maps] test_xdp_loop.o
  CLNG-BPF [test_maps] connect6_prog.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___err_dup_incompat_types.o
  CLNG-BPF [test_maps] bpf_iter_bpf_percpu_hash_map.o
  CLNG-BPF [test_maps] test_global_func10.o
  CLNG-BPF [test_maps] test_pinning.o
  CLNG-BPF [test_maps] test_xdp_link.o
  CLNG-BPF [test_maps] test_spin_lock.o
  CLNG-BPF [test_maps] pyperf100.o
  CLNG-BPF [test_maps] test_static_linked1.o
  CLNG-BPF [test_maps] pyperf50.o
  CLNG-BPF [test_maps] test_core_reloc_arrays.o
  CLNG-BPF [test_maps] btf__core_reloc_mods___typedefs.o
  CLNG-BPF [test_maps] test_core_reloc_kernel.o
  CLNG-BPF [test_maps] loop6.o
  CLNG-BPF [test_maps] btf_dump_test_case_padding.o
  CLNG-BPF [test_maps] test_sk_assign.o
  CLNG-BPF [test_maps] test_global_func9.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___err_array_container.o
  CLNG-BPF [test_maps] btf_dump_test_case_syntax.o
  CLNG-BPF [test_maps] test_skb_ctx.o
  CLNG-BPF [test_maps] btf__core_reloc_type_based.o
  CLNG-BPF [test_maps] test_tc_neigh.o
  CLNG-BPF [test_maps] test_sockmap_update.o
  CLNG-BPF [test_maps] test_sk_lookup.o
  CLNG-BPF [test_maps] test_global_data.o
  CLNG-BPF [test_maps] bpf_flow.o
  CLNG-BPF [test_maps] btf__core_reloc_arrays.o
  CLNG-BPF [test_maps] test_get_stack_rawtp_err.o
  CLNG-BPF [test_maps] test_verif_scale1.o
  CLNG-BPF [test_maps] linked_funcs1.o
  CLNG-BPF [test_maps] test_sysctl_prog.o
  CLNG-BPF [test_maps] test_misc_tcp_hdr_options.o
  CLNG-BPF [test_maps] test_map_lock.o
  CLNG-BPF [test_maps] btf_dump_test_case_bitfields.o
  CLNG-BPF [test_maps] freplace_attach_probe.o
  CLNG-BPF [test_maps] modify_return.o
  CLNG-BPF [test_maps] test_sysctl_loop2.o
  CLNG-BPF [test_maps] test_global_func1.o
  CLNG-BPF [test_maps] perf_event_stackmap.o
  CLNG-BPF [test_maps] test_task_pt_regs.o
  CLNG-BPF [test_maps] btf__core_reloc_type_based___all_missing.o
  CLNG-BPF [test_maps] test_global_func6.o
  CLNG-BPF [test_maps] sendmsg6_prog.o
  CLNG-BPF [test_maps] bpf_iter_test_kern1.o
  CLNG-BPF [test_maps] bpf_iter_task_btf.o
  CLNG-BPF [test_maps] btf__core_reloc_flavors__err_wrong_name.o
  CLNG-BPF [test_maps] bind6_prog.o
  CLNG-BPF [test_maps] bpf_iter_test_kern2.o
  CLNG-BPF [test_maps] test_xdp_noinline.o
  CLNG-BPF [test_maps] skb_pkt_end.o
  CLNG-BPF [test_maps] cg_storage_multi_egress_only.o
  CLNG-BPF [test_maps] profiler1.o
  CLNG-BPF [test_maps] test_core_reloc_bitfields_probed.o
  CLNG-BPF [test_maps] kfunc_call_test.o
  CLNG-BPF [test_maps] test_verif_scale2.o
  CLNG-BPF [test_maps] loop5.o
  CLNG-BPF [test_maps] bpf_iter_udp4.o
  CLNG-BPF [test_maps] loop4.o
  CLNG-BPF [test_maps] bind4_prog.o
  CLNG-BPF [test_maps] btf__core_reloc_flavors.o
  CLNG-BPF [test_maps] test_xdp_bpf2bpf.o
  CLNG-BPF [test_maps] test_xdp_devmap_helpers.o
  CLNG-BPF [test_maps] tag.o
  CLNG-BPF [test_maps] btf__core_reloc_primitives___diff_ptr_type.o
  CLNG-BPF [test_maps] test_ksyms.o
  CLNG-BPF [test_maps] test_btf_haskv.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___err_missing_field.o
  CLNG-BPF [test_maps] test_trampoline_count.o
  CLNG-BPF [test_maps] btf__core_reloc_arrays___err_bad_zero_sz_arr.o
  CLNG-BPF [test_maps] test_tc_bpf.o
  CLNG-BPF [test_maps] map_ptr_kern.o
  CLNG-BPF [test_maps] tailcall5.o
  CLNG-BPF [test_maps] btf__core_reloc_arrays___diff_arr_val_sz.o
  CLNG-BPF [test_maps] strobemeta_nounroll2.o
  CLNG-BPF [test_maps] fexit_test.o
  CLNG-BPF [test_maps] test_vmlinux.o
  CLNG-BPF [test_maps] xdp_dummy.o
  CLNG-BPF [test_maps] btf__core_reloc_bitfields.o
  CLNG-BPF [test_maps] test_raw_tp_test_run.o
  CLNG-BPF [test_maps] sockopt_inherit.o
  CLNG-BPF [test_maps] linked_maps1.o
  CLNG-BPF [test_maps] loop1.o
  CLNG-BPF [test_maps] test_map_in_map.o
  CLNG-BPF [test_maps] sendmsg4_prog.o
  CLNG-BPF [test_maps] freplace_connect_v4_prog.o
  CLNG-BPF [test_maps] test_perf_link.o
  CLNG-BPF [test_maps] test_l4lb_noinline.o
  CLNG-BPF [test_maps] test_l4lb.o
  CLNG-BPF [test_maps] sockopt_multi.o
  CLNG-BPF [test_maps] tailcall_bpf2bpf2.o
  CLNG-BPF [test_maps] test_trace_ext.o
  CLNG-BPF [test_maps] btf__core_reloc_ints___bool.o
  CLNG-BPF [test_maps] test_global_func_args.o
  CLNG-BPF [test_maps] test_cgroup_link.o
  CLNG-BPF [test_maps] bpf_iter_bpf_sk_storage_map.o
  CLNG-BPF [test_maps] linked_vars2.o
  CLNG-BPF [test_maps] trigger_bench.o
  CLNG-BPF [test_maps] trace_vprintk.o
  CLNG-BPF [test_maps] fmod_ret_freplace.o
  CLNG-BPF [test_maps] netif_receive_skb.o
  CLNG-BPF [test_maps] netns_cookie_prog.o
  CLNG-BPF [test_maps] test_skmsg_load_helpers.o
  CLNG-BPF [test_maps] bpf_iter_setsockopt.o
  CLNG-BPF [test_maps] timer.o
  CLNG-BPF [test_maps] test_pinning_invalid.o
  CLNG-BPF [test_maps] btf_dump_test_case_packing.o
  CLNG-BPF [test_maps] bprm_opts.o
  CLNG-BPF [test_maps] btf__core_reloc_existence___wrong_field_defs.o
  CLNG-BPF [test_maps] sockmap_tcp_msg_prog.o
  CLNG-BPF [test_maps] recursion.o
  CLNG-BPF [test_maps] xdp_redirect_multi_kern.o
  GEN-SKEL [test_progs] test_cls_redirect_subprogs.skel.h
  GEN-SKEL [test_progs] tailcall_bpf2bpf1.skel.h
  GEN-SKEL [test_progs] test_cls_redirect.skel.h
  GEN-SKEL [test_progs] test_btf_newkv.skel.h
libbpf: elf: skipping unrecognized data section(7) .maps.btf_map_legacy
  GEN-SKEL [test_progs] pyperf600.skel.h
  GEN-SKEL [test_progs] test_btf_nokv.skel.h
  GEN-SKEL [test_progs] recvmsg6_prog.skel.h
  GEN-SKEL [test_progs] tailcall3.skel.h
  GEN-SKEL [test_progs] bpf_iter_bpf_hash_map.skel.h
  GEN-SKEL [test_progs] get_cgroup_id_kern.skel.h
  GEN-SKEL [test_progs] test_endian.skel.h
  GEN-SKEL [test_progs] test_sockhash_kern.skel.h
  GEN-SKEL [test_progs] test_perf_buffer.skel.h
  GEN-SKEL [test_progs] xdp_redirect_map.skel.h
  GEN-SKEL [test_progs] local_storage.skel.h
  GEN-SKEL [test_progs] test_get_stack_rawtp.skel.h
  GEN-SKEL [test_progs] test_sockmap_kern.skel.h
  GEN-SKEL [test_progs] test_core_reloc_ints.skel.h
  GEN-SKEL [test_progs] test_stack_var_off.skel.h
  GEN-SKEL [test_progs] test_tracepoint.skel.h
  GEN-SKEL [test_progs] test_select_reuseport_kern.skel.h
  GEN-SKEL [test_progs] timer_mim.skel.h
  GEN-SKEL [test_progs] profiler2.skel.h
  GEN-SKEL [test_progs] test_send_signal_kern.skel.h
  GEN-SKEL [test_progs] test_tcp_estats.skel.h
  GEN-SKEL [test_progs] test_global_func2.skel.h
  GEN-SKEL [test_progs] test_global_func12.skel.h
  GEN-SKEL [test_progs] get_func_ip_test.skel.h
  GEN-SKEL [test_progs] test_global_func7.skel.h
  GEN-SKEL [test_progs] bpf_iter_test_kern4.skel.h
  GEN-SKEL [test_progs] test_hash_large_key.skel.h
  GEN-SKEL [test_progs] connect4_dropper.skel.h
  GEN-SKEL [test_progs] test_map_in_map_invalid.skel.h
  GEN-SKEL [test_progs] test_xdp_vlan.skel.h
  GEN-SKEL [test_progs] test_check_mtu.skel.h
  GEN-SKEL [test_progs] test_xdp_with_devmap_helpers.skel.h
libbpf: elf: skipping unrecognized data section(6) .rodata.str1.1
  GEN-SKEL [test_progs] udp_limit.skel.h
  GEN-SKEL [test_progs] bpf_iter_test_kern6.skel.h
  GEN-SKEL [test_progs] test_core_extern.skel.h
  GEN-SKEL [test_progs] test_core_reloc_bitfields_direct.skel.h
  GEN-SKEL [test_progs] bpf_iter_task_file.skel.h
  GEN-SKEL [test_progs] bpf_tcp_nogpl.skel.h
  GEN-SKEL [test_progs] test_snprintf_single.skel.h
  GEN-SKEL [test_progs] test_link_pinning.skel.h
  GEN-SKEL [test_progs] test_ksyms_btf.skel.h
  GEN-SKEL [test_progs] lsm.skel.h
  GEN-SKEL [test_progs] loop2.skel.h
  GEN-SKEL [test_progs] test_subprogs.skel.h
  GEN-SKEL [test_progs] netcnt_prog.skel.h
  GEN-SKEL [test_progs] test_verif_scale3.skel.h
  GEN-SKEL [test_progs] test_obj_id.skel.h
  GEN-SKEL [test_progs] test_enable_stats.skel.h
  GEN-SKEL [test_progs] test_module_attach.skel.h
  GEN-SKEL [test_progs] recvmsg4_prog.skel.h
  GEN-SKEL [test_progs] test_global_func5.skel.h
  GEN-SKEL [test_progs] sockopt_qos_to_cc.skel.h
libbpf: elf: skipping unrecognized data section(5) .rodata.cst16
  GEN-SKEL [test_progs] test_xdp_with_cpumap_helpers.skel.h
  GEN-SKEL [test_progs] test_sockmap_listen.skel.h
  GEN-SKEL [test_progs] test_xdp_context_test_run.skel.h
  GEN-SKEL [test_progs] bpf_iter_netlink.skel.h
  GEN-SKEL [test_progs] test_core_reloc_type_based.skel.h
  GEN-SKEL [test_progs] bpf_dctcp_release.skel.h
  GEN-SKEL [test_progs] kfunc_call_test_subprog.skel.h
  GEN-SKEL [test_progs] test_subprogs_unused.skel.h
  GEN-SKEL [test_progs] test_core_reloc_mods.skel.h
  GEN-SKEL [test_progs] bpf_iter_bpf_array_map.skel.h
  GEN-SKEL [test_progs] test_tc_neigh_fib.skel.h
  GEN-SKEL [test_progs] test_lookup_and_delete.skel.h
  GEN-SKEL [test_progs] test_skb_cgroup_id_kern.skel.h
  GEN-SKEL [test_progs] cg_storage_multi_isolated.skel.h
  GEN-SKEL [test_progs] sockmap_parse_prog.skel.h
  GEN-SKEL [test_progs] test_xdp_redirect.skel.h
  GEN-SKEL [test_progs] connect_force_port4.skel.h
  GEN-SKEL [test_progs] bpf_iter_task_stack.skel.h
  GEN-SKEL [test_progs] test_probe_read_user_str.skel.h
  GEN-SKEL [test_progs] test_tc_peer.skel.h
  GEN-SKEL [test_progs] bpf_iter_tcp6.skel.h
  GEN-SKEL [test_progs] test_global_func4.skel.h
  GEN-SKEL [test_progs] test_stacktrace_map.skel.h
  GEN-SKEL [test_progs] test_core_reloc_module.skel.h
  GEN-SKEL [test_progs] test_probe_user.skel.h
  GEN-SKEL [test_progs] bpf_iter_bpf_percpu_array_map.skel.h
  GEN-SKEL [test_progs] test_skeleton.skel.h
  GEN-SKEL [test_progs] fexit_bpf2bpf.skel.h
  GEN-SKEL [test_progs] freplace_get_constant.skel.h
  GEN-SKEL [test_progs] test_xdp_adjust_tail_shrink.skel.h
  GEN-SKEL [test_progs] test_pe_preserve_elems.skel.h
  GEN-SKEL [test_progs] btf_dump_test_case_namespacing.skel.h
  GEN-SKEL [test_progs] bpf_iter_task.skel.h
  GEN-SKEL [test_progs] test_queue_map.skel.h
  GEN-SKEL [test_progs] cg_storage_multi_shared.skel.h
  GEN-SKEL [test_progs] for_each_hash_map_elem.skel.h
  GEN-SKEL [test_progs] metadata_used.skel.h
  GEN-SKEL [test_progs] test_seg6_loop.skel.h
  GEN-SKEL [test_progs] tailcall_bpf2bpf3.skel.h
  GEN-SKEL [test_progs] test_core_reloc_misc.skel.h
  GEN-SKEL [test_progs] btf_dump_test_case_multidim.skel.h
  GEN-SKEL [test_progs] ima.skel.h
  GEN-SKEL [test_progs] timer_mim_reject.skel.h
  GEN-SKEL [test_progs] test_tc_edt.skel.h
  GEN-SKEL [test_progs] task_local_storage.skel.h
  GEN-SKEL [test_progs] bpf_cubic.skel.h
  GEN-SKEL [test_progs] bind_perm.skel.h
  GEN-SKEL [test_progs] xdpwall.skel.h
  GEN-SKEL [test_progs] test_sockmap_skb_verdict_attach.skel.h
  GEN-SKEL [test_progs] btf_data.skel.h
  GEN-SKEL [test_progs] test_bpf_cookie.skel.h
  GEN-SKEL [test_progs] test_core_reloc_enumval.skel.h
  GEN-SKEL [test_progs] test_rdonly_maps.skel.h
  GEN-SKEL [test_progs] test_btf_skc_cls_ingress.skel.h
  GEN-SKEL [test_progs] test_stacktrace_build_id.skel.h
  GEN-SKEL [test_progs] test_overhead.skel.h
  GEN-SKEL [test_progs] test_varlen.skel.h
  GEN-SKEL [test_progs] test_ksyms_weak.skel.h
  GEN-SKEL [test_progs] test_skb_helpers.skel.h
  GEN-SKEL [test_progs] connect_force_port6.skel.h
  GEN-SKEL [test_progs] tailcall2.skel.h
  GEN-SKEL [test_progs] test_core_reloc_type_id.skel.h
  GEN-SKEL [test_progs] test_tcp_hdr_options.skel.h
  GEN-SKEL [test_progs] socket_cookie_prog.skel.h
  GEN-SKEL [test_progs] ringbuf_bench.skel.h
  GEN-SKEL [test_progs] test_pkt_md_access.skel.h
  GEN-SKEL [test_progs] atomic_bounds.skel.h
  GEN-SKEL [test_progs] test_core_autosize.skel.h
  GEN-SKEL [test_progs] bpf_iter_sockmap.skel.h
  GEN-SKEL [test_progs] test_global_func15.skel.h
  GEN-SKEL [test_progs] test_sysctl_loop1.skel.h
  GEN-SKEL [test_progs] freplace_connect4.skel.h
  GEN-SKEL [test_progs] xdp_tx.skel.h
  GEN-SKEL [test_progs] test_sk_storage_tracing.skel.h
  GEN-SKEL [test_progs] test_map_init.skel.h
  GEN-SKEL [test_progs] pyperf_subprogs.skel.h
  GEN-SKEL [test_progs] metadata_unused.skel.h
  GEN-SKEL [test_progs] test_global_func14.skel.h
  GEN-SKEL [test_progs] bpf_iter_udp6.skel.h
  GEN-SKEL [test_progs] test_tc_tunnel.skel.h
  GEN-SKEL [test_progs] bpf_dctcp.skel.h
  GEN-SKEL [test_progs] test_xdp_meta.skel.h
  GEN-SKEL [test_progs] sockmap_verdict_prog.skel.h
  GEN-SKEL [test_progs] strobemeta_nounroll1.skel.h
  GEN-SKEL [test_progs] pyperf180.skel.h
  GEN-SKEL [test_progs] sample_map_ret0.skel.h
  GEN-SKEL [test_progs] connect4_prog.skel.h
libbpf: elf: skipping unrecognized data section(7) .rodata.str1.1
libbpf: elf: skipping unrecognized data section(8) .rodata.cst16
  GEN-SKEL [test_progs] get_branch_snapshot.skel.h
  GEN-SKEL [test_progs] test_snprintf.skel.h
libbpf: elf: skipping unrecognized data section(5) .rodata.cst16
  GEN-SKEL [test_progs] test_ksyms_btf_null_check.skel.h
  GEN-SKEL [test_progs] bpf_iter_test_kern5.skel.h
  GEN-SKEL [test_progs] test_global_func13.skel.h
  GEN-SKEL [test_progs] test_sockmap_invalid_update.skel.h
  GEN-SKEL [test_progs] test_stack_map.skel.h
  GEN-SKEL [test_progs] dev_cgroup.skel.h
  GEN-SKEL [test_progs] bpf_iter_test_kern3.skel.h
  GEN-SKEL [test_progs] perfbuf_bench.skel.h
  GEN-SKEL [test_progs] syscall.skel.h
  GEN-SKEL [test_progs] profiler3.skel.h
  GEN-SKEL [test_progs] test_xdp.skel.h
  GEN-SKEL [test_progs] test_global_func11.skel.h
  GEN-SKEL [test_progs] bpf_iter_bpf_map.skel.h
  GEN-SKEL [test_progs] test_lwt_seg6local.skel.h
  GEN-SKEL [test_progs] freplace_cls_redirect.skel.h
  GEN-SKEL [test_progs] bpf_iter_ipv6_route.skel.h
  GEN-SKEL [test_progs] sample_ret0.skel.h
  GEN-SKEL [test_progs] load_bytes_relative.skel.h
  GEN-SKEL [test_progs] test_core_reloc_nesting.skel.h
  GEN-SKEL [test_progs] test_d_path.skel.h
  GEN-SKEL [test_progs] tailcall_bpf2bpf4.skel.h
  GEN-SKEL [test_progs] test_mmap.skel.h
  GEN-SKEL [test_progs] test_lwt_ip_encap.skel.h
  GEN-SKEL [test_progs] tailcall6.skel.h
  GEN-SKEL [test_progs] test_migrate_reuseport.skel.h
  GEN-SKEL [test_progs] pyperf600_nounroll.skel.h
  GEN-SKEL [test_progs] test_sock_fields.skel.h
  GEN-SKEL [test_progs] test_lirc_mode2_kern.skel.h
  GEN-SKEL [test_progs] test_core_read_macros.skel.h
  GEN-SKEL [test_progs] sockopt_sk.skel.h
libbpf: elf: skipping unrecognized data section(8) .rodata.str1.1
  GEN-SKEL [test_progs] tailcall1.skel.h
  GEN-SKEL [test_progs] test_core_reloc_ptr_as_arr.skel.h
  GEN-SKEL [test_progs] test_sk_lookup_kern.skel.h
  GEN-SKEL [test_progs] test_tunnel_kern.skel.h
libbpf: elf: skipping unrecognized data section(27) .rodata.str1.1
  GEN-SKEL [test_progs] task_local_storage_exit_creds.skel.h
  GEN-SKEL [test_progs] bpf_iter_tcp4.skel.h
  GEN-SKEL [test_progs] task_ls_recursion.skel.h
  GEN-SKEL [test_progs] for_each_array_map_elem.skel.h
  GEN-SKEL [test_progs] test_global_func16.skel.h
  GEN-SKEL [test_progs] test_autoload.skel.h
  GEN-SKEL [test_progs] loop3.skel.h
  GEN-SKEL [test_progs] test_attach_probe.skel.h
  GEN-SKEL [test_progs] test_trace_ext_tracing.skel.h
  GEN-SKEL [test_progs] test_ringbuf_multi.skel.h
  GEN-SKEL [test_progs] bpf_iter_bpf_sk_storage_helpers.skel.h
  GEN-SKEL [test_progs] test_xdp_adjust_tail_grow.skel.h
  GEN-SKEL [test_progs] test_tcp_check_syncookie_kern.skel.h
  GEN-SKEL [test_progs] test_btf_map_in_map.skel.h
  GEN-SKEL [test_progs] bpf_iter_unix.skel.h
  GEN-SKEL [test_progs] test_pkt_access.skel.h
  GEN-SKEL [test_progs] test_core_retro.skel.h
  GEN-SKEL [test_progs] test_sk_storage_trace_itself.skel.h
  GEN-SKEL [test_progs] test_tcpbpf_kern.skel.h
  GEN-SKEL [test_progs] test_global_func3.skel.h
  GEN-SKEL [test_progs] tcp_rtt.skel.h
  GEN-SKEL [test_progs] test_tcpnotify_kern.skel.h
  GEN-SKEL [test_progs] test_core_reloc_size.skel.h
  GEN-SKEL [test_progs] kfree_skb.skel.h
  GEN-SKEL [test_progs] btf_dump_test_case_ordering.skel.h
  GEN-SKEL [test_progs] strobemeta_subprogs.skel.h
  GEN-SKEL [test_progs] test_core_reloc_flavors.skel.h
  GEN-SKEL [test_progs] xdping_kern.skel.h
  GEN-SKEL [test_progs] test_core_reloc_primitives.skel.h
  GEN-SKEL [test_progs] cgroup_skb_sk_lookup_kern.skel.h
  GEN-SKEL [test_progs] fexit_bpf2bpf_simple.skel.h
  GEN-SKEL [test_progs] strobemeta.skel.h
  GEN-SKEL [test_progs] bpf_iter_task_vma.skel.h
libbpf: elf: skipping unrecognized data section(6) .rodata.str1.1
  GEN-SKEL [test_progs] pyperf_global.skel.h
  GEN-SKEL [test_progs] test_perf_branches.skel.h
  GEN-SKEL [test_progs] tailcall4.skel.h
  GEN-SKEL [test_progs] test_ns_current_pid_tgid.skel.h
  GEN-SKEL [test_progs] test_core_reloc_existence.skel.h
  GEN-SKEL [test_progs] test_global_func8.skel.h
  GEN-SKEL [test_progs] test_xdp_loop.skel.h
  GEN-SKEL [test_progs] connect6_prog.skel.h
  GEN-SKEL [test_progs] bpf_iter_bpf_percpu_hash_map.skel.h
  GEN-SKEL [test_progs] test_global_func10.skel.h
  GEN-SKEL [test_progs] test_pinning.skel.h
  GEN-SKEL [test_progs] test_xdp_link.skel.h
  GEN-SKEL [test_progs] test_spin_lock.skel.h
  GEN-SKEL [test_progs] pyperf100.skel.h
  GEN-SKEL [test_progs] pyperf50.skel.h
  GEN-SKEL [test_progs] test_core_reloc_arrays.skel.h
  GEN-SKEL [test_progs] test_core_reloc_kernel.skel.h
  GEN-SKEL [test_progs] loop6.skel.h
  GEN-SKEL [test_progs] btf_dump_test_case_padding.skel.h
  GEN-SKEL [test_progs] test_global_func9.skel.h
  GEN-SKEL [test_progs] btf_dump_test_case_syntax.skel.h
  GEN-SKEL [test_progs] test_skb_ctx.skel.h
  GEN-SKEL [test_progs] test_tc_neigh.skel.h
  GEN-SKEL [test_progs] test_sockmap_update.skel.h
  GEN-SKEL [test_progs] test_sk_lookup.skel.h
  GEN-SKEL [test_progs] test_global_data.skel.h
libbpf: elf: skipping unrecognized data section(8) .rodata.str1.1
  GEN-SKEL [test_progs] bpf_flow.skel.h
  GEN-SKEL [test_progs] test_get_stack_rawtp_err.skel.h
  GEN-SKEL [test_progs] test_verif_scale1.skel.h
  GEN-SKEL [test_progs] test_sysctl_prog.skel.h
  GEN-SKEL [test_progs] test_misc_tcp_hdr_options.skel.h
  GEN-SKEL [test_progs] test_map_lock.skel.h
  GEN-SKEL [test_progs] btf_dump_test_case_bitfields.skel.h
  GEN-SKEL [test_progs] freplace_attach_probe.skel.h
  GEN-SKEL [test_progs] modify_return.skel.h
  GEN-SKEL [test_progs] test_sysctl_loop2.skel.h
  GEN-SKEL [test_progs] test_global_func1.skel.h
  GEN-SKEL [test_progs] perf_event_stackmap.skel.h
  GEN-SKEL [test_progs] test_task_pt_regs.skel.h
  GEN-SKEL [test_progs] test_global_func6.skel.h
  GEN-SKEL [test_progs] sendmsg6_prog.skel.h
  GEN-SKEL [test_progs] bpf_iter_test_kern1.skel.h
  GEN-SKEL [test_progs] bpf_iter_task_btf.skel.h
  GEN-SKEL [test_progs] bind6_prog.skel.h
libbpf: elf: skipping unrecognized data section(6) .rodata.str1.1
  GEN-SKEL [test_progs] bpf_iter_test_kern2.skel.h
  GEN-SKEL [test_progs] test_xdp_noinline.skel.h
  GEN-SKEL [test_progs] skb_pkt_end.skel.h
  GEN-SKEL [test_progs] cg_storage_multi_egress_only.skel.h
  GEN-SKEL [test_progs] profiler1.skel.h
  GEN-SKEL [test_progs] test_core_reloc_bitfields_probed.skel.h
  GEN-SKEL [test_progs] test_verif_scale2.skel.h
  GEN-SKEL [test_progs] loop5.skel.h
  GEN-SKEL [test_progs] bpf_iter_udp4.skel.h
  GEN-SKEL [test_progs] loop4.skel.h
  GEN-SKEL [test_progs] bind4_prog.skel.h
libbpf: elf: skipping unrecognized data section(6) .rodata.str1.1
  GEN-SKEL [test_progs] test_xdp_bpf2bpf.skel.h
  GEN-SKEL [test_progs] test_xdp_devmap_helpers.skel.h
libbpf: elf: skipping unrecognized data section(4) .rodata.str1.1
  GEN-SKEL [test_progs] tag.skel.h
  GEN-SKEL [test_progs] test_ksyms.skel.h
  GEN-SKEL [test_progs] test_btf_haskv.skel.h
libbpf: elf: skipping unrecognized data section(7) .maps.btf_map
  GEN-SKEL [test_progs] test_trampoline_count.skel.h
  GEN-SKEL [test_progs] test_tc_bpf.skel.h
  GEN-SKEL [test_progs] map_ptr_kern.skel.h
  GEN-SKEL [test_progs] tailcall5.skel.h
  GEN-SKEL [test_progs] strobemeta_nounroll2.skel.h
  GEN-SKEL [test_progs] test_vmlinux.skel.h
  GEN-SKEL [test_progs] xdp_dummy.skel.h
  GEN-SKEL [test_progs] test_raw_tp_test_run.skel.h
  GEN-SKEL [test_progs] sockopt_inherit.skel.h
  GEN-SKEL [test_progs] loop1.skel.h
  GEN-SKEL [test_progs] test_map_in_map.skel.h
  GEN-SKEL [test_progs] sendmsg4_prog.skel.h
  GEN-SKEL [test_progs] freplace_connect_v4_prog.skel.h
  GEN-SKEL [test_progs] test_perf_link.skel.h
  GEN-SKEL [test_progs] test_l4lb_noinline.skel.h
  GEN-SKEL [test_progs] test_l4lb.skel.h
  GEN-SKEL [test_progs] sockopt_multi.skel.h
  GEN-SKEL [test_progs] tailcall_bpf2bpf2.skel.h
  GEN-SKEL [test_progs] test_trace_ext.skel.h
  GEN-SKEL [test_progs] test_global_func_args.skel.h
  GEN-SKEL [test_progs] test_cgroup_link.skel.h
  GEN-SKEL [test_progs] bpf_iter_bpf_sk_storage_map.skel.h
  GEN-SKEL [test_progs] trigger_bench.skel.h
  GEN-SKEL [test_progs] fmod_ret_freplace.skel.h
  GEN-SKEL [test_progs] netif_receive_skb.skel.h
  GEN-SKEL [test_progs] netns_cookie_prog.skel.h
  GEN-SKEL [test_progs] test_skmsg_load_helpers.skel.h
  GEN-SKEL [test_progs] bpf_iter_setsockopt.skel.h
  GEN-SKEL [test_progs] timer.skel.h
  GEN-SKEL [test_progs] btf_dump_test_case_packing.skel.h
  GEN-SKEL [test_progs] bprm_opts.skel.h
  GEN-SKEL [test_progs] sockmap_tcp_msg_prog.skel.h
  GEN-SKEL [test_progs] recursion.skel.h
  GEN-SKEL [test_progs] xdp_redirect_multi_kern.skel.h
  GEN-SKEL [test_progs] kfunc_call_test.lskel.h
  GEN-SKEL [test_progs] fentry_test.lskel.h
  GEN-SKEL [test_progs] fexit_test.lskel.h
  GEN-SKEL [test_progs] fexit_sleep.lskel.h
  GEN-SKEL [test_progs] test_ksyms_module.lskel.h
  GEN-SKEL [test_progs] test_ringbuf.lskel.h
  GEN-SKEL [test_progs] atomics.lskel.h
  GEN-SKEL [test_progs] trace_printk.lskel.h
  GEN-SKEL [test_progs] trace_vprintk.lskel.h
  LINK-BPF [test_progs] test_static_linked.o
  GEN-SKEL [test_progs] test_static_linked.skel.h
  LINK-BPF [test_progs] linked_funcs.o
  GEN-SKEL [test_progs] linked_funcs.skel.h
  LINK-BPF [test_progs] linked_vars.o
  GEN-SKEL [test_progs] linked_vars.skel.h
  LINK-BPF [test_progs] linked_maps.o
  GEN-SKEL [test_progs] linked_maps.skel.h
  TEST-OBJ [test_maps] htab_map_batch_ops.test.o
  TEST-OBJ [test_maps] lpm_trie_map_batch_ops.test.o
  TEST-OBJ [test_maps] sk_storage_map.test.o
  TEST-OBJ [test_maps] array_map_batch_ops.test.o
  TEST-HDR [test_maps] tests.h
  EXT-OBJ  [test_maps] test_maps.o
  MKDIR    resolve_btfids
  MKDIR     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids//libbpf
  HOSTCC  /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids/fixdep.o
  HOSTLD  /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids/fixdep-in.o
  LINK    /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids/fixdep
  MKDIR     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids//libsubcmd
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids/libsubcmd/exec-cmd.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids/libsubcmd/help.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids/libsubcmd/pager.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids/libsubcmd/parse-options.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids/libsubcmd/run-command.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids/libsubcmd/sigchain.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids/libsubcmd/subcmd-config.o
  LD      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids/libsubcmd/libsubcmd-in.o
  AR      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids/libsubcmd/libsubcmd.a
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids/main.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids/rbtree.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids/zalloc.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids/string.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids/ctype.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids/str_error_r.o
  LD      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/build/resolve_btfids/resolve_btfids-in.o
  LINK     resolve_btfids
  BINARY   test_maps
  BINARY   test_lru_map
  BINARY   test_lpm_map
  TEST-OBJ [test_progs] modify_return.test.o
  TEST-OBJ [test_progs] task_fd_query_tp.test.o
  TEST-OBJ [test_progs] test_bprm_opts.test.o
  TEST-OBJ [test_progs] get_stackid_cannot_attach.test.o
  TEST-OBJ [test_progs] pe_preserve_elems.test.o
  TEST-OBJ [test_progs] spinlock.test.o
  TEST-OBJ [test_progs] align.test.o
  TEST-OBJ [test_progs] task_pt_regs.test.o
  TEST-OBJ [test_progs] pkt_md_access.test.o
  TEST-OBJ [test_progs] trace_ext.test.o
  TEST-OBJ [test_progs] bpf_cookie.test.o
  TEST-OBJ [test_progs] socket_cookie.test.o
  TEST-OBJ [test_progs] xdp_cpumap_attach.test.o
  TEST-OBJ [test_progs] resolve_btfids.test.o
  TEST-OBJ [test_progs] cgroup_link.test.o
  TEST-OBJ [test_progs] linked_vars.test.o
  TEST-OBJ [test_progs] tcp_estats.test.o
  TEST-OBJ [test_progs] for_each.test.o
  TEST-OBJ [test_progs] linked_maps.test.o
  TEST-OBJ [test_progs] map_ptr.test.o
  TEST-OBJ [test_progs] rdonly_maps.test.o
  TEST-OBJ [test_progs] test_bpffs.test.o
  TEST-OBJ [test_progs] ksyms_btf.test.o
  TEST-OBJ [test_progs] xdp_info.test.o
  TEST-OBJ [test_progs] tp_attach_query.test.o
  TEST-OBJ [test_progs] bpf_iter.test.o
  TEST-OBJ [test_progs] link_pinning.test.o
  TEST-OBJ [test_progs] autoload.test.o
  TEST-OBJ [test_progs] timer_mim.test.o
  TEST-OBJ [test_progs] section_names.test.o
  TEST-OBJ [test_progs] cgroup_attach_override.test.o
  TEST-OBJ [test_progs] probe_user.test.o
  TEST-OBJ [test_progs] xdp_perf.test.o
  TEST-OBJ [test_progs] core_reloc.test.o
  TEST-OBJ [test_progs] test_ima.test.o
  TEST-OBJ [test_progs] queue_stack_map.test.o
  TEST-OBJ [test_progs] xdp.test.o
  TEST-OBJ [test_progs] get_func_ip_test.test.o
  TEST-OBJ [test_progs] subprogs.test.o
  TEST-OBJ [test_progs] d_path.test.o
  TEST-OBJ [test_progs] core_read_macros.test.o
  TEST-OBJ [test_progs] cgroup_attach_autodetach.test.o
  TEST-OBJ [test_progs] raw_tp_test_run.test.o
  TEST-OBJ [test_progs] test_skb_pkt_end.test.o
  TEST-OBJ [test_progs] fexit_stress.test.o
  TEST-OBJ [test_progs] sockopt_multi.test.o
  TEST-OBJ [test_progs] check_mtu.test.o
  TEST-OBJ [test_progs] cpu_mask.test.o
  TEST-OBJ [test_progs] udp_limit.test.o
  TEST-OBJ [test_progs] sockmap_basic.test.o
  TEST-OBJ [test_progs] xdp_context_test_run.test.o
  TEST-OBJ [test_progs] test_local_storage.test.o
  TEST-OBJ [test_progs] skb_helpers.test.o
  TEST-OBJ [test_progs] mmap.test.o
  TEST-OBJ [test_progs] bpf_tcp_ca.test.o
  TEST-OBJ [test_progs] sock_fields.test.o
  TEST-OBJ [test_progs] bpf_iter_setsockopt.test.o
  TEST-OBJ [test_progs] timer.test.o
  TEST-OBJ [test_progs] lookup_and_delete.test.o
  TEST-OBJ [test_progs] xdp_bpf2bpf.test.o
  TEST-OBJ [test_progs] global_data.test.o
  TEST-OBJ [test_progs] cgroup_skb_sk_lookup.test.o
  TEST-OBJ [test_progs] l4lb_all.test.o
  TEST-OBJ [test_progs] global_data_init.test.o
  TEST-OBJ [test_progs] recursion.test.o
  TEST-OBJ [test_progs] perf_branches.test.o
  TEST-OBJ [test_progs] stacktrace_map.test.o
  TEST-OBJ [test_progs] syscall.test.o
  TEST-OBJ [test_progs] raw_tp_writable_test_run.test.o
  TEST-OBJ [test_progs] vmlinux.test.o
  TEST-OBJ [test_progs] btf_skc_cls_ingress.test.o
  TEST-OBJ [test_progs] static_linked.test.o
  TEST-OBJ [test_progs] bpf_verif_scale.test.o
  TEST-OBJ [test_progs] sockopt_qos_to_cc.test.o
  TEST-OBJ [test_progs] send_signal_sched_switch.test.o
  TEST-OBJ [test_progs] perf_buffer.test.o
  TEST-OBJ [test_progs] fentry_fexit.test.o
  TEST-OBJ [test_progs] core_extern.test.o
  TEST-OBJ [test_progs] fexit_test.test.o
  TEST-OBJ [test_progs] fexit_sleep.test.o
  TEST-OBJ [test_progs] perf_link.test.o
  TEST-OBJ [test_progs] hashmap.test.o
  TEST-OBJ [test_progs] ringbuf_multi.test.o
  TEST-OBJ [test_progs] btf_module.test.o
  TEST-OBJ [test_progs] btf_write.test.o
  TEST-OBJ [test_progs] snprintf.test.o
  TEST-OBJ [test_progs] prog_run_xattr.test.o
  TEST-OBJ [test_progs] sockopt_inherit.test.o
  TEST-OBJ [test_progs] test_lsm.test.o
  TEST-OBJ [test_progs] cg_storage_multi.test.o
  TEST-OBJ [test_progs] btf.test.o
  TEST-OBJ [test_progs] get_branch_snapshot.test.o
  TEST-OBJ [test_progs] sockopt_sk.test.o
  TEST-OBJ [test_progs] trace_printk.test.o
  TEST-OBJ [test_progs] pinning.test.o
  TEST-OBJ [test_progs] endian.test.o
  TEST-OBJ [test_progs] btf_dump.test.o
  TEST-OBJ [test_progs] xdp_attach.test.o
  TEST-OBJ [test_progs] stacktrace_build_id_nmi.test.o
  TEST-OBJ [test_progs] probe_read_user_str.test.o
  TEST-OBJ [test_progs] ns_current_pid_tgid.test.o
  TEST-OBJ [test_progs] tcp_hdr_options.test.o
  TEST-OBJ [test_progs] fexit_bpf2bpf.test.o
  TEST-OBJ [test_progs] module_attach.test.o
  TEST-OBJ [test_progs] trampoline_count.test.o
  TEST-OBJ [test_progs] obj_name.test.o
  TEST-OBJ [test_progs] atomics.test.o
  TEST-OBJ [test_progs] tc_redirect.test.o
  TEST-OBJ [test_progs] sockopt.test.o
  TEST-OBJ [test_progs] task_fd_query_rawtp.test.o
  TEST-OBJ [test_progs] xdp_link.test.o
  TEST-OBJ [test_progs] sk_storage_tracing.test.o
  TEST-OBJ [test_progs] core_autosize.test.o
  TEST-OBJ [test_progs] test_global_funcs.test.o
  TEST-OBJ [test_progs] tcp_rtt.test.o
  TEST-OBJ [test_progs] sk_assign.test.o
  TEST-OBJ [test_progs] select_reuseport.test.o
  TEST-OBJ [test_progs] kfree_skb.test.o
  TEST-OBJ [test_progs] xdp_bonding.test.o
  TEST-OBJ [test_progs] perf_event_stackmap.test.o
  TEST-OBJ [test_progs] stacktrace_map_raw_tp.test.o
  TEST-OBJ [test_progs] core_retro.test.o
  TEST-OBJ [test_progs] task_local_storage.test.o
  TEST-OBJ [test_progs] netcnt.test.o
  TEST-OBJ [test_progs] sk_lookup.test.o
  TEST-OBJ [test_progs] skb_ctx.test.o
  TEST-OBJ [test_progs] bind_perm.test.o
  TEST-OBJ [test_progs] xdpwall.test.o
  TEST-OBJ [test_progs] btf_dedup_split.test.o
  TEST-OBJ [test_progs] cgroup_attach_multi.test.o
  TEST-OBJ [test_progs] hash_large_key.test.o
  TEST-OBJ [test_progs] xdp_devmap_attach.test.o
  TEST-OBJ [test_progs] map_init.test.o
  TEST-OBJ [test_progs] bpf_obj_id.test.o
  TEST-OBJ [test_progs] stacktrace_build_id.test.o
  TEST-OBJ [test_progs] raw_tp_writable_reject_nbd_invalid.test.o
  TEST-OBJ [test_progs] test_overhead.test.o
  TEST-OBJ [test_progs] load_bytes_relative.test.o
  TEST-OBJ [test_progs] flow_dissector.test.o
  TEST-OBJ [test_progs] sockmap_ktls.test.o
  TEST-OBJ [test_progs] tc_bpf.test.o
  TEST-OBJ [test_progs] migrate_reuseport.test.o
  TEST-OBJ [test_progs] ksyms.test.o
  TEST-OBJ [test_progs] kfunc_call.test.o
  TEST-OBJ [test_progs] cgroup_v1v2.test.o
  TEST-OBJ [test_progs] btf_map_in_map.test.o
  TEST-OBJ [test_progs] trace_vprintk.test.o
  TEST-OBJ [test_progs] flow_dissector_load_bytes.test.o
  TEST-OBJ [test_progs] linked_funcs.test.o
  TEST-OBJ [test_progs] test_profiler.test.o
  TEST-OBJ [test_progs] atomic_bounds.test.o
  TEST-OBJ [test_progs] map_lock.test.o
  TEST-OBJ [test_progs] btf_endian.test.o
  TEST-OBJ [test_progs] skeleton.test.o
  TEST-OBJ [test_progs] ksyms_module.test.o
  TEST-OBJ [test_progs] ringbuf.test.o
  TEST-OBJ [test_progs] pkt_access.test.o
  TEST-OBJ [test_progs] sockmap_listen.test.o
  TEST-OBJ [test_progs] snprintf_btf.test.o
  TEST-OBJ [test_progs] btf_split.test.o
  TEST-OBJ [test_progs] metadata.test.o
  TEST-OBJ [test_progs] global_func_args.test.o
  TEST-OBJ [test_progs] xdp_noinline.test.o
  TEST-OBJ [test_progs] xdp_adjust_tail.test.o
  TEST-OBJ [test_progs] reference_tracking.test.o
  TEST-OBJ [test_progs] enable_stats.test.o
  TEST-OBJ [test_progs] attach_probe.test.o
  TEST-OBJ [test_progs] signal_pending.test.o
  TEST-OBJ [test_progs] btf_tag.test.o
  TEST-OBJ [test_progs] netns_cookie.test.o
  TEST-OBJ [test_progs] fentry_test.test.o
  TEST-OBJ [test_progs] send_signal.test.o
  TEST-OBJ [test_progs] varlen.test.o
  TEST-OBJ [test_progs] connect_force_port.test.o
  TEST-OBJ [test_progs] tailcalls.test.o
  TEST-OBJ [test_progs] stack_var_off.test.o
  TEST-OBJ [test_progs] cls_redirect.test.o
  TEST-OBJ [test_progs] get_stack_raw_tp.test.o
  TEST-OBJ [test_progs] tcpbpf_user.test.o
  TEST-OBJ [test_progs] flow_dissector_reattach.test.o
  TEST-HDR [test_progs] tests.h
  EXT-OBJ  [test_progs] test_progs.o
  EXT-OBJ  [test_progs] cgroup_helpers.o
  EXT-OBJ  [test_progs] trace_helpers.o
  EXT-OBJ  [test_progs] network_helpers.o
  EXT-OBJ  [test_progs] testing_helpers.o
  EXT-OBJ  [test_progs] btf_helpers.o
  BINARY   urandom_read
  MOD      bpf_testmod.ko
warning: the compiler differs from the one used to build the kernel
  The kernel was built by: gcc-9 (Debian 9.3.0-22) 9.3.0
  You are using:           gcc (Debian 8.3.0-6) 8.3.0
  CC [M]  /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.o
  MODPOST /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/bpf_testmod/Module.symvers
  CC [M]  /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.mod.o
  LD [M]  /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.ko
  BTF [M] /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.ko
Skipping BTF generation for /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/bpf_testmod/bpf_testmod.ko due to unavailability of vmlinux
  BINARY   test_progs
  BINARY   test_verifier_log
  BINARY   test_dev_cgroup
  BINARY   test_sock
  BINARY   test_sockmap
  BINARY   get_cgroup_id_user
  BINARY   test_cgroup_storage
  BINARY   test_tcpnotify_user
  BINARY   test_sysctl
  MKDIR    no_alu32
  CLNG-BPF [test_maps] test_cls_redirect_subprogs.o
  CLNG-BPF [test_maps] btf__core_reloc_existence.o
  CLNG-BPF [test_maps] tailcall_bpf2bpf1.o
  CLNG-BPF [test_maps] test_cls_redirect.o
  CLNG-BPF [test_maps] btf__core_reloc_bitfields___err_too_big_bitfield.o
  CLNG-BPF [test_maps] btf__core_reloc_type_based___incompat.o
  CLNG-BPF [test_maps] test_btf_newkv.o
  CLNG-BPF [test_maps] pyperf600.o
  CLNG-BPF [test_maps] test_btf_nokv.o
  CLNG-BPF [test_maps] test_ringbuf.o
  CLNG-BPF [test_maps] recvmsg6_prog.o
  CLNG-BPF [test_maps] tailcall3.o
  CLNG-BPF [test_maps] bpf_iter_bpf_hash_map.o
  CLNG-BPF [test_maps] get_cgroup_id_kern.o
  CLNG-BPF [test_maps] test_endian.o
  CLNG-BPF [test_maps] test_sockhash_kern.o
  CLNG-BPF [test_maps] test_perf_buffer.o
  CLNG-BPF [test_maps] xdp_redirect_map.o
  CLNG-BPF [test_maps] local_storage.o
  CLNG-BPF [test_maps] test_get_stack_rawtp.o
  CLNG-BPF [test_maps] test_sockmap_kern.o
  CLNG-BPF [test_maps] test_core_reloc_ints.o
  CLNG-BPF [test_maps] test_stack_var_off.o
  CLNG-BPF [test_maps] test_tracepoint.o
  CLNG-BPF [test_maps] test_select_reuseport_kern.o
  CLNG-BPF [test_maps] timer_mim.o
  CLNG-BPF [test_maps] profiler2.o
  CLNG-BPF [test_maps] test_send_signal_kern.o
  CLNG-BPF [test_maps] test_tcp_estats.o
  CLNG-BPF [test_maps] linked_vars1.o
  CLNG-BPF [test_maps] test_global_func2.o
  CLNG-BPF [test_maps] btf__core_reloc_arrays___equiv_zero_sz_arr.o
  CLNG-BPF [test_maps] test_global_func12.o
  CLNG-BPF [test_maps] get_func_ip_test.o
  CLNG-BPF [test_maps] btf__core_reloc_primitives___diff_enum_def.o
  CLNG-BPF [test_maps] test_global_func7.o
  CLNG-BPF [test_maps] bpf_iter_test_kern4.o
  CLNG-BPF [test_maps] btf__core_reloc_type_id___missing_targets.o
  CLNG-BPF [test_maps] test_hash_large_key.o
  CLNG-BPF [test_maps] connect4_dropper.o
  CLNG-BPF [test_maps] test_map_in_map_invalid.o
  CLNG-BPF [test_maps] test_xdp_vlan.o
  CLNG-BPF [test_maps] test_check_mtu.o
  CLNG-BPF [test_maps] test_xdp_with_devmap_helpers.o
  CLNG-BPF [test_maps] btf__core_reloc_arrays___err_non_array.o
  CLNG-BPF [test_maps] udp_limit.o
  CLNG-BPF [test_maps] bpf_iter_test_kern6.o
  CLNG-BPF [test_maps] btf__core_reloc_type_id.o
  CLNG-BPF [test_maps] test_core_extern.o
  CLNG-BPF [test_maps] btf__core_reloc_type_based___fn_wrong_args.o
  CLNG-BPF [test_maps] test_core_reloc_bitfields_direct.o
  CLNG-BPF [test_maps] bpf_iter_task_file.o
  CLNG-BPF [test_maps] bpf_tcp_nogpl.o
  CLNG-BPF [test_maps] btf__core_reloc_primitives___err_non_int.o
  CLNG-BPF [test_maps] test_snprintf_single.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___err_nonstruct_container.o
  CLNG-BPF [test_maps] test_link_pinning.o
  CLNG-BPF [test_maps] test_ksyms_btf.o
  CLNG-BPF [test_maps] lsm.o
  CLNG-BPF [test_maps] loop2.o
  CLNG-BPF [test_maps] test_subprogs.o
  CLNG-BPF [test_maps] btf__core_reloc_enumval___err_missing.o
  CLNG-BPF [test_maps] netcnt_prog.o
  CLNG-BPF [test_maps] atomics.o
  CLNG-BPF [test_maps] test_verif_scale3.o
  CLNG-BPF [test_maps] btf__core_reloc_mods.o
  CLNG-BPF [test_maps] btf__core_reloc_arrays___err_too_shallow.o
  CLNG-BPF [test_maps] test_obj_id.o
  CLNG-BPF [test_maps] test_enable_stats.o
  CLNG-BPF [test_maps] test_module_attach.o
  CLNG-BPF [test_maps] recvmsg4_prog.o
  CLNG-BPF [test_maps] test_global_func5.o
  CLNG-BPF [test_maps] sockopt_qos_to_cc.o
  CLNG-BPF [test_maps] test_xdp_with_cpumap_helpers.o
  CLNG-BPF [test_maps] trace_printk.o
  CLNG-BPF [test_maps] btf__core_reloc_ints.o
  CLNG-BPF [test_maps] test_sockmap_listen.o
  CLNG-BPF [test_maps] test_xdp_context_test_run.o
  CLNG-BPF [test_maps] btf__core_reloc_arrays___fixed_arr.o
  CLNG-BPF [test_maps] bpf_iter_netlink.o
  CLNG-BPF [test_maps] test_core_reloc_type_based.o
  CLNG-BPF [test_maps] btf__core_reloc_enumval.o
  CLNG-BPF [test_maps] bpf_dctcp_release.o
  CLNG-BPF [test_maps] kfunc_call_test_subprog.o
  CLNG-BPF [test_maps] test_subprogs_unused.o
  CLNG-BPF [test_maps] test_core_reloc_mods.o
  CLNG-BPF [test_maps] bpf_iter_bpf_array_map.o
  CLNG-BPF [test_maps] test_tc_neigh_fib.o
  CLNG-BPF [test_maps] test_lookup_and_delete.o
  CLNG-BPF [test_maps] test_skb_cgroup_id_kern.o
  CLNG-BPF [test_maps] cg_storage_multi_isolated.o
  CLNG-BPF [test_maps] sockmap_parse_prog.o
  CLNG-BPF [test_maps] test_xdp_redirect.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___err_too_deep.o
  CLNG-BPF [test_maps] btf__core_reloc_enumval___val3_missing.o
  CLNG-BPF [test_maps] connect_force_port4.o
  CLNG-BPF [test_maps] bpf_iter_task_stack.o
  CLNG-BPF [test_maps] test_probe_read_user_str.o
  CLNG-BPF [test_maps] btf__core_reloc_arrays___err_too_small.o
  CLNG-BPF [test_maps] test_tc_peer.o
  CLNG-BPF [test_maps] btf__core_reloc_size___diff_sz.o
  CLNG-BPF [test_maps] bpf_iter_tcp6.o
  CLNG-BPF [test_maps] test_global_func4.o
  CLNG-BPF [test_maps] test_stacktrace_map.o
  CLNG-BPF [test_maps] test_core_reloc_module.o
  CLNG-BPF [test_maps] test_probe_user.o
  CLNG-BPF [test_maps] bpf_iter_bpf_percpu_array_map.o
  CLNG-BPF [test_maps] fexit_sleep.o
  CLNG-BPF [test_maps] test_skeleton.o
  CLNG-BPF [test_maps] fexit_bpf2bpf.o
  CLNG-BPF [test_maps] btf__core_reloc_ptr_as_arr___diff_sz.o
  CLNG-BPF [test_maps] freplace_get_constant.o
  CLNG-BPF [test_maps] btf__core_reloc_size.o
  CLNG-BPF [test_maps] test_xdp_adjust_tail_shrink.o
  CLNG-BPF [test_maps] test_pe_preserve_elems.o
  CLNG-BPF [test_maps] btf_dump_test_case_namespacing.o
  CLNG-BPF [test_maps] btf__core_reloc_primitives.o
  CLNG-BPF [test_maps] bpf_iter_task.o
  CLNG-BPF [test_maps] test_queue_map.o
  CLNG-BPF [test_maps] cg_storage_multi_shared.o
  CLNG-BPF [test_maps] for_each_hash_map_elem.o
  CLNG-BPF [test_maps] metadata_used.o
  CLNG-BPF [test_maps] test_seg6_loop.o
  CLNG-BPF [test_maps] tailcall_bpf2bpf3.o
  CLNG-BPF [test_maps] test_core_reloc_misc.o
  CLNG-BPF [test_maps] btf__core_reloc_bitfields___bit_sz_change.o
  CLNG-BPF [test_maps] btf_dump_test_case_multidim.o
  CLNG-BPF [test_maps] ima.o
  CLNG-BPF [test_maps] timer_mim_reject.o
  CLNG-BPF [test_maps] test_tc_edt.o
  CLNG-BPF [test_maps] task_local_storage.o
  CLNG-BPF [test_maps] bpf_cubic.o
  CLNG-BPF [test_maps] btf__core_reloc_ints___reverse_sign.o
  CLNG-BPF [test_maps] bind_perm.o
  CLNG-BPF [test_maps] xdpwall.o
  CLNG-BPF [test_maps] test_sockmap_skb_verdict_attach.o
  CLNG-BPF [test_maps] btf_data.o
  CLNG-BPF [test_maps] test_bpf_cookie.o
  CLNG-BPF [test_maps] test_core_reloc_enumval.o
  CLNG-BPF [test_maps] test_rdonly_maps.o
  CLNG-BPF [test_maps] test_btf_skc_cls_ingress.o
  CLNG-BPF [test_maps] test_stacktrace_build_id.o
  CLNG-BPF [test_maps] test_overhead.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___struct_union_mixup.o
  CLNG-BPF [test_maps] btf__core_reloc_enumval___diff.o
  CLNG-BPF [test_maps] test_varlen.o
  CLNG-BPF [test_maps] test_ksyms_weak.o
  CLNG-BPF [test_maps] test_skb_helpers.o
  CLNG-BPF [test_maps] connect_force_port6.o
  CLNG-BPF [test_maps] tailcall2.o
  CLNG-BPF [test_maps] test_core_reloc_type_id.o
  CLNG-BPF [test_maps] test_tcp_hdr_options.o
  CLNG-BPF [test_maps] socket_cookie_prog.o
  CLNG-BPF [test_maps] ringbuf_bench.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting.o
  CLNG-BPF [test_maps] test_pkt_md_access.o
  CLNG-BPF [test_maps] atomic_bounds.o
  CLNG-BPF [test_maps] test_core_autosize.o
  CLNG-BPF [test_maps] bpf_iter_sockmap.o
  CLNG-BPF [test_maps] test_global_func15.o
  CLNG-BPF [test_maps] test_sysctl_loop1.o
  CLNG-BPF [test_maps] freplace_connect4.o
  CLNG-BPF [test_maps] xdp_tx.o
  CLNG-BPF [test_maps] btf__core_reloc_arrays___err_wrong_val_type.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___dup_compat_types.o
  CLNG-BPF [test_maps] btf__core_reloc_bitfields___just_big_enough.o
  CLNG-BPF [test_maps] btf__core_reloc_arrays___diff_arr_dim.o
  CLNG-BPF [test_maps] test_sk_storage_tracing.o
  CLNG-BPF [test_maps] test_map_init.o
  CLNG-BPF [test_maps] pyperf_subprogs.o
  CLNG-BPF [test_maps] metadata_unused.o
  CLNG-BPF [test_maps] test_global_func14.o
  CLNG-BPF [test_maps] bpf_iter_udp6.o
  CLNG-BPF [test_maps] test_tc_tunnel.o
  CLNG-BPF [test_maps] bpf_dctcp.o
  CLNG-BPF [test_maps] test_xdp_meta.o
  CLNG-BPF [test_maps] sockmap_verdict_prog.o
  CLNG-BPF [test_maps] strobemeta_nounroll1.o
  CLNG-BPF [test_maps] pyperf180.o
  CLNG-BPF [test_maps] btf__core_reloc_bitfields___bitfield_vs_int.o
  CLNG-BPF [test_maps] sample_map_ret0.o
  CLNG-BPF [test_maps] connect4_prog.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___extra_nesting.o
  CLNG-BPF [test_maps] btf__core_reloc_primitives___err_non_ptr.o
  CLNG-BPF [test_maps] get_branch_snapshot.o
  CLNG-BPF [test_maps] test_ksyms_module.o
  CLNG-BPF [test_maps] test_snprintf.o
  CLNG-BPF [test_maps] test_ksyms_btf_null_check.o
  CLNG-BPF [test_maps] linked_funcs2.o
  CLNG-BPF [test_maps] bpf_iter_test_kern5.o
  CLNG-BPF [test_maps] test_static_linked2.o
  CLNG-BPF [test_maps] test_global_func13.o
  CLNG-BPF [test_maps] test_sockmap_invalid_update.o
  CLNG-BPF [test_maps] test_stack_map.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___err_array_field.o
  CLNG-BPF [test_maps] dev_cgroup.o
  CLNG-BPF [test_maps] bpf_iter_test_kern3.o
  CLNG-BPF [test_maps] perfbuf_bench.o
  CLNG-BPF [test_maps] syscall.o
  CLNG-BPF [test_maps] profiler3.o
  CLNG-BPF [test_maps] test_xdp.o
  CLNG-BPF [test_maps] test_global_func11.o
  CLNG-BPF [test_maps] bpf_iter_bpf_map.o
  CLNG-BPF [test_maps] test_lwt_seg6local.o
  CLNG-BPF [test_maps] freplace_cls_redirect.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___anon_embed.o
  CLNG-BPF [test_maps] bpf_iter_ipv6_route.o
  CLNG-BPF [test_maps] sample_ret0.o
  CLNG-BPF [test_maps] load_bytes_relative.o
  CLNG-BPF [test_maps] test_core_reloc_nesting.o
  CLNG-BPF [test_maps] test_d_path.o
  CLNG-BPF [test_maps] btf__core_reloc_size___err_ambiguous.o
  CLNG-BPF [test_maps] btf__core_reloc_type_based___diff_sz.o
  CLNG-BPF [test_maps] tailcall_bpf2bpf4.o
  CLNG-BPF [test_maps] test_mmap.o
  CLNG-BPF [test_maps] test_lwt_ip_encap.o
  CLNG-BPF [test_maps] btf__core_reloc_mods___mod_swap.o
  CLNG-BPF [test_maps] tailcall6.o
  CLNG-BPF [test_maps] test_migrate_reuseport.o
  CLNG-BPF [test_maps] pyperf600_nounroll.o
  CLNG-BPF [test_maps] test_sock_fields.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___err_partial_match_dups.o
  CLNG-BPF [test_maps] test_lirc_mode2_kern.o
  CLNG-BPF [test_maps] test_core_read_macros.o
  CLNG-BPF [test_maps] sockopt_sk.o
  CLNG-BPF [test_maps] tailcall1.o
  CLNG-BPF [test_maps] btf__core_reloc_primitives___err_non_enum.o
  CLNG-BPF [test_maps] test_core_reloc_ptr_as_arr.o
  CLNG-BPF [test_maps] test_sk_lookup_kern.o
  CLNG-BPF [test_maps] test_tunnel_kern.o
  CLNG-BPF [test_maps] task_local_storage_exit_creds.o
  CLNG-BPF [test_maps] bpf_iter_tcp4.o
  CLNG-BPF [test_maps] task_ls_recursion.o
  CLNG-BPF [test_maps] for_each_array_map_elem.o
  CLNG-BPF [test_maps] test_global_func16.o
  CLNG-BPF [test_maps] test_autoload.o
  CLNG-BPF [test_maps] btf__core_reloc_ptr_as_arr.o
  CLNG-BPF [test_maps] loop3.o
  CLNG-BPF [test_maps] test_attach_probe.o
  CLNG-BPF [test_maps] test_trace_ext_tracing.o
  CLNG-BPF [test_maps] test_ringbuf_multi.o
  CLNG-BPF [test_maps] bpf_iter_bpf_sk_storage_helpers.o
  CLNG-BPF [test_maps] btf__core_reloc_misc.o
  CLNG-BPF [test_maps] test_xdp_adjust_tail_grow.o
  CLNG-BPF [test_maps] test_tcp_check_syncookie_kern.o
  CLNG-BPF [test_maps] test_btf_map_in_map.o
  CLNG-BPF [test_maps] linked_maps2.o
  CLNG-BPF [test_maps] fentry_test.o
  CLNG-BPF [test_maps] bpf_iter_unix.o
  CLNG-BPF [test_maps] test_pkt_access.o
  CLNG-BPF [test_maps] test_core_retro.o
  CLNG-BPF [test_maps] test_sk_storage_trace_itself.o
  CLNG-BPF [test_maps] test_tcpbpf_kern.o
  CLNG-BPF [test_maps] test_global_func3.o
  CLNG-BPF [test_maps] tcp_rtt.o
  CLNG-BPF [test_maps] test_tcpnotify_kern.o
  CLNG-BPF [test_maps] test_core_reloc_size.o
  CLNG-BPF [test_maps] kfree_skb.o
  CLNG-BPF [test_maps] btf_dump_test_case_ordering.o
  CLNG-BPF [test_maps] strobemeta_subprogs.o
  CLNG-BPF [test_maps] test_core_reloc_flavors.o
  CLNG-BPF [test_maps] xdping_kern.o
  CLNG-BPF [test_maps] test_core_reloc_primitives.o
  CLNG-BPF [test_maps] cgroup_skb_sk_lookup_kern.o
  CLNG-BPF [test_maps] fexit_bpf2bpf_simple.o
  CLNG-BPF [test_maps] strobemeta.o
  CLNG-BPF [test_maps] bpf_iter_task_vma.o
  CLNG-BPF [test_maps] pyperf_global.o
  CLNG-BPF [test_maps] test_perf_branches.o
  CLNG-BPF [test_maps] tailcall4.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___err_missing_container.o
  CLNG-BPF [test_maps] btf__core_reloc_primitives___diff_func_proto.o
  CLNG-BPF [test_maps] test_ns_current_pid_tgid.o
  CLNG-BPF [test_maps] btf__core_reloc_existence___minimal.o
  CLNG-BPF [test_maps] test_core_reloc_existence.o
  CLNG-BPF [test_maps] test_global_func8.o
  CLNG-BPF [test_maps] test_xdp_loop.o
  CLNG-BPF [test_maps] connect6_prog.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___err_dup_incompat_types.o
  CLNG-BPF [test_maps] bpf_iter_bpf_percpu_hash_map.o
  CLNG-BPF [test_maps] test_global_func10.o
  CLNG-BPF [test_maps] test_pinning.o
  CLNG-BPF [test_maps] test_xdp_link.o
  CLNG-BPF [test_maps] test_spin_lock.o
  CLNG-BPF [test_maps] pyperf100.o
  CLNG-BPF [test_maps] test_static_linked1.o
  CLNG-BPF [test_maps] pyperf50.o
  CLNG-BPF [test_maps] test_core_reloc_arrays.o
  CLNG-BPF [test_maps] btf__core_reloc_mods___typedefs.o
  CLNG-BPF [test_maps] test_core_reloc_kernel.o
  CLNG-BPF [test_maps] loop6.o
  CLNG-BPF [test_maps] btf_dump_test_case_padding.o
  CLNG-BPF [test_maps] test_sk_assign.o
  CLNG-BPF [test_maps] test_global_func9.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___err_array_container.o
  CLNG-BPF [test_maps] btf_dump_test_case_syntax.o
  CLNG-BPF [test_maps] test_skb_ctx.o
  CLNG-BPF [test_maps] btf__core_reloc_type_based.o
  CLNG-BPF [test_maps] test_tc_neigh.o
  CLNG-BPF [test_maps] test_sockmap_update.o
  CLNG-BPF [test_maps] test_sk_lookup.o
  CLNG-BPF [test_maps] test_global_data.o
  CLNG-BPF [test_maps] bpf_flow.o
  CLNG-BPF [test_maps] btf__core_reloc_arrays.o
  CLNG-BPF [test_maps] test_get_stack_rawtp_err.o
  CLNG-BPF [test_maps] test_verif_scale1.o
  CLNG-BPF [test_maps] linked_funcs1.o
  CLNG-BPF [test_maps] test_sysctl_prog.o
  CLNG-BPF [test_maps] test_misc_tcp_hdr_options.o
  CLNG-BPF [test_maps] test_map_lock.o
  CLNG-BPF [test_maps] btf_dump_test_case_bitfields.o
  CLNG-BPF [test_maps] freplace_attach_probe.o
  CLNG-BPF [test_maps] modify_return.o
  CLNG-BPF [test_maps] test_sysctl_loop2.o
  CLNG-BPF [test_maps] test_global_func1.o
  CLNG-BPF [test_maps] perf_event_stackmap.o
  CLNG-BPF [test_maps] test_task_pt_regs.o
  CLNG-BPF [test_maps] btf__core_reloc_type_based___all_missing.o
  CLNG-BPF [test_maps] test_global_func6.o
  CLNG-BPF [test_maps] sendmsg6_prog.o
  CLNG-BPF [test_maps] bpf_iter_test_kern1.o
  CLNG-BPF [test_maps] bpf_iter_task_btf.o
  CLNG-BPF [test_maps] btf__core_reloc_flavors__err_wrong_name.o
  CLNG-BPF [test_maps] bind6_prog.o
  CLNG-BPF [test_maps] bpf_iter_test_kern2.o
  CLNG-BPF [test_maps] test_xdp_noinline.o
  CLNG-BPF [test_maps] skb_pkt_end.o
  CLNG-BPF [test_maps] cg_storage_multi_egress_only.o
  CLNG-BPF [test_maps] profiler1.o
  CLNG-BPF [test_maps] test_core_reloc_bitfields_probed.o
  CLNG-BPF [test_maps] kfunc_call_test.o
  CLNG-BPF [test_maps] test_verif_scale2.o
  CLNG-BPF [test_maps] loop5.o
  CLNG-BPF [test_maps] bpf_iter_udp4.o
  CLNG-BPF [test_maps] loop4.o
  CLNG-BPF [test_maps] bind4_prog.o
  CLNG-BPF [test_maps] btf__core_reloc_flavors.o
  CLNG-BPF [test_maps] test_xdp_bpf2bpf.o
  CLNG-BPF [test_maps] test_xdp_devmap_helpers.o
  CLNG-BPF [test_maps] tag.o
  CLNG-BPF [test_maps] btf__core_reloc_primitives___diff_ptr_type.o
  CLNG-BPF [test_maps] test_ksyms.o
  CLNG-BPF [test_maps] test_btf_haskv.o
  CLNG-BPF [test_maps] btf__core_reloc_nesting___err_missing_field.o
  CLNG-BPF [test_maps] test_trampoline_count.o
  CLNG-BPF [test_maps] btf__core_reloc_arrays___err_bad_zero_sz_arr.o
  CLNG-BPF [test_maps] test_tc_bpf.o
  CLNG-BPF [test_maps] map_ptr_kern.o
  CLNG-BPF [test_maps] tailcall5.o
  CLNG-BPF [test_maps] btf__core_reloc_arrays___diff_arr_val_sz.o
  CLNG-BPF [test_maps] strobemeta_nounroll2.o
  CLNG-BPF [test_maps] fexit_test.o
  CLNG-BPF [test_maps] test_vmlinux.o
  CLNG-BPF [test_maps] xdp_dummy.o
  CLNG-BPF [test_maps] btf__core_reloc_bitfields.o
  CLNG-BPF [test_maps] test_raw_tp_test_run.o
  CLNG-BPF [test_maps] sockopt_inherit.o
  CLNG-BPF [test_maps] linked_maps1.o
  CLNG-BPF [test_maps] loop1.o
  CLNG-BPF [test_maps] test_map_in_map.o
  CLNG-BPF [test_maps] sendmsg4_prog.o
  CLNG-BPF [test_maps] freplace_connect_v4_prog.o
  CLNG-BPF [test_maps] test_perf_link.o
  CLNG-BPF [test_maps] test_l4lb_noinline.o
  CLNG-BPF [test_maps] test_l4lb.o
  CLNG-BPF [test_maps] sockopt_multi.o
  CLNG-BPF [test_maps] tailcall_bpf2bpf2.o
  CLNG-BPF [test_maps] test_trace_ext.o
  CLNG-BPF [test_maps] btf__core_reloc_ints___bool.o
  CLNG-BPF [test_maps] test_global_func_args.o
  CLNG-BPF [test_maps] test_cgroup_link.o
  CLNG-BPF [test_maps] bpf_iter_bpf_sk_storage_map.o
  CLNG-BPF [test_maps] linked_vars2.o
  CLNG-BPF [test_maps] trigger_bench.o
  CLNG-BPF [test_maps] trace_vprintk.o
  CLNG-BPF [test_maps] fmod_ret_freplace.o
  CLNG-BPF [test_maps] netif_receive_skb.o
  CLNG-BPF [test_maps] netns_cookie_prog.o
  CLNG-BPF [test_maps] test_skmsg_load_helpers.o
  CLNG-BPF [test_maps] bpf_iter_setsockopt.o
  CLNG-BPF [test_maps] timer.o
  CLNG-BPF [test_maps] test_pinning_invalid.o
  CLNG-BPF [test_maps] btf_dump_test_case_packing.o
  CLNG-BPF [test_maps] bprm_opts.o
  CLNG-BPF [test_maps] btf__core_reloc_existence___wrong_field_defs.o
  CLNG-BPF [test_maps] sockmap_tcp_msg_prog.o
  CLNG-BPF [test_maps] recursion.o
  CLNG-BPF [test_maps] xdp_redirect_multi_kern.o
  GEN-SKEL [test_progs-no_alu32] test_cls_redirect_subprogs.skel.h
  GEN-SKEL [test_progs-no_alu32] tailcall_bpf2bpf1.skel.h
  GEN-SKEL [test_progs-no_alu32] test_cls_redirect.skel.h
  GEN-SKEL [test_progs-no_alu32] test_btf_newkv.skel.h
libbpf: elf: skipping unrecognized data section(7) .maps.btf_map_legacy
  GEN-SKEL [test_progs-no_alu32] pyperf600.skel.h
  GEN-SKEL [test_progs-no_alu32] test_btf_nokv.skel.h
  GEN-SKEL [test_progs-no_alu32] recvmsg6_prog.skel.h
  GEN-SKEL [test_progs-no_alu32] tailcall3.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_bpf_hash_map.skel.h
  GEN-SKEL [test_progs-no_alu32] get_cgroup_id_kern.skel.h
  GEN-SKEL [test_progs-no_alu32] test_endian.skel.h
  GEN-SKEL [test_progs-no_alu32] test_sockhash_kern.skel.h
  GEN-SKEL [test_progs-no_alu32] test_perf_buffer.skel.h
  GEN-SKEL [test_progs-no_alu32] xdp_redirect_map.skel.h
  GEN-SKEL [test_progs-no_alu32] local_storage.skel.h
  GEN-SKEL [test_progs-no_alu32] test_get_stack_rawtp.skel.h
  GEN-SKEL [test_progs-no_alu32] test_sockmap_kern.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_reloc_ints.skel.h
  GEN-SKEL [test_progs-no_alu32] test_stack_var_off.skel.h
  GEN-SKEL [test_progs-no_alu32] test_tracepoint.skel.h
  GEN-SKEL [test_progs-no_alu32] test_select_reuseport_kern.skel.h
  GEN-SKEL [test_progs-no_alu32] timer_mim.skel.h
  GEN-SKEL [test_progs-no_alu32] profiler2.skel.h
  GEN-SKEL [test_progs-no_alu32] test_send_signal_kern.skel.h
  GEN-SKEL [test_progs-no_alu32] test_tcp_estats.skel.h
  GEN-SKEL [test_progs-no_alu32] test_global_func2.skel.h
  GEN-SKEL [test_progs-no_alu32] test_global_func12.skel.h
  GEN-SKEL [test_progs-no_alu32] get_func_ip_test.skel.h
  GEN-SKEL [test_progs-no_alu32] test_global_func7.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_test_kern4.skel.h
  GEN-SKEL [test_progs-no_alu32] test_hash_large_key.skel.h
  GEN-SKEL [test_progs-no_alu32] connect4_dropper.skel.h
  GEN-SKEL [test_progs-no_alu32] test_map_in_map_invalid.skel.h
  GEN-SKEL [test_progs-no_alu32] test_xdp_vlan.skel.h
  GEN-SKEL [test_progs-no_alu32] test_check_mtu.skel.h
  GEN-SKEL [test_progs-no_alu32] test_xdp_with_devmap_helpers.skel.h
libbpf: elf: skipping unrecognized data section(6) .rodata.str1.1
  GEN-SKEL [test_progs-no_alu32] udp_limit.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_test_kern6.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_extern.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_reloc_bitfields_direct.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_task_file.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_tcp_nogpl.skel.h
  GEN-SKEL [test_progs-no_alu32] test_snprintf_single.skel.h
  GEN-SKEL [test_progs-no_alu32] test_link_pinning.skel.h
  GEN-SKEL [test_progs-no_alu32] test_ksyms_btf.skel.h
  GEN-SKEL [test_progs-no_alu32] lsm.skel.h
  GEN-SKEL [test_progs-no_alu32] loop2.skel.h
  GEN-SKEL [test_progs-no_alu32] test_subprogs.skel.h
  GEN-SKEL [test_progs-no_alu32] netcnt_prog.skel.h
  GEN-SKEL [test_progs-no_alu32] test_verif_scale3.skel.h
  GEN-SKEL [test_progs-no_alu32] test_obj_id.skel.h
  GEN-SKEL [test_progs-no_alu32] test_enable_stats.skel.h
  GEN-SKEL [test_progs-no_alu32] test_module_attach.skel.h
  GEN-SKEL [test_progs-no_alu32] recvmsg4_prog.skel.h
  GEN-SKEL [test_progs-no_alu32] test_global_func5.skel.h
  GEN-SKEL [test_progs-no_alu32] sockopt_qos_to_cc.skel.h
libbpf: elf: skipping unrecognized data section(5) .rodata.cst16
  GEN-SKEL [test_progs-no_alu32] test_xdp_with_cpumap_helpers.skel.h
  GEN-SKEL [test_progs-no_alu32] test_sockmap_listen.skel.h
  GEN-SKEL [test_progs-no_alu32] test_xdp_context_test_run.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_netlink.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_reloc_type_based.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_dctcp_release.skel.h
  GEN-SKEL [test_progs-no_alu32] kfunc_call_test_subprog.skel.h
  GEN-SKEL [test_progs-no_alu32] test_subprogs_unused.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_reloc_mods.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_bpf_array_map.skel.h
  GEN-SKEL [test_progs-no_alu32] test_tc_neigh_fib.skel.h
  GEN-SKEL [test_progs-no_alu32] test_lookup_and_delete.skel.h
  GEN-SKEL [test_progs-no_alu32] test_skb_cgroup_id_kern.skel.h
  GEN-SKEL [test_progs-no_alu32] cg_storage_multi_isolated.skel.h
  GEN-SKEL [test_progs-no_alu32] sockmap_parse_prog.skel.h
  GEN-SKEL [test_progs-no_alu32] test_xdp_redirect.skel.h
  GEN-SKEL [test_progs-no_alu32] connect_force_port4.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_task_stack.skel.h
  GEN-SKEL [test_progs-no_alu32] test_probe_read_user_str.skel.h
  GEN-SKEL [test_progs-no_alu32] test_tc_peer.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_tcp6.skel.h
  GEN-SKEL [test_progs-no_alu32] test_global_func4.skel.h
  GEN-SKEL [test_progs-no_alu32] test_stacktrace_map.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_reloc_module.skel.h
  GEN-SKEL [test_progs-no_alu32] test_probe_user.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_bpf_percpu_array_map.skel.h
  GEN-SKEL [test_progs-no_alu32] test_skeleton.skel.h
  GEN-SKEL [test_progs-no_alu32] fexit_bpf2bpf.skel.h
  GEN-SKEL [test_progs-no_alu32] freplace_get_constant.skel.h
  GEN-SKEL [test_progs-no_alu32] test_xdp_adjust_tail_shrink.skel.h
  GEN-SKEL [test_progs-no_alu32] test_pe_preserve_elems.skel.h
  GEN-SKEL [test_progs-no_alu32] btf_dump_test_case_namespacing.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_task.skel.h
  GEN-SKEL [test_progs-no_alu32] test_queue_map.skel.h
  GEN-SKEL [test_progs-no_alu32] cg_storage_multi_shared.skel.h
  GEN-SKEL [test_progs-no_alu32] for_each_hash_map_elem.skel.h
  GEN-SKEL [test_progs-no_alu32] metadata_used.skel.h
  GEN-SKEL [test_progs-no_alu32] test_seg6_loop.skel.h
  GEN-SKEL [test_progs-no_alu32] tailcall_bpf2bpf3.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_reloc_misc.skel.h
  GEN-SKEL [test_progs-no_alu32] btf_dump_test_case_multidim.skel.h
  GEN-SKEL [test_progs-no_alu32] ima.skel.h
  GEN-SKEL [test_progs-no_alu32] timer_mim_reject.skel.h
  GEN-SKEL [test_progs-no_alu32] test_tc_edt.skel.h
  GEN-SKEL [test_progs-no_alu32] task_local_storage.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_cubic.skel.h
  GEN-SKEL [test_progs-no_alu32] bind_perm.skel.h
  GEN-SKEL [test_progs-no_alu32] xdpwall.skel.h
  GEN-SKEL [test_progs-no_alu32] test_sockmap_skb_verdict_attach.skel.h
  GEN-SKEL [test_progs-no_alu32] btf_data.skel.h
  GEN-SKEL [test_progs-no_alu32] test_bpf_cookie.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_reloc_enumval.skel.h
  GEN-SKEL [test_progs-no_alu32] test_rdonly_maps.skel.h
  GEN-SKEL [test_progs-no_alu32] test_btf_skc_cls_ingress.skel.h
  GEN-SKEL [test_progs-no_alu32] test_stacktrace_build_id.skel.h
  GEN-SKEL [test_progs-no_alu32] test_overhead.skel.h
  GEN-SKEL [test_progs-no_alu32] test_varlen.skel.h
  GEN-SKEL [test_progs-no_alu32] test_ksyms_weak.skel.h
  GEN-SKEL [test_progs-no_alu32] test_skb_helpers.skel.h
  GEN-SKEL [test_progs-no_alu32] connect_force_port6.skel.h
  GEN-SKEL [test_progs-no_alu32] tailcall2.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_reloc_type_id.skel.h
  GEN-SKEL [test_progs-no_alu32] test_tcp_hdr_options.skel.h
  GEN-SKEL [test_progs-no_alu32] socket_cookie_prog.skel.h
  GEN-SKEL [test_progs-no_alu32] ringbuf_bench.skel.h
  GEN-SKEL [test_progs-no_alu32] test_pkt_md_access.skel.h
  GEN-SKEL [test_progs-no_alu32] atomic_bounds.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_autosize.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_sockmap.skel.h
  GEN-SKEL [test_progs-no_alu32] test_global_func15.skel.h
  GEN-SKEL [test_progs-no_alu32] test_sysctl_loop1.skel.h
  GEN-SKEL [test_progs-no_alu32] freplace_connect4.skel.h
  GEN-SKEL [test_progs-no_alu32] xdp_tx.skel.h
  GEN-SKEL [test_progs-no_alu32] test_sk_storage_tracing.skel.h
  GEN-SKEL [test_progs-no_alu32] test_map_init.skel.h
  GEN-SKEL [test_progs-no_alu32] pyperf_subprogs.skel.h
  GEN-SKEL [test_progs-no_alu32] metadata_unused.skel.h
  GEN-SKEL [test_progs-no_alu32] test_global_func14.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_udp6.skel.h
  GEN-SKEL [test_progs-no_alu32] test_tc_tunnel.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_dctcp.skel.h
  GEN-SKEL [test_progs-no_alu32] test_xdp_meta.skel.h
  GEN-SKEL [test_progs-no_alu32] sockmap_verdict_prog.skel.h
  GEN-SKEL [test_progs-no_alu32] strobemeta_nounroll1.skel.h
  GEN-SKEL [test_progs-no_alu32] pyperf180.skel.h
  GEN-SKEL [test_progs-no_alu32] sample_map_ret0.skel.h
  GEN-SKEL [test_progs-no_alu32] connect4_prog.skel.h
libbpf: elf: skipping unrecognized data section(7) .rodata.str1.1
libbpf: elf: skipping unrecognized data section(8) .rodata.cst16
  GEN-SKEL [test_progs-no_alu32] get_branch_snapshot.skel.h
  GEN-SKEL [test_progs-no_alu32] test_snprintf.skel.h
libbpf: elf: skipping unrecognized data section(5) .rodata.cst16
  GEN-SKEL [test_progs-no_alu32] test_ksyms_btf_null_check.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_test_kern5.skel.h
  GEN-SKEL [test_progs-no_alu32] test_global_func13.skel.h
  GEN-SKEL [test_progs-no_alu32] test_sockmap_invalid_update.skel.h
  GEN-SKEL [test_progs-no_alu32] test_stack_map.skel.h
  GEN-SKEL [test_progs-no_alu32] dev_cgroup.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_test_kern3.skel.h
  GEN-SKEL [test_progs-no_alu32] perfbuf_bench.skel.h
  GEN-SKEL [test_progs-no_alu32] syscall.skel.h
  GEN-SKEL [test_progs-no_alu32] profiler3.skel.h
  GEN-SKEL [test_progs-no_alu32] test_xdp.skel.h
  GEN-SKEL [test_progs-no_alu32] test_global_func11.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_bpf_map.skel.h
  GEN-SKEL [test_progs-no_alu32] test_lwt_seg6local.skel.h
  GEN-SKEL [test_progs-no_alu32] freplace_cls_redirect.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_ipv6_route.skel.h
  GEN-SKEL [test_progs-no_alu32] sample_ret0.skel.h
  GEN-SKEL [test_progs-no_alu32] load_bytes_relative.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_reloc_nesting.skel.h
  GEN-SKEL [test_progs-no_alu32] test_d_path.skel.h
  GEN-SKEL [test_progs-no_alu32] tailcall_bpf2bpf4.skel.h
  GEN-SKEL [test_progs-no_alu32] test_mmap.skel.h
  GEN-SKEL [test_progs-no_alu32] test_lwt_ip_encap.skel.h
  GEN-SKEL [test_progs-no_alu32] tailcall6.skel.h
  GEN-SKEL [test_progs-no_alu32] test_migrate_reuseport.skel.h
  GEN-SKEL [test_progs-no_alu32] pyperf600_nounroll.skel.h
  GEN-SKEL [test_progs-no_alu32] test_sock_fields.skel.h
  GEN-SKEL [test_progs-no_alu32] test_lirc_mode2_kern.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_read_macros.skel.h
  GEN-SKEL [test_progs-no_alu32] sockopt_sk.skel.h
libbpf: elf: skipping unrecognized data section(8) .rodata.str1.1
  GEN-SKEL [test_progs-no_alu32] tailcall1.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_reloc_ptr_as_arr.skel.h
  GEN-SKEL [test_progs-no_alu32] test_sk_lookup_kern.skel.h
  GEN-SKEL [test_progs-no_alu32] test_tunnel_kern.skel.h
libbpf: elf: skipping unrecognized data section(27) .rodata.str1.1
  GEN-SKEL [test_progs-no_alu32] task_local_storage_exit_creds.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_tcp4.skel.h
  GEN-SKEL [test_progs-no_alu32] task_ls_recursion.skel.h
  GEN-SKEL [test_progs-no_alu32] for_each_array_map_elem.skel.h
  GEN-SKEL [test_progs-no_alu32] test_global_func16.skel.h
  GEN-SKEL [test_progs-no_alu32] test_autoload.skel.h
  GEN-SKEL [test_progs-no_alu32] loop3.skel.h
  GEN-SKEL [test_progs-no_alu32] test_attach_probe.skel.h
  GEN-SKEL [test_progs-no_alu32] test_trace_ext_tracing.skel.h
  GEN-SKEL [test_progs-no_alu32] test_ringbuf_multi.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_bpf_sk_storage_helpers.skel.h
  GEN-SKEL [test_progs-no_alu32] test_xdp_adjust_tail_grow.skel.h
  GEN-SKEL [test_progs-no_alu32] test_tcp_check_syncookie_kern.skel.h
  GEN-SKEL [test_progs-no_alu32] test_btf_map_in_map.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_unix.skel.h
  GEN-SKEL [test_progs-no_alu32] test_pkt_access.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_retro.skel.h
  GEN-SKEL [test_progs-no_alu32] test_sk_storage_trace_itself.skel.h
  GEN-SKEL [test_progs-no_alu32] test_tcpbpf_kern.skel.h
  GEN-SKEL [test_progs-no_alu32] test_global_func3.skel.h
  GEN-SKEL [test_progs-no_alu32] tcp_rtt.skel.h
  GEN-SKEL [test_progs-no_alu32] test_tcpnotify_kern.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_reloc_size.skel.h
  GEN-SKEL [test_progs-no_alu32] kfree_skb.skel.h
  GEN-SKEL [test_progs-no_alu32] btf_dump_test_case_ordering.skel.h
  GEN-SKEL [test_progs-no_alu32] strobemeta_subprogs.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_reloc_flavors.skel.h
  GEN-SKEL [test_progs-no_alu32] xdping_kern.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_reloc_primitives.skel.h
  GEN-SKEL [test_progs-no_alu32] cgroup_skb_sk_lookup_kern.skel.h
  GEN-SKEL [test_progs-no_alu32] fexit_bpf2bpf_simple.skel.h
  GEN-SKEL [test_progs-no_alu32] strobemeta.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_task_vma.skel.h
libbpf: elf: skipping unrecognized data section(6) .rodata.str1.1
  GEN-SKEL [test_progs-no_alu32] pyperf_global.skel.h
  GEN-SKEL [test_progs-no_alu32] test_perf_branches.skel.h
  GEN-SKEL [test_progs-no_alu32] tailcall4.skel.h
  GEN-SKEL [test_progs-no_alu32] test_ns_current_pid_tgid.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_reloc_existence.skel.h
  GEN-SKEL [test_progs-no_alu32] test_global_func8.skel.h
  GEN-SKEL [test_progs-no_alu32] test_xdp_loop.skel.h
  GEN-SKEL [test_progs-no_alu32] connect6_prog.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_bpf_percpu_hash_map.skel.h
  GEN-SKEL [test_progs-no_alu32] test_global_func10.skel.h
  GEN-SKEL [test_progs-no_alu32] test_pinning.skel.h
  GEN-SKEL [test_progs-no_alu32] test_xdp_link.skel.h
  GEN-SKEL [test_progs-no_alu32] test_spin_lock.skel.h
  GEN-SKEL [test_progs-no_alu32] pyperf100.skel.h
  GEN-SKEL [test_progs-no_alu32] pyperf50.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_reloc_arrays.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_reloc_kernel.skel.h
  GEN-SKEL [test_progs-no_alu32] loop6.skel.h
  GEN-SKEL [test_progs-no_alu32] btf_dump_test_case_padding.skel.h
  GEN-SKEL [test_progs-no_alu32] test_global_func9.skel.h
  GEN-SKEL [test_progs-no_alu32] btf_dump_test_case_syntax.skel.h
  GEN-SKEL [test_progs-no_alu32] test_skb_ctx.skel.h
  GEN-SKEL [test_progs-no_alu32] test_tc_neigh.skel.h
  GEN-SKEL [test_progs-no_alu32] test_sockmap_update.skel.h
  GEN-SKEL [test_progs-no_alu32] test_sk_lookup.skel.h
  GEN-SKEL [test_progs-no_alu32] test_global_data.skel.h
libbpf: elf: skipping unrecognized data section(8) .rodata.str1.1
  GEN-SKEL [test_progs-no_alu32] bpf_flow.skel.h
  GEN-SKEL [test_progs-no_alu32] test_get_stack_rawtp_err.skel.h
  GEN-SKEL [test_progs-no_alu32] test_verif_scale1.skel.h
  GEN-SKEL [test_progs-no_alu32] test_sysctl_prog.skel.h
  GEN-SKEL [test_progs-no_alu32] test_misc_tcp_hdr_options.skel.h
  GEN-SKEL [test_progs-no_alu32] test_map_lock.skel.h
  GEN-SKEL [test_progs-no_alu32] btf_dump_test_case_bitfields.skel.h
  GEN-SKEL [test_progs-no_alu32] freplace_attach_probe.skel.h
  GEN-SKEL [test_progs-no_alu32] modify_return.skel.h
  GEN-SKEL [test_progs-no_alu32] test_sysctl_loop2.skel.h
  GEN-SKEL [test_progs-no_alu32] test_global_func1.skel.h
  GEN-SKEL [test_progs-no_alu32] perf_event_stackmap.skel.h
  GEN-SKEL [test_progs-no_alu32] test_task_pt_regs.skel.h
  GEN-SKEL [test_progs-no_alu32] test_global_func6.skel.h
  GEN-SKEL [test_progs-no_alu32] sendmsg6_prog.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_test_kern1.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_task_btf.skel.h
  GEN-SKEL [test_progs-no_alu32] bind6_prog.skel.h
libbpf: elf: skipping unrecognized data section(6) .rodata.str1.1
  GEN-SKEL [test_progs-no_alu32] bpf_iter_test_kern2.skel.h
  GEN-SKEL [test_progs-no_alu32] test_xdp_noinline.skel.h
  GEN-SKEL [test_progs-no_alu32] skb_pkt_end.skel.h
  GEN-SKEL [test_progs-no_alu32] cg_storage_multi_egress_only.skel.h
  GEN-SKEL [test_progs-no_alu32] profiler1.skel.h
  GEN-SKEL [test_progs-no_alu32] test_core_reloc_bitfields_probed.skel.h
  GEN-SKEL [test_progs-no_alu32] test_verif_scale2.skel.h
  GEN-SKEL [test_progs-no_alu32] loop5.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_udp4.skel.h
  GEN-SKEL [test_progs-no_alu32] loop4.skel.h
  GEN-SKEL [test_progs-no_alu32] bind4_prog.skel.h
libbpf: elf: skipping unrecognized data section(6) .rodata.str1.1
  GEN-SKEL [test_progs-no_alu32] test_xdp_bpf2bpf.skel.h
  GEN-SKEL [test_progs-no_alu32] test_xdp_devmap_helpers.skel.h
libbpf: elf: skipping unrecognized data section(4) .rodata.str1.1
  GEN-SKEL [test_progs-no_alu32] tag.skel.h
  GEN-SKEL [test_progs-no_alu32] test_ksyms.skel.h
  GEN-SKEL [test_progs-no_alu32] test_btf_haskv.skel.h
libbpf: elf: skipping unrecognized data section(7) .maps.btf_map
  GEN-SKEL [test_progs-no_alu32] test_trampoline_count.skel.h
  GEN-SKEL [test_progs-no_alu32] test_tc_bpf.skel.h
  GEN-SKEL [test_progs-no_alu32] map_ptr_kern.skel.h
  GEN-SKEL [test_progs-no_alu32] tailcall5.skel.h
  GEN-SKEL [test_progs-no_alu32] strobemeta_nounroll2.skel.h
  GEN-SKEL [test_progs-no_alu32] test_vmlinux.skel.h
  GEN-SKEL [test_progs-no_alu32] xdp_dummy.skel.h
  GEN-SKEL [test_progs-no_alu32] test_raw_tp_test_run.skel.h
  GEN-SKEL [test_progs-no_alu32] sockopt_inherit.skel.h
  GEN-SKEL [test_progs-no_alu32] loop1.skel.h
  GEN-SKEL [test_progs-no_alu32] test_map_in_map.skel.h
  GEN-SKEL [test_progs-no_alu32] sendmsg4_prog.skel.h
  GEN-SKEL [test_progs-no_alu32] freplace_connect_v4_prog.skel.h
  GEN-SKEL [test_progs-no_alu32] test_perf_link.skel.h
  GEN-SKEL [test_progs-no_alu32] test_l4lb_noinline.skel.h
  GEN-SKEL [test_progs-no_alu32] test_l4lb.skel.h
  GEN-SKEL [test_progs-no_alu32] sockopt_multi.skel.h
  GEN-SKEL [test_progs-no_alu32] tailcall_bpf2bpf2.skel.h
  GEN-SKEL [test_progs-no_alu32] test_trace_ext.skel.h
  GEN-SKEL [test_progs-no_alu32] test_global_func_args.skel.h
  GEN-SKEL [test_progs-no_alu32] test_cgroup_link.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_bpf_sk_storage_map.skel.h
  GEN-SKEL [test_progs-no_alu32] trigger_bench.skel.h
  GEN-SKEL [test_progs-no_alu32] fmod_ret_freplace.skel.h
  GEN-SKEL [test_progs-no_alu32] netif_receive_skb.skel.h
  GEN-SKEL [test_progs-no_alu32] netns_cookie_prog.skel.h
  GEN-SKEL [test_progs-no_alu32] test_skmsg_load_helpers.skel.h
  GEN-SKEL [test_progs-no_alu32] bpf_iter_setsockopt.skel.h
  GEN-SKEL [test_progs-no_alu32] timer.skel.h
  GEN-SKEL [test_progs-no_alu32] btf_dump_test_case_packing.skel.h
  GEN-SKEL [test_progs-no_alu32] bprm_opts.skel.h
  GEN-SKEL [test_progs-no_alu32] sockmap_tcp_msg_prog.skel.h
  GEN-SKEL [test_progs-no_alu32] recursion.skel.h
  GEN-SKEL [test_progs-no_alu32] xdp_redirect_multi_kern.skel.h
  GEN-SKEL [test_progs-no_alu32] kfunc_call_test.lskel.h
  GEN-SKEL [test_progs-no_alu32] fentry_test.lskel.h
  GEN-SKEL [test_progs-no_alu32] fexit_test.lskel.h
  GEN-SKEL [test_progs-no_alu32] fexit_sleep.lskel.h
  GEN-SKEL [test_progs-no_alu32] test_ksyms_module.lskel.h
  GEN-SKEL [test_progs-no_alu32] test_ringbuf.lskel.h
  GEN-SKEL [test_progs-no_alu32] atomics.lskel.h
  GEN-SKEL [test_progs-no_alu32] trace_printk.lskel.h
  GEN-SKEL [test_progs-no_alu32] trace_vprintk.lskel.h
  LINK-BPF [test_progs-no_alu32] test_static_linked.o
  GEN-SKEL [test_progs-no_alu32] test_static_linked.skel.h
  LINK-BPF [test_progs-no_alu32] linked_funcs.o
  GEN-SKEL [test_progs-no_alu32] linked_funcs.skel.h
  LINK-BPF [test_progs-no_alu32] linked_vars.o
  GEN-SKEL [test_progs-no_alu32] linked_vars.skel.h
  LINK-BPF [test_progs-no_alu32] linked_maps.o
  GEN-SKEL [test_progs-no_alu32] linked_maps.skel.h
  TEST-OBJ [test_progs-no_alu32] modify_return.test.o
  TEST-OBJ [test_progs-no_alu32] task_fd_query_tp.test.o
  TEST-OBJ [test_progs-no_alu32] test_bprm_opts.test.o
  TEST-OBJ [test_progs-no_alu32] get_stackid_cannot_attach.test.o
  TEST-OBJ [test_progs-no_alu32] pe_preserve_elems.test.o
  TEST-OBJ [test_progs-no_alu32] spinlock.test.o
  TEST-OBJ [test_progs-no_alu32] align.test.o
  TEST-OBJ [test_progs-no_alu32] task_pt_regs.test.o
  TEST-OBJ [test_progs-no_alu32] pkt_md_access.test.o
  TEST-OBJ [test_progs-no_alu32] trace_ext.test.o
  TEST-OBJ [test_progs-no_alu32] bpf_cookie.test.o
  TEST-OBJ [test_progs-no_alu32] socket_cookie.test.o
  TEST-OBJ [test_progs-no_alu32] xdp_cpumap_attach.test.o
  TEST-OBJ [test_progs-no_alu32] resolve_btfids.test.o
  TEST-OBJ [test_progs-no_alu32] cgroup_link.test.o
  TEST-OBJ [test_progs-no_alu32] linked_vars.test.o
  TEST-OBJ [test_progs-no_alu32] tcp_estats.test.o
  TEST-OBJ [test_progs-no_alu32] for_each.test.o
  TEST-OBJ [test_progs-no_alu32] linked_maps.test.o
  TEST-OBJ [test_progs-no_alu32] map_ptr.test.o
  TEST-OBJ [test_progs-no_alu32] rdonly_maps.test.o
  TEST-OBJ [test_progs-no_alu32] test_bpffs.test.o
  TEST-OBJ [test_progs-no_alu32] ksyms_btf.test.o
  TEST-OBJ [test_progs-no_alu32] xdp_info.test.o
  TEST-OBJ [test_progs-no_alu32] tp_attach_query.test.o
  TEST-OBJ [test_progs-no_alu32] bpf_iter.test.o
  TEST-OBJ [test_progs-no_alu32] link_pinning.test.o
  TEST-OBJ [test_progs-no_alu32] autoload.test.o
  TEST-OBJ [test_progs-no_alu32] timer_mim.test.o
  TEST-OBJ [test_progs-no_alu32] section_names.test.o
  TEST-OBJ [test_progs-no_alu32] cgroup_attach_override.test.o
  TEST-OBJ [test_progs-no_alu32] probe_user.test.o
  TEST-OBJ [test_progs-no_alu32] xdp_perf.test.o
  TEST-OBJ [test_progs-no_alu32] core_reloc.test.o
  TEST-OBJ [test_progs-no_alu32] test_ima.test.o
  TEST-OBJ [test_progs-no_alu32] queue_stack_map.test.o
  TEST-OBJ [test_progs-no_alu32] xdp.test.o
  TEST-OBJ [test_progs-no_alu32] get_func_ip_test.test.o
  TEST-OBJ [test_progs-no_alu32] subprogs.test.o
  TEST-OBJ [test_progs-no_alu32] d_path.test.o
  TEST-OBJ [test_progs-no_alu32] core_read_macros.test.o
  TEST-OBJ [test_progs-no_alu32] cgroup_attach_autodetach.test.o
  TEST-OBJ [test_progs-no_alu32] raw_tp_test_run.test.o
  TEST-OBJ [test_progs-no_alu32] test_skb_pkt_end.test.o
  TEST-OBJ [test_progs-no_alu32] fexit_stress.test.o
  TEST-OBJ [test_progs-no_alu32] sockopt_multi.test.o
  TEST-OBJ [test_progs-no_alu32] check_mtu.test.o
  TEST-OBJ [test_progs-no_alu32] cpu_mask.test.o
  TEST-OBJ [test_progs-no_alu32] udp_limit.test.o
  TEST-OBJ [test_progs-no_alu32] sockmap_basic.test.o
  TEST-OBJ [test_progs-no_alu32] xdp_context_test_run.test.o
  TEST-OBJ [test_progs-no_alu32] test_local_storage.test.o
  TEST-OBJ [test_progs-no_alu32] skb_helpers.test.o
  TEST-OBJ [test_progs-no_alu32] mmap.test.o
  TEST-OBJ [test_progs-no_alu32] bpf_tcp_ca.test.o
  TEST-OBJ [test_progs-no_alu32] sock_fields.test.o
  TEST-OBJ [test_progs-no_alu32] bpf_iter_setsockopt.test.o
  TEST-OBJ [test_progs-no_alu32] timer.test.o
  TEST-OBJ [test_progs-no_alu32] lookup_and_delete.test.o
  TEST-OBJ [test_progs-no_alu32] xdp_bpf2bpf.test.o
  TEST-OBJ [test_progs-no_alu32] global_data.test.o
  TEST-OBJ [test_progs-no_alu32] cgroup_skb_sk_lookup.test.o
  TEST-OBJ [test_progs-no_alu32] l4lb_all.test.o
  TEST-OBJ [test_progs-no_alu32] global_data_init.test.o
  TEST-OBJ [test_progs-no_alu32] recursion.test.o
  TEST-OBJ [test_progs-no_alu32] perf_branches.test.o
  TEST-OBJ [test_progs-no_alu32] stacktrace_map.test.o
  TEST-OBJ [test_progs-no_alu32] syscall.test.o
  TEST-OBJ [test_progs-no_alu32] raw_tp_writable_test_run.test.o
  TEST-OBJ [test_progs-no_alu32] vmlinux.test.o
  TEST-OBJ [test_progs-no_alu32] btf_skc_cls_ingress.test.o
  TEST-OBJ [test_progs-no_alu32] static_linked.test.o
  TEST-OBJ [test_progs-no_alu32] bpf_verif_scale.test.o
  TEST-OBJ [test_progs-no_alu32] sockopt_qos_to_cc.test.o
  TEST-OBJ [test_progs-no_alu32] send_signal_sched_switch.test.o
  TEST-OBJ [test_progs-no_alu32] perf_buffer.test.o
  TEST-OBJ [test_progs-no_alu32] fentry_fexit.test.o
  TEST-OBJ [test_progs-no_alu32] core_extern.test.o
  TEST-OBJ [test_progs-no_alu32] fexit_test.test.o
  TEST-OBJ [test_progs-no_alu32] fexit_sleep.test.o
  TEST-OBJ [test_progs-no_alu32] perf_link.test.o
  TEST-OBJ [test_progs-no_alu32] hashmap.test.o
  TEST-OBJ [test_progs-no_alu32] ringbuf_multi.test.o
  TEST-OBJ [test_progs-no_alu32] btf_module.test.o
  TEST-OBJ [test_progs-no_alu32] btf_write.test.o
  TEST-OBJ [test_progs-no_alu32] snprintf.test.o
  TEST-OBJ [test_progs-no_alu32] prog_run_xattr.test.o
  TEST-OBJ [test_progs-no_alu32] sockopt_inherit.test.o
  TEST-OBJ [test_progs-no_alu32] test_lsm.test.o
  TEST-OBJ [test_progs-no_alu32] cg_storage_multi.test.o
  TEST-OBJ [test_progs-no_alu32] btf.test.o
  TEST-OBJ [test_progs-no_alu32] get_branch_snapshot.test.o
  TEST-OBJ [test_progs-no_alu32] sockopt_sk.test.o
  TEST-OBJ [test_progs-no_alu32] trace_printk.test.o
  TEST-OBJ [test_progs-no_alu32] pinning.test.o
  TEST-OBJ [test_progs-no_alu32] endian.test.o
  TEST-OBJ [test_progs-no_alu32] btf_dump.test.o
  TEST-OBJ [test_progs-no_alu32] xdp_attach.test.o
  TEST-OBJ [test_progs-no_alu32] stacktrace_build_id_nmi.test.o
  TEST-OBJ [test_progs-no_alu32] probe_read_user_str.test.o
  TEST-OBJ [test_progs-no_alu32] ns_current_pid_tgid.test.o
  TEST-OBJ [test_progs-no_alu32] tcp_hdr_options.test.o
  TEST-OBJ [test_progs-no_alu32] fexit_bpf2bpf.test.o
  TEST-OBJ [test_progs-no_alu32] module_attach.test.o
  TEST-OBJ [test_progs-no_alu32] trampoline_count.test.o
  TEST-OBJ [test_progs-no_alu32] obj_name.test.o
  TEST-OBJ [test_progs-no_alu32] atomics.test.o
  TEST-OBJ [test_progs-no_alu32] tc_redirect.test.o
  TEST-OBJ [test_progs-no_alu32] sockopt.test.o
  TEST-OBJ [test_progs-no_alu32] task_fd_query_rawtp.test.o
  TEST-OBJ [test_progs-no_alu32] xdp_link.test.o
  TEST-OBJ [test_progs-no_alu32] sk_storage_tracing.test.o
  TEST-OBJ [test_progs-no_alu32] core_autosize.test.o
  TEST-OBJ [test_progs-no_alu32] test_global_funcs.test.o
  TEST-OBJ [test_progs-no_alu32] tcp_rtt.test.o
  TEST-OBJ [test_progs-no_alu32] sk_assign.test.o
  TEST-OBJ [test_progs-no_alu32] select_reuseport.test.o
  TEST-OBJ [test_progs-no_alu32] kfree_skb.test.o
  TEST-OBJ [test_progs-no_alu32] xdp_bonding.test.o
  TEST-OBJ [test_progs-no_alu32] perf_event_stackmap.test.o
  TEST-OBJ [test_progs-no_alu32] stacktrace_map_raw_tp.test.o
  TEST-OBJ [test_progs-no_alu32] core_retro.test.o
  TEST-OBJ [test_progs-no_alu32] task_local_storage.test.o
  TEST-OBJ [test_progs-no_alu32] netcnt.test.o
  TEST-OBJ [test_progs-no_alu32] sk_lookup.test.o
  TEST-OBJ [test_progs-no_alu32] skb_ctx.test.o
  TEST-OBJ [test_progs-no_alu32] bind_perm.test.o
  TEST-OBJ [test_progs-no_alu32] xdpwall.test.o
  TEST-OBJ [test_progs-no_alu32] btf_dedup_split.test.o
  TEST-OBJ [test_progs-no_alu32] cgroup_attach_multi.test.o
  TEST-OBJ [test_progs-no_alu32] hash_large_key.test.o
  TEST-OBJ [test_progs-no_alu32] xdp_devmap_attach.test.o
  TEST-OBJ [test_progs-no_alu32] map_init.test.o
  TEST-OBJ [test_progs-no_alu32] bpf_obj_id.test.o
  TEST-OBJ [test_progs-no_alu32] stacktrace_build_id.test.o
  TEST-OBJ [test_progs-no_alu32] raw_tp_writable_reject_nbd_invalid.test.o
  TEST-OBJ [test_progs-no_alu32] test_overhead.test.o
  TEST-OBJ [test_progs-no_alu32] load_bytes_relative.test.o
  TEST-OBJ [test_progs-no_alu32] flow_dissector.test.o
  TEST-OBJ [test_progs-no_alu32] sockmap_ktls.test.o
  TEST-OBJ [test_progs-no_alu32] tc_bpf.test.o
  TEST-OBJ [test_progs-no_alu32] migrate_reuseport.test.o
  TEST-OBJ [test_progs-no_alu32] ksyms.test.o
  TEST-OBJ [test_progs-no_alu32] kfunc_call.test.o
  TEST-OBJ [test_progs-no_alu32] cgroup_v1v2.test.o
  TEST-OBJ [test_progs-no_alu32] btf_map_in_map.test.o
  TEST-OBJ [test_progs-no_alu32] trace_vprintk.test.o
  TEST-OBJ [test_progs-no_alu32] flow_dissector_load_bytes.test.o
  TEST-OBJ [test_progs-no_alu32] linked_funcs.test.o
  TEST-OBJ [test_progs-no_alu32] test_profiler.test.o
  TEST-OBJ [test_progs-no_alu32] atomic_bounds.test.o
  TEST-OBJ [test_progs-no_alu32] map_lock.test.o
  TEST-OBJ [test_progs-no_alu32] btf_endian.test.o
  TEST-OBJ [test_progs-no_alu32] skeleton.test.o
  TEST-OBJ [test_progs-no_alu32] ksyms_module.test.o
  TEST-OBJ [test_progs-no_alu32] ringbuf.test.o
  TEST-OBJ [test_progs-no_alu32] pkt_access.test.o
  TEST-OBJ [test_progs-no_alu32] sockmap_listen.test.o
  TEST-OBJ [test_progs-no_alu32] snprintf_btf.test.o
  TEST-OBJ [test_progs-no_alu32] btf_split.test.o
  TEST-OBJ [test_progs-no_alu32] metadata.test.o
  TEST-OBJ [test_progs-no_alu32] global_func_args.test.o
  TEST-OBJ [test_progs-no_alu32] xdp_noinline.test.o
  TEST-OBJ [test_progs-no_alu32] xdp_adjust_tail.test.o
  TEST-OBJ [test_progs-no_alu32] reference_tracking.test.o
  TEST-OBJ [test_progs-no_alu32] enable_stats.test.o
  TEST-OBJ [test_progs-no_alu32] attach_probe.test.o
  TEST-OBJ [test_progs-no_alu32] signal_pending.test.o
  TEST-OBJ [test_progs-no_alu32] btf_tag.test.o
  TEST-OBJ [test_progs-no_alu32] netns_cookie.test.o
  TEST-OBJ [test_progs-no_alu32] fentry_test.test.o
  TEST-OBJ [test_progs-no_alu32] send_signal.test.o
  TEST-OBJ [test_progs-no_alu32] varlen.test.o
  TEST-OBJ [test_progs-no_alu32] connect_force_port.test.o
  TEST-OBJ [test_progs-no_alu32] tailcalls.test.o
  TEST-OBJ [test_progs-no_alu32] stack_var_off.test.o
  TEST-OBJ [test_progs-no_alu32] cls_redirect.test.o
  TEST-OBJ [test_progs-no_alu32] get_stack_raw_tp.test.o
  TEST-OBJ [test_progs-no_alu32] tcpbpf_user.test.o
  TEST-OBJ [test_progs-no_alu32] flow_dissector_reattach.test.o
  EXT-OBJ  [test_progs-no_alu32] test_progs.o
  EXT-OBJ  [test_progs-no_alu32] cgroup_helpers.o
  EXT-OBJ  [test_progs-no_alu32] trace_helpers.o
  EXT-OBJ  [test_progs-no_alu32] network_helpers.o
  EXT-OBJ  [test_progs-no_alu32] testing_helpers.o
  EXT-OBJ  [test_progs-no_alu32] btf_helpers.o
  EXT-COPY [test_progs-no_alu32] urandom_read bpf_testmod.ko ima_setup.sh btf_dump_test_case_ordering.c btf_dump_test_case_padding.c btf_dump_test_case_syntax.c btf_dump_test_case_bitfields.c btf_dump_test_case_packing.c btf_dump_test_case_namespacing.c btf_dump_test_case_multidim.c
  BINARY   test_progs-no_alu32
  BINARY   test_sock_addr
  BINARY   test_skb_cgroup_id_user
  BINARY   flow_dissector_load
  BINARY   test_flow_dissector
  BINARY   test_tcp_check_syncookie_user
  BINARY   test_lirc_mode2_user
  BINARY   xdping
  CXX      test_cpp
  MKDIR   /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/libbpf/
  MKDIR   /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/

Auto-detecting system features:
...                        libbfd: [ ^[[32mon^[[m  ]
...        disassembler-four-args: [ ^[[32mon^[[m  ]
...                          zlib: [ ^[[32mon^[[m  ]
...                        libcap: [ ^[[32mon^[[m  ]
...               clang-bpf-co-re: [ ^[[32mon^[[m  ]

...                      /tmp/lkp: [ ^[[31mOFF^[[m ]

  MKDIR   /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/bpf_helper_defs.h
  MKDIR   /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/staticobjs/
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/staticobjs/libbpf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/staticobjs/bpf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/staticobjs/nlattr.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/staticobjs/btf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/staticobjs/libbpf_errno.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/staticobjs/str_error.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/staticobjs/netlink.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/staticobjs/bpf_prog_linfo.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/staticobjs/libbpf_probes.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/staticobjs/xsk.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/staticobjs/hashmap.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/staticobjs/btf_dump.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/staticobjs/ringbuf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/staticobjs/strset.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/staticobjs/linker.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/staticobjs/gen_loader.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/staticobjs/relo_core.o
  LD      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/staticobjs/libbpf-in.o
  LINK    /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//libbpf/libbpf.a
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/map_perf_ring.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/xlated_dumper.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/iter.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/btf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/tracelog.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/perf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/common.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/btf_dumper.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/net.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/struct_ops.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/netlink_dumper.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/link.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/cgroup.o
  MKDIR   /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/
  MKDIR   /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/bpf_helper_defs.h
  MKDIR   /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/staticobjs/
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/staticobjs/libbpf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/staticobjs/bpf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/staticobjs/nlattr.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/staticobjs/btf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/staticobjs/libbpf_errno.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/staticobjs/str_error.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/staticobjs/netlink.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/staticobjs/bpf_prog_linfo.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/staticobjs/libbpf_probes.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/staticobjs/xsk.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/staticobjs/hashmap.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/staticobjs/btf_dump.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/staticobjs/ringbuf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/staticobjs/strset.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/staticobjs/linker.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/staticobjs/gen_loader.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/staticobjs/relo_core.o
  LD      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/staticobjs/libbpf-in.o
  LINK    /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/libbpf/libbpf.a
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/main.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/common.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/json_writer.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/gen.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/btf.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/xlated_dumper.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/btf_dumper.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/disasm.o
  LINK    /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool//bootstrap/bpftool
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/vmlinux.h
  CLANG   /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/profiler.bpf.o
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/profiler.skel.h
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/prog.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/gen.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/main.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/json_writer.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/cfg.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/map.o
  CLANG   /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/pid_iter.bpf.o
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/pid_iter.skel.h
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/pids.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/feature.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/jit_disasm.o
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/disasm.o
  LINK    /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools/bpftool/bpftool
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools//vmlinux.h
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools//runqslower.bpf.o
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools//runqslower.skel.h
  CC      /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools//runqslower.o
  LINK    /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/tools//runqslower
  CC       bench.o
  CC       bench_count.o
  CC       bench_rename.o
  CC       bench_trigger.o
  CC       bench_ringbufs.o
  BINARY   bench
  BINARY   xdpxceiver
  BINARY   xdp_redirect_multi
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/bpf-helpers.rst
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/bpf-helpers.7
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/bpf-helpers.7
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/bpf-syscall.rst
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/bpf-syscall.2
  GEN     /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf/bpf-syscall.2
make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/bpf'
LKP SKIP net.l2tp.sh
LKP SKIP net.tls
LKP SKIP net.fcnal-test.sh
LKP SKIP net.fib_nexthops.sh
2022-01-02 10:36:16 make -C ../../../tools/testing/selftests/net
make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net'
make --no-builtin-rules ARCH=x86 -C ../../../.. headers_install
make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43'
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/unifdef
  WRAP    arch/x86/include/generated/uapi/asm/bpf_perf_event.h
  WRAP    arch/x86/include/generated/uapi/asm/errno.h
  WRAP    arch/x86/include/generated/uapi/asm/fcntl.h
  WRAP    arch/x86/include/generated/uapi/asm/ioctl.h
  WRAP    arch/x86/include/generated/uapi/asm/ioctls.h
  WRAP    arch/x86/include/generated/uapi/asm/ipcbuf.h
  WRAP    arch/x86/include/generated/uapi/asm/param.h
  WRAP    arch/x86/include/generated/uapi/asm/poll.h
  WRAP    arch/x86/include/generated/uapi/asm/resource.h
  WRAP    arch/x86/include/generated/uapi/asm/socket.h
  WRAP    arch/x86/include/generated/uapi/asm/sockios.h
  WRAP    arch/x86/include/generated/uapi/asm/termbits.h
  WRAP    arch/x86/include/generated/uapi/asm/termios.h
  WRAP    arch/x86/include/generated/uapi/asm/types.h
  SYSHDR  arch/x86/include/generated/uapi/asm/unistd_32.h
  SYSHDR  arch/x86/include/generated/uapi/asm/unistd_64.h
  SYSHDR  arch/x86/include/generated/uapi/asm/unistd_x32.h
  SYSTBL  arch/x86/include/generated/asm/syscalls_32.h
  HOSTCC  arch/x86/tools/relocs_32.o
  HOSTCC  arch/x86/tools/relocs_64.o
  HOSTCC  arch/x86/tools/relocs_common.o
  HOSTLD  arch/x86/tools/relocs
  UPD     include/generated/uapi/linux/version.h
  HDRINST usr/include/video/edid.h
  HDRINST usr/include/video/sisfb.h
  HDRINST usr/include/video/uvesafb.h
  HDRINST usr/include/drm/via_drm.h
  HDRINST usr/include/drm/qxl_drm.h
  HDRINST usr/include/drm/drm_fourcc.h
  HDRINST usr/include/drm/r128_drm.h
  HDRINST usr/include/drm/nouveau_drm.h
  HDRINST usr/include/drm/drm_sarea.h
  HDRINST usr/include/drm/armada_drm.h
  HDRINST usr/include/drm/sis_drm.h
  HDRINST usr/include/drm/msm_drm.h
  HDRINST usr/include/drm/i915_drm.h
  HDRINST usr/include/drm/etnaviv_drm.h
  HDRINST usr/include/drm/drm.h
  HDRINST usr/include/drm/savage_drm.h
  HDRINST usr/include/drm/vc4_drm.h
  HDRINST usr/include/drm/exynos_drm.h
  HDRINST usr/include/drm/i810_drm.h
  HDRINST usr/include/drm/radeon_drm.h
  HDRINST usr/include/drm/omap_drm.h
  HDRINST usr/include/drm/virtgpu_drm.h
  HDRINST usr/include/drm/mga_drm.h
  HDRINST usr/include/drm/tegra_drm.h
  HDRINST usr/include/drm/amdgpu_drm.h
  HDRINST usr/include/drm/v3d_drm.h
  HDRINST usr/include/drm/vmwgfx_drm.h
  HDRINST usr/include/drm/lima_drm.h
  HDRINST usr/include/drm/vgem_drm.h
  HDRINST usr/include/drm/drm_mode.h
  HDRINST usr/include/drm/panfrost_drm.h
  HDRINST usr/include/mtd/inftl-user.h
  HDRINST usr/include/mtd/ubi-user.h
  HDRINST usr/include/mtd/mtd-abi.h
  HDRINST usr/include/mtd/mtd-user.h
  HDRINST usr/include/mtd/nftl-user.h
  HDRINST usr/include/xen/gntalloc.h
  HDRINST usr/include/xen/evtchn.h
  HDRINST usr/include/xen/gntdev.h
  HDRINST usr/include/xen/privcmd.h
  HDRINST usr/include/asm-generic/sockios.h
  HDRINST usr/include/asm-generic/sembuf.h
  HDRINST usr/include/asm-generic/bpf_perf_event.h
  HDRINST usr/include/asm-generic/mman.h
  HDRINST usr/include/asm-generic/shmbuf.h
  HDRINST usr/include/asm-generic/siginfo.h
  HDRINST usr/include/asm-generic/param.h
  HDRINST usr/include/asm-generic/auxvec.h
  HDRINST usr/include/asm-generic/fcntl.h
  HDRINST usr/include/asm-generic/ioctl.h
  HDRINST usr/include/asm-generic/termios.h
  HDRINST usr/include/asm-generic/signal.h
  HDRINST usr/include/asm-generic/termbits.h
  HDRINST usr/include/asm-generic/mman-common.h
  HDRINST usr/include/asm-generic/errno.h
  HDRINST usr/include/asm-generic/types.h
  HDRINST usr/include/asm-generic/msgbuf.h
  HDRINST usr/include/asm-generic/statfs.h
  HDRINST usr/include/asm-generic/swab.h
  HDRINST usr/include/asm-generic/kvm_para.h
  HDRINST usr/include/asm-generic/unistd.h
  HDRINST usr/include/asm-generic/int-l64.h
  HDRINST usr/include/asm-generic/errno-base.h
  HDRINST usr/include/asm-generic/bitsperlong.h
  HDRINST usr/include/asm-generic/resource.h
  HDRINST usr/include/asm-generic/int-ll64.h
  HDRINST usr/include/asm-generic/ioctls.h
  HDRINST usr/include/asm-generic/setup.h
  HDRINST usr/include/asm-generic/ucontext.h
  HDRINST usr/include/asm-generic/socket.h
  HDRINST usr/include/asm-generic/signal-defs.h
  HDRINST usr/include/asm-generic/posix_types.h
  HDRINST usr/include/asm-generic/ipcbuf.h
  HDRINST usr/include/asm-generic/poll.h
  HDRINST usr/include/asm-generic/hugetlb_encode.h
  HDRINST usr/include/asm-generic/stat.h
  HDRINST usr/include/rdma/qedr-abi.h
  HDRINST usr/include/rdma/siw-abi.h
  HDRINST usr/include/rdma/mlx4-abi.h
  HDRINST usr/include/rdma/rdma_user_ioctl_cmds.h
  HDRINST usr/include/rdma/irdma-abi.h
  HDRINST usr/include/rdma/rdma_user_cm.h
  HDRINST usr/include/rdma/hns-abi.h
  HDRINST usr/include/rdma/rdma_netlink.h
  HDRINST usr/include/rdma/rvt-abi.h
  HDRINST usr/include/rdma/ib_user_sa.h
  HDRINST usr/include/rdma/ib_user_mad.h
  HDRINST usr/include/rdma/mlx5_user_ioctl_cmds.h
  HDRINST usr/include/rdma/bnxt_re-abi.h
  HDRINST usr/include/rdma/hfi/hfi1_user.h
  HDRINST usr/include/rdma/hfi/hfi1_ioctl.h
  HDRINST usr/include/rdma/efa-abi.h
  HDRINST usr/include/rdma/ocrdma-abi.h
  HDRINST usr/include/rdma/cxgb4-abi.h
  HDRINST usr/include/rdma/rdma_user_rxe.h
  HDRINST usr/include/rdma/ib_user_ioctl_cmds.h
  HDRINST usr/include/rdma/vmw_pvrdma-abi.h
  HDRINST usr/include/rdma/ib_user_ioctl_verbs.h
  HDRINST usr/include/rdma/mthca-abi.h
  HDRINST usr/include/rdma/mlx5-abi.h
  HDRINST usr/include/rdma/mlx5_user_ioctl_verbs.h
  HDRINST usr/include/rdma/ib_user_verbs.h
  HDRINST usr/include/rdma/rdma_user_ioctl.h
  HDRINST usr/include/misc/cxl.h
  HDRINST usr/include/misc/pvpanic.h
  HDRINST usr/include/misc/uacce/hisi_qm.h
  HDRINST usr/include/misc/uacce/uacce.h
  HDRINST usr/include/misc/fastrpc.h
  HDRINST usr/include/misc/habanalabs.h
  HDRINST usr/include/misc/xilinx_sdfec.h
  HDRINST usr/include/misc/ocxl.h
  HDRINST usr/include/linux/sonet.h
  HDRINST usr/include/linux/errqueue.h
  HDRINST usr/include/linux/ppp-comp.h
  HDRINST usr/include/linux/if_fddi.h
  HDRINST usr/include/linux/adb.h
  HDRINST usr/include/linux/pkt_sched.h
  HDRINST usr/include/linux/if_alg.h
  HDRINST usr/include/linux/libc-compat.h
  HDRINST usr/include/linux/mmc/ioctl.h
  HDRINST usr/include/linux/if_ether.h
  HDRINST usr/include/linux/usb/video.h
  HDRINST usr/include/linux/usb/gadgetfs.h
  HDRINST usr/include/linux/usb/ch11.h
  HDRINST usr/include/linux/usb/cdc-wdm.h
  HDRINST usr/include/linux/usb/ch9.h
  HDRINST usr/include/linux/usb/raw_gadget.h
  HDRINST usr/include/linux/usb/g_printer.h
  HDRINST usr/include/linux/usb/cdc.h
  HDRINST usr/include/linux/usb/charger.h
  HDRINST usr/include/linux/usb/audio.h
  HDRINST usr/include/linux/usb/tmc.h
  HDRINST usr/include/linux/usb/midi.h
  HDRINST usr/include/linux/usb/functionfs.h
  HDRINST usr/include/linux/usb/g_uvc.h
  HDRINST usr/include/linux/dm-log-userspace.h
  HDRINST usr/include/linux/gsmmux.h
  HDRINST usr/include/linux/bcache.h
  HDRINST usr/include/linux/timex.h
  HDRINST usr/include/linux/nvme_ioctl.h
  HDRINST usr/include/linux/sockios.h
  HDRINST usr/include/linux/nfs.h
  HDRINST usr/include/linux/idxd.h
  HDRINST usr/include/linux/netlink_diag.h
  HDRINST usr/include/linux/parport.h
  HDRINST usr/include/linux/udp.h
  HDRINST usr/include/linux/nsfs.h
  HDRINST usr/include/linux/personality.h
  HDRINST usr/include/linux/dlm_device.h
  HDRINST usr/include/linux/soundcard.h
  HDRINST usr/include/linux/fsi.h
  HDRINST usr/include/linux/netfilter_bridge/ebt_pkttype.h
  HDRINST usr/include/linux/netfilter_bridge/ebtables.h
  HDRINST usr/include/linux/netfilter_bridge/ebt_mark_m.h
  HDRINST usr/include/linux/netfilter_bridge/ebt_arpreply.h
  HDRINST usr/include/linux/netfilter_bridge/ebt_redirect.h
  HDRINST usr/include/linux/netfilter_bridge/ebt_log.h
  HDRINST usr/include/linux/netfilter_bridge/ebt_vlan.h
  HDRINST usr/include/linux/netfilter_bridge/ebt_nflog.h
  HDRINST usr/include/linux/netfilter_bridge/ebt_ip.h
  HDRINST usr/include/linux/netfilter_bridge/ebt_among.h
  HDRINST usr/include/linux/netfilter_bridge/ebt_limit.h
  HDRINST usr/include/linux/netfilter_bridge/ebt_stp.h
  HDRINST usr/include/linux/netfilter_bridge/ebt_ip6.h
  HDRINST usr/include/linux/netfilter_bridge/ebt_arp.h
  HDRINST usr/include/linux/netfilter_bridge/ebt_mark_t.h
  HDRINST usr/include/linux/netfilter_bridge/ebt_802_3.h
  HDRINST usr/include/linux/netfilter_bridge/ebt_nat.h
  HDRINST usr/include/linux/ioam6_genl.h
  HDRINST usr/include/linux/nl80211.h
  HDRINST usr/include/linux/vbox_err.h
  HDRINST usr/include/linux/msdos_fs.h
  HDRINST usr/include/linux/pg.h
  HDRINST usr/include/linux/atmlec.h
  HDRINST usr/include/linux/fadvise.h
  HDRINST usr/include/linux/rkisp1-config.h
  HDRINST usr/include/linux/mtio.h
  HDRINST usr/include/linux/mei.h
  HDRINST usr/include/linux/media-bus-format.h
  HDRINST usr/include/linux/mmtimer.h
  HDRINST usr/include/linux/blktrace_api.h
  HDRINST usr/include/linux/zorro.h
  HDRINST usr/include/linux/serial_core.h
  HDRINST usr/include/linux/vm_sockets.h
  HDRINST usr/include/linux/rfkill.h
  HDRINST usr/include/linux/if_cablemodem.h
  HDRINST usr/include/linux/bfs_fs.h
  HDRINST usr/include/linux/virtio_mem.h
  HDRINST usr/include/linux/rio_mport_cdev.h
  HDRINST usr/include/linux/dma-buf.h
  HDRINST usr/include/linux/v4l2-subdev.h
  HDRINST usr/include/linux/auto_fs.h
  HDRINST usr/include/linux/sched/types.h
  HDRINST usr/include/linux/if_arp.h
  HDRINST usr/include/linux/dlmconstants.h
  HDRINST usr/include/linux/efs_fs_sb.h
  HDRINST usr/include/linux/smc_diag.h
  HDRINST usr/include/linux/reiserfs_xattr.h
  HDRINST usr/include/linux/pps.h
  HDRINST usr/include/linux/if_macsec.h
  HDRINST usr/include/linux/utime.h
  HDRINST usr/include/linux/mpls_iptunnel.h
  HDRINST usr/include/linux/genwqe/genwqe_card.h
  HDRINST usr/include/linux/v4l2-common.h
  HDRINST usr/include/linux/atm_eni.h
  HDRINST usr/include/linux/if_vlan.h
  HDRINST usr/include/linux/gfs2_ondisk.h
  HDRINST usr/include/linux/bpf_perf_event.h
  HDRINST usr/include/linux/netfilter_ipv6/ip6_tables.h
  HDRINST usr/include/linux/netfilter_ipv6/ip6t_frag.h
  HDRINST usr/include/linux/netfilter_ipv6/ip6t_rt.h
  HDRINST usr/include/linux/netfilter_ipv6/ip6t_ah.h
  HDRINST usr/include/linux/netfilter_ipv6/ip6t_LOG.h
  HDRINST usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h
  HDRINST usr/include/linux/netfilter_ipv6/ip6t_REJECT.h
  HDRINST usr/include/linux/netfilter_ipv6/ip6t_mh.h
  HDRINST usr/include/linux/netfilter_ipv6/ip6t_opts.h
  HDRINST usr/include/linux/netfilter_ipv6/ip6t_NPT.h
  HDRINST usr/include/linux/netfilter_ipv6/ip6t_srh.h
  HDRINST usr/include/linux/netfilter_ipv6/ip6t_HL.h
  HDRINST usr/include/linux/netfilter_ipv6/ip6t_hl.h
  HDRINST usr/include/linux/um_timetravel.h
  HDRINST usr/include/linux/mman.h
  HDRINST usr/include/linux/virtio_ring.h
  HDRINST usr/include/linux/watchdog.h
  HDRINST usr/include/linux/cn_proc.h
  HDRINST usr/include/linux/patchkey.h
  HDRINST usr/include/linux/bpqether.h
  HDRINST usr/include/linux/vmcore.h
  HDRINST usr/include/linux/if_pppol2tp.h
  HDRINST usr/include/linux/meye.h
  HDRINST usr/include/linux/bpf.h
  HDRINST usr/include/linux/if_pppox.h
  HDRINST usr/include/linux/cm4000_cs.h
  HDRINST usr/include/linux/serio.h
  HDRINST usr/include/linux/mdio.h
  HDRINST usr/include/linux/udf_fs_i.h
  HDRINST usr/include/linux/ppdev.h
  HDRINST usr/include/linux/cfm_bridge.h
  HDRINST usr/include/linux/xdp_diag.h
  HDRINST usr/include/linux/capability.h
  HDRINST usr/include/linux/mptcp.h
  HDRINST usr/include/linux/auto_fs4.h
  HDRINST usr/include/linux/sound.h
  HDRINST usr/include/linux/usbdevice_fs.h
  HDRINST usr/include/linux/sysctl.h
  HDRINST usr/include/linux/raid/md_p.h
  HDRINST usr/include/linux/raid/md_u.h
  HDRINST usr/include/linux/tiocl.h
  HDRINST usr/include/linux/romfs_fs.h
  HDRINST usr/include/linux/if_bonding.h
  HDRINST usr/include/linux/vsockmon.h
  HDRINST usr/include/linux/remoteproc_cdev.h
  HDRINST usr/include/linux/spi/spidev.h
  HDRINST usr/include/linux/spi/spi.h
  HDRINST usr/include/linux/v4l2-mediabus.h
  HDRINST usr/include/linux/rds.h
  HDRINST usr/include/linux/radeonfb.h
  HDRINST usr/include/linux/usbip.h
  HDRINST usr/include/linux/virtio_pmem.h
  HDRINST usr/include/linux/watch_queue.h
  HDRINST usr/include/linux/reiserfs_fs.h
  HDRINST usr/include/linux/vfio_ccw.h
  HDRINST usr/include/linux/pr.h
  HDRINST usr/include/linux/cramfs_fs.h
  HDRINST usr/include/linux/xfrm.h
  HDRINST usr/include/linux/pfkeyv2.h
  HDRINST usr/include/linux/kcmp.h
  HDRINST usr/include/linux/uio.h
  HDRINST usr/include/linux/byteorder/big_endian.h
  HDRINST usr/include/linux/byteorder/little_endian.h
  HDRINST usr/include/linux/stddef.h
  HDRINST usr/include/linux/cycx_cfm.h
  HDRINST usr/include/linux/ioprio.h
  HDRINST usr/include/linux/if_arcnet.h
  HDRINST usr/include/linux/lp.h
  HDRINST usr/include/linux/ultrasound.h
  HDRINST usr/include/linux/if_plip.h
  HDRINST usr/include/linux/param.h
  HDRINST usr/include/linux/cec-funcs.h
  HDRINST usr/include/linux/max2175.h
  HDRINST usr/include/linux/ccs.h
  HDRINST usr/include/linux/msg.h
  HDRINST usr/include/linux/dvb/video.h
  HDRINST usr/include/linux/dvb/version.h
  HDRINST usr/include/linux/dvb/ca.h
  HDRINST usr/include/linux/dvb/audio.h
  HDRINST usr/include/linux/dvb/frontend.h
  HDRINST usr/include/linux/dvb/net.h
  HDRINST usr/include/linux/dvb/dmx.h
  HDRINST usr/include/linux/dvb/osd.h
  HDRINST usr/include/linux/virtio_blk.h
  HDRINST usr/include/linux/firewire-cdev.h
  HDRINST usr/include/linux/edd.h
  HDRINST usr/include/linux/netfilter_bridge.h
  HDRINST usr/include/linux/if_ppp.h
  HDRINST usr/include/linux/android/binder.h
  HDRINST usr/include/linux/android/binderfs.h
  HDRINST usr/include/linux/if_infiniband.h
  HDRINST usr/include/linux/tipc_config.h
  HDRINST usr/include/linux/un.h
  HDRINST usr/include/linux/auto_dev-ioctl.h
  HDRINST usr/include/linux/udmabuf.h
  HDRINST usr/include/linux/xattr.h
  HDRINST usr/include/linux/virtio_fs.h
  HDRINST usr/include/linux/vhost_types.h
  HDRINST usr/include/linux/vbox_vmmdev_types.h
  HDRINST usr/include/linux/sock_diag.h
  HDRINST usr/include/linux/pktcdvd.h
  HDRINST usr/include/linux/ipsec.h
  HDRINST usr/include/linux/nfs_fs.h
  HDRINST usr/include/linux/ioam6.h
  HDRINST usr/include/linux/icmp.h
  HDRINST usr/include/linux/sonypi.h
  HDRINST usr/include/linux/arm_sdei.h
  HDRINST usr/include/linux/batadv_packet.h
  HDRINST usr/include/linux/wwan.h
  HDRINST usr/include/linux/dlm.h
  HDRINST usr/include/linux/securebits.h
  HDRINST usr/include/linux/fs.h
  HDRINST usr/include/linux/nfs3.h
  HDRINST usr/include/linux/random.h
  HDRINST usr/include/linux/virtio_pci.h
  HDRINST usr/include/linux/if_slip.h
  HDRINST usr/include/linux/tipc_sockets_diag.h
  HDRINST usr/include/linux/f2fs.h
  HDRINST usr/include/linux/net_tstamp.h
  HDRINST usr/include/linux/string.h
  HDRINST usr/include/linux/kernelcapi.h
  HDRINST usr/include/linux/psci.h
  HDRINST usr/include/linux/misc/bcm_vk.h
  HDRINST usr/include/linux/dlm_netlink.h
  HDRINST usr/include/linux/falloc.h
  HDRINST usr/include/linux/qnx4_fs.h
  HDRINST usr/include/linux/netdevice.h
  HDRINST usr/include/linux/rpl.h
  HDRINST usr/include/linux/ppp-ioctl.h
  HDRINST usr/include/linux/joystick.h
  HDRINST usr/include/linux/if_addr.h
  HDRINST usr/include/linux/wireless.h
  HDRINST usr/include/linux/route.h
  HDRINST usr/include/linux/virtio_gpu.h
  HDRINST usr/include/linux/in.h
  HDRINST usr/include/linux/mrp_bridge.h
  HDRINST usr/include/linux/gen_stats.h
  HDRINST usr/include/linux/atmarp.h
  HDRINST usr/include/linux/landlock.h
  HDRINST usr/include/linux/fsverity.h
  HDRINST usr/include/linux/vm_sockets_diag.h
  HDRINST usr/include/linux/inotify.h
  HDRINST usr/include/linux/dccp.h
  HDRINST usr/include/linux/tcp_metrics.h
  HDRINST usr/include/linux/atm_nicstar.h
  HDRINST usr/include/linux/videodev2.h
  HDRINST usr/include/linux/devlink.h
  HDRINST usr/include/linux/virtio_gpio.h
  HDRINST usr/include/linux/seg6_genl.h
  HDRINST usr/include/linux/hsi/hsi_char.h
  HDRINST usr/include/linux/hsi/cs-protocol.h
  HDRINST usr/include/linux/hidraw.h
  HDRINST usr/include/linux/bt-bmc.h
  HDRINST usr/include/linux/net_namespace.h
  HDRINST usr/include/linux/gtp.h
  HDRINST usr/include/linux/atmdev.h
  HDRINST usr/include/linux/virtio_ids.h
  HDRINST usr/include/linux/isdn/capicmd.h
  HDRINST usr/include/linux/mount.h
  HDRINST usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h
  HDRINST usr/include/linux/netfilter_ipv4/ipt_REJECT.h
  HDRINST usr/include/linux/netfilter_ipv4/ipt_ttl.h
  HDRINST usr/include/linux/netfilter_ipv4/ipt_LOG.h
  HDRINST usr/include/linux/netfilter_ipv4/ipt_ah.h
  HDRINST usr/include/linux/netfilter_ipv4/ip_tables.h
  HDRINST usr/include/linux/netfilter_ipv4/ipt_ecn.h
  HDRINST usr/include/linux/netfilter_ipv4/ipt_TTL.h
  HDRINST usr/include/linux/netfilter_ipv4/ipt_ECN.h
  HDRINST usr/include/linux/auxvec.h
  HDRINST usr/include/linux/kernel.h
  HDRINST usr/include/linux/virtio_mmio.h
  HDRINST usr/include/linux/nfs_idmap.h
  HDRINST usr/include/linux/ax25.h
  HDRINST usr/include/linux/mroute.h
  HDRINST usr/include/linux/fcntl.h
  HDRINST usr/include/linux/qrtr.h
  HDRINST usr/include/linux/batman_adv.h
  HDRINST usr/include/linux/xilinx-v4l2-controls.h
  HDRINST usr/include/linux/ioam6_iptunnel.h
  HDRINST usr/include/linux/i2c-dev.h
  HDRINST usr/include/linux/binfmts.h
  HDRINST usr/include/linux/virtio_snd.h
  HDRINST usr/include/linux/snmp.h
  HDRINST usr/include/linux/inet_diag.h
  HDRINST usr/include/linux/screen_info.h
  HDRINST usr/include/linux/virtio_balloon.h
  HDRINST usr/include/linux/shm.h
  HDRINST usr/include/linux/omap3isp.h
  HDRINST usr/include/linux/virtio_bt.h
  HDRINST usr/include/linux/rxrpc.h
  HDRINST usr/include/linux/l2tp.h
  HDRINST usr/include/linux/map_to_7segment.h
  HDRINST usr/include/linux/atm_idt77105.h
  HDRINST usr/include/linux/phonet.h
  HDRINST usr/include/linux/userio.h
  HDRINST usr/include/linux/virtio_types.h
  HDRINST usr/include/linux/psample.h
  HDRINST usr/include/linux/fiemap.h
  HDRINST usr/include/linux/quota.h
  HDRINST usr/include/linux/mii.h
  HDRINST usr/include/linux/serial.h
  HDRINST usr/include/linux/limits.h
  HDRINST usr/include/linux/ioctl.h
  HDRINST usr/include/linux/termios.h
  HDRINST usr/include/linux/kdev_t.h
  HDRINST usr/include/linux/genetlink.h
  HDRINST usr/include/linux/kd.h
  HDRINST usr/include/linux/signal.h
  HDRINST usr/include/linux/nilfs2_ondisk.h
  HDRINST usr/include/linux/net_dropmon.h
  HDRINST usr/include/linux/nfs2.h
  HDRINST usr/include/linux/sysinfo.h
  HDRINST usr/include/linux/btrfs_tree.h
  HDRINST usr/include/linux/errno.h
  HDRINST usr/include/linux/bpfilter.h
  HDRINST usr/include/linux/atmapi.h
  HDRINST usr/include/linux/gpio.h
  HDRINST usr/include/linux/pidfd.h
  HDRINST usr/include/linux/tls.h
  HDRINST usr/include/linux/types.h
  HDRINST usr/include/linux/omapfb.h
  HDRINST usr/include/linux/cxl_mem.h
  HDRINST usr/include/linux/nfsd/export.h
  HDRINST usr/include/linux/nfsd/nfsfh.h
  HDRINST usr/include/linux/nfsd/cld.h
  HDRINST usr/include/linux/nfsd/debug.h
  HDRINST usr/include/linux/nfsd/stats.h
  HDRINST usr/include/linux/atmclip.h
  HDRINST usr/include/linux/blkpg.h
  HDRINST usr/include/linux/nfs4_mount.h
  HDRINST usr/include/linux/wmi.h
  HDRINST usr/include/linux/atmsvc.h
  HDRINST usr/include/linux/adfs_fs.h
  HDRINST usr/include/linux/module.h
  HDRINST usr/include/linux/nbd.h
  HDRINST usr/include/linux/vhost.h
  HDRINST usr/include/linux/x25.h
  HDRINST usr/include/linux/reboot.h
  HDRINST usr/include/linux/vduse.h
  HDRINST usr/include/linux/aio_abi.h
  HDRINST usr/include/linux/caif/if_caif.h
  HDRINST usr/include/linux/caif/caif_socket.h
  HDRINST usr/include/linux/selinux_netlink.h
  HDRINST usr/include/linux/ethtool.h
  HDRINST usr/include/linux/if_link.h
  HDRINST usr/include/linux/io_uring.h
  HDRINST usr/include/linux/ipmi_bmc.h
  HDRINST usr/include/linux/virtio_crypto.h
  HDRINST usr/include/linux/pci.h
  HDRINST usr/include/linux/hdlcdrv.h
  HDRINST usr/include/linux/connector.h
  HDRINST usr/include/linux/netfilter_decnet.h
  HDRINST usr/include/linux/hid.h
  HDRINST usr/include/linux/tcp.h
  HDRINST usr/include/linux/wait.h
  HDRINST usr/include/linux/if_phonet.h
  HDRINST usr/include/linux/hyperv.h
  HDRINST usr/include/linux/chio.h
  HDRINST usr/include/linux/loop.h
  HDRINST usr/include/linux/pcitest.h
  HDRINST usr/include/linux/tc_act/tc_ipt.h
  HDRINST usr/include/linux/tc_act/tc_gate.h
  HDRINST usr/include/linux/tc_act/tc_vlan.h
  HDRINST usr/include/linux/tc_act/tc_connmark.h
  HDRINST usr/include/linux/tc_act/tc_pedit.h
  HDRINST usr/include/linux/tc_act/tc_skbedit.h
  HDRINST usr/include/linux/tc_act/tc_csum.h
  HDRINST usr/include/linux/tc_act/tc_ife.h
  HDRINST usr/include/linux/tc_act/tc_sample.h
  HDRINST usr/include/linux/tc_act/tc_gact.h
  HDRINST usr/include/linux/tc_act/tc_tunnel_key.h
  HDRINST usr/include/linux/tc_act/tc_mpls.h
  HDRINST usr/include/linux/tc_act/tc_mirred.h
  HDRINST usr/include/linux/tc_act/tc_ctinfo.h
  HDRINST usr/include/linux/tc_act/tc_nat.h
  HDRINST usr/include/linux/tc_act/tc_skbmod.h
  HDRINST usr/include/linux/tc_act/tc_bpf.h
  HDRINST usr/include/linux/tc_act/tc_ct.h
  HDRINST usr/include/linux/tc_act/tc_defact.h
  HDRINST usr/include/linux/ipmi_msgdefs.h
  HDRINST usr/include/linux/membarrier.h
  HDRINST usr/include/linux/tipc_netlink.h
  HDRINST usr/include/linux/time.h
  HDRINST usr/include/linux/virtio_pcidev.h
  HDRINST usr/include/linux/a.out.h
  HDRINST usr/include/linux/fanotify.h
  HDRINST usr/include/linux/rtnetlink.h
  HDRINST usr/include/linux/audit.h
  HDRINST usr/include/linux/v4l2-controls.h
  HDRINST usr/include/linux/veth.h
  HDRINST usr/include/linux/affs_hardblocks.h
  HDRINST usr/include/linux/openat2.h
  HDRINST usr/include/linux/elf-em.h
  HDRINST usr/include/linux/cdrom.h
  HDRINST usr/include/linux/seg6.h
  HDRINST usr/include/linux/nfsacl.h
  HDRINST usr/include/linux/kexec.h
  HDRINST usr/include/linux/ipmi.h
  HDRINST usr/include/linux/if_addrlabel.h
  HDRINST usr/include/linux/virtio_9p.h
  HDRINST usr/include/linux/ipv6.h
  HDRINST usr/include/linux/atmsap.h
  HDRINST usr/include/linux/iio/types.h
  HDRINST usr/include/linux/iio/buffer.h
  HDRINST usr/include/linux/iio/events.h
  HDRINST usr/include/linux/matroxfb.h
  HDRINST usr/include/linux/aspeed-lpc-ctrl.h
  HDRINST usr/include/linux/posix_acl.h
  HDRINST usr/include/linux/if_team.h
  HDRINST usr/include/linux/rpl_iptunnel.h
  HDRINST usr/include/linux/futex.h
  HDRINST usr/include/linux/i2c.h
  HDRINST usr/include/linux/ncsi.h
  HDRINST usr/include/linux/input.h
  HDRINST usr/include/linux/i2o-dev.h
  HDRINST usr/include/linux/lwtunnel.h
  HDRINST usr/include/linux/prctl.h
  HDRINST usr/include/linux/virtio_scmi.h
  HDRINST usr/include/linux/netfilter_ipv6.h
  HDRINST usr/include/linux/gameport.h
  HDRINST usr/include/linux/ipv6_route.h
  HDRINST usr/include/linux/irqnr.h
  HDRINST usr/include/linux/sctp.h
  HDRINST usr/include/linux/atm_tcp.h
  HDRINST usr/include/linux/nvram.h
  HDRINST usr/include/linux/media.h
  HDRINST usr/include/linux/llc.h
  HDRINST usr/include/linux/lirc.h
  HDRINST usr/include/linux/tipc.h
  HDRINST usr/include/linux/if_tunnel.h
  HDRINST usr/include/linux/apm_bios.h
  HDRINST usr/include/linux/target_core_user.h
  HDRINST usr/include/linux/nfs_mount.h
  HDRINST usr/include/linux/in6.h
  HDRINST usr/include/linux/nilfs2_api.h
  HDRINST usr/include/linux/ife.h
  HDRINST usr/include/linux/openvswitch.h
  HDRINST usr/include/linux/erspan.h
  HDRINST usr/include/linux/ptp_clock.h
  HDRINST usr/include/linux/uvcvideo.h
  HDRINST usr/include/linux/toshiba.h
  HDRINST usr/include/linux/major.h
  HDRINST usr/include/linux/bcm933xx_hcs.h
  HDRINST usr/include/linux/tty_flags.h
  HDRINST usr/include/linux/hdlc.h
  HDRINST usr/include/linux/mroute6.h
  HDRINST usr/include/linux/times.h
  HDRINST usr/include/linux/dqblk_xfs.h
  HDRINST usr/include/linux/swab.h
  HDRINST usr/include/linux/kvm_para.h
  HDRINST usr/include/linux/scif_ioctl.h
  HDRINST usr/include/linux/atm.h
  HDRINST usr/include/linux/ip6_tunnel.h
  HDRINST usr/include/linux/zorro_ids.h
  HDRINST usr/include/linux/net.h
  HDRINST usr/include/linux/if_tun.h
  HDRINST usr/include/linux/nexthop.h
  HDRINST usr/include/linux/vfio.h
  HDRINST usr/include/linux/unix_diag.h
  HDRINST usr/include/linux/in_route.h
  HDRINST usr/include/linux/sync_file.h
  HDRINST usr/include/linux/nubus.h
  HDRINST usr/include/linux/filter.h
  HDRINST usr/include/linux/qnxtypes.h
  HDRINST usr/include/linux/ethtool_netlink.h
  HDRINST usr/include/linux/btrfs.h
  HDRINST usr/include/linux/synclink.h
  HDRINST usr/include/linux/fsl_hypervisor.h
  HDRINST usr/include/linux/atalk.h
  HDRINST usr/include/linux/hdlc/ioctl.h
  HDRINST usr/include/linux/if_packet.h
  HDRINST usr/include/linux/blkzoned.h
  HDRINST usr/include/linux/rtc.h
  HDRINST usr/include/linux/uinput.h
  HDRINST usr/include/linux/const.h
  HDRINST usr/include/linux/fib_rules.h
  HDRINST usr/include/linux/input-event-codes.h
  HDRINST usr/include/linux/nbd-netlink.h
  HDRINST usr/include/linux/virtio_rng.h
  HDRINST usr/include/linux/netlink.h
  HDRINST usr/include/linux/atm_zatm.h
  HDRINST usr/include/linux/seg6_hmac.h
  HDRINST usr/include/linux/pmu.h
  HDRINST usr/include/linux/unistd.h
  HDRINST usr/include/linux/arcfb.h
  HDRINST usr/include/linux/fb.h
  HDRINST usr/include/linux/nfc.h
  HDRINST usr/include/linux/igmp.h
  HDRINST usr/include/linux/dn.h
  HDRINST usr/include/linux/elf-fdpic.h
  HDRINST usr/include/linux/atmbr2684.h
  HDRINST usr/include/linux/smc.h
  HDRINST usr/include/linux/neighbour.h
  HDRINST usr/include/linux/scc.h
  HDRINST usr/include/linux/firewire-constants.h
  HDRINST usr/include/linux/bsg.h
  HDRINST usr/include/linux/netfilter_ipv4.h
  HDRINST usr/include/linux/netfilter_arp.h
  HDRINST usr/include/linux/netrom.h
  HDRINST usr/include/linux/resource.h
  HDRINST usr/include/linux/dm-ioctl.h
  HDRINST usr/include/linux/uleds.h
  HDRINST usr/include/linux/taskstats.h
  HDRINST usr/include/linux/smiapp.h
  HDRINST usr/include/linux/ndctl.h
  HDRINST usr/include/linux/cec.h
  HDRINST usr/include/linux/am437x-vpfe.h
  HDRINST usr/include/linux/dns_resolver.h
  HDRINST usr/include/linux/memfd.h
  HDRINST usr/include/linux/cgroupstats.h
  HDRINST usr/include/linux/netfilter.h
  HDRINST usr/include/linux/hpet.h
  HDRINST usr/include/linux/if_eql.h
  HDRINST usr/include/linux/posix_acl_xattr.h
  HDRINST usr/include/linux/mempolicy.h
  HDRINST usr/include/linux/ipc.h
  HDRINST usr/include/linux/userfaultfd.h
  HDRINST usr/include/linux/fuse.h
  HDRINST usr/include/linux/can/j1939.h
  HDRINST usr/include/linux/can/bcm.h
  HDRINST usr/include/linux/can/vxcan.h
  HDRINST usr/include/linux/can/raw.h
  HDRINST usr/include/linux/can/error.h
  HDRINST usr/include/linux/can/isotp.h
  HDRINST usr/include/linux/can/gw.h
  HDRINST usr/include/linux/can/netlink.h
  HDRINST usr/include/linux/acrn.h
  HDRINST usr/include/linux/cciss_defs.h
  HDRINST usr/include/linux/perf_event.h
  HDRINST usr/include/linux/serial_reg.h
  HDRINST usr/include/linux/keyctl.h
  HDRINST usr/include/linux/iso_fs.h
  HDRINST usr/include/linux/close_range.h
  HDRINST usr/include/linux/kernel-page-flags.h
  HDRINST usr/include/linux/netfilter/xt_cgroup.h
  HDRINST usr/include/linux/netfilter/xt_mac.h
  HDRINST usr/include/linux/netfilter/xt_DSCP.h
  HDRINST usr/include/linux/netfilter/nfnetlink_acct.h
  HDRINST usr/include/linux/netfilter/xt_SYNPROXY.h
  HDRINST usr/include/linux/netfilter/nf_conntrack_common.h
  HDRINST usr/include/linux/netfilter/xt_iprange.h
  HDRINST usr/include/linux/netfilter/xt_esp.h
  HDRINST usr/include/linux/netfilter/xt_u32.h
  HDRINST usr/include/linux/netfilter/xt_CT.h
  HDRINST usr/include/linux/netfilter/nfnetlink_cthelper.h
  HDRINST usr/include/linux/netfilter/xt_rateest.h
  HDRINST usr/include/linux/netfilter/xt_rpfilter.h
  HDRINST usr/include/linux/netfilter/xt_owner.h
  HDRINST usr/include/linux/netfilter/xt_RATEEST.h
  HDRINST usr/include/linux/netfilter/xt_cluster.h
  HDRINST usr/include/linux/netfilter/xt_nfacct.h
  HDRINST usr/include/linux/netfilter/xt_ipcomp.h
  HDRINST usr/include/linux/netfilter/xt_SECMARK.h
  HDRINST usr/include/linux/netfilter/xt_statistic.h
  HDRINST usr/include/linux/netfilter/xt_state.h
  HDRINST usr/include/linux/netfilter/xt_LOG.h
  HDRINST usr/include/linux/netfilter/xt_realm.h
  HDRINST usr/include/linux/netfilter/nf_conntrack_ftp.h
  HDRINST usr/include/linux/netfilter/xt_CONNSECMARK.h
  HDRINST usr/include/linux/netfilter/xt_LED.h
  HDRINST usr/include/linux/netfilter/xt_NFQUEUE.h
  HDRINST usr/include/linux/netfilter/xt_mark.h
  HDRINST usr/include/linux/netfilter/xt_policy.h
  HDRINST usr/include/linux/netfilter/xt_tcpudp.h
  HDRINST usr/include/linux/netfilter/nf_log.h
  HDRINST usr/include/linux/netfilter/xt_ecn.h
  HDRINST usr/include/linux/netfilter/ipset/ip_set_list.h
  HDRINST usr/include/linux/netfilter/ipset/ip_set.h
  HDRINST usr/include/linux/netfilter/ipset/ip_set_hash.h
  HDRINST usr/include/linux/netfilter/ipset/ip_set_bitmap.h
  HDRINST usr/include/linux/netfilter/nf_synproxy.h
  HDRINST usr/include/linux/netfilter/xt_devgroup.h
  HDRINST usr/include/linux/netfilter/xt_set.h
  HDRINST usr/include/linux/netfilter/xt_comment.h
  HDRINST usr/include/linux/netfilter/xt_string.h
  HDRINST usr/include/linux/netfilter/xt_helper.h
  HDRINST usr/include/linux/netfilter/xt_osf.h
  HDRINST usr/include/linux/netfilter/xt_recent.h
  HDRINST usr/include/linux/netfilter/nfnetlink_queue.h
  HDRINST usr/include/linux/netfilter/nf_conntrack_sctp.h
  HDRINST usr/include/linux/netfilter/xt_pkttype.h
  HDRINST usr/include/linux/netfilter/xt_TCPMSS.h
  HDRINST usr/include/linux/netfilter/nfnetlink_log.h
  HDRINST usr/include/linux/netfilter/xt_NFLOG.h
  HDRINST usr/include/linux/netfilter/xt_connbytes.h
  HDRINST usr/include/linux/netfilter/xt_CLASSIFY.h
  HDRINST usr/include/linux/netfilter/xt_hashlimit.h
  HDRINST usr/include/linux/netfilter/xt_AUDIT.h
  HDRINST usr/include/linux/netfilter/xt_connlimit.h
  HDRINST usr/include/linux/netfilter/nfnetlink_osf.h
  HDRINST usr/include/linux/netfilter/nf_tables_compat.h
  HDRINST usr/include/linux/netfilter/xt_ipvs.h
  HDRINST usr/include/linux/netfilter/xt_sctp.h
  HDRINST usr/include/linux/netfilter/xt_addrtype.h
  HDRINST usr/include/linux/netfilter/xt_cpu.h
  HDRINST usr/include/linux/netfilter/xt_l2tp.h
  HDRINST usr/include/linux/netfilter/xt_length.h
  HDRINST usr/include/linux/netfilter/nfnetlink_cttimeout.h
  HDRINST usr/include/linux/netfilter/xt_time.h
  HDRINST usr/include/linux/netfilter/xt_CONNMARK.h
  HDRINST usr/include/linux/netfilter/xt_physdev.h
  HDRINST usr/include/linux/netfilter/xt_multiport.h
  HDRINST usr/include/linux/netfilter/xt_bpf.h
  HDRINST usr/include/linux/netfilter/xt_MARK.h
  HDRINST usr/include/linux/netfilter/xt_limit.h
  HDRINST usr/include/linux/netfilter/xt_IDLETIMER.h
  HDRINST usr/include/linux/netfilter/xt_tcpmss.h
  HDRINST usr/include/linux/netfilter/xt_connlabel.h
  HDRINST usr/include/linux/netfilter/nf_nat.h
  HDRINST usr/include/linux/netfilter/xt_HMARK.h
  HDRINST usr/include/linux/netfilter/xt_connmark.h
  HDRINST usr/include/linux/netfilter/nfnetlink_conntrack.h
  HDRINST usr/include/linux/netfilter/x_tables.h
  HDRINST usr/include/linux/netfilter/xt_dccp.h
  HDRINST usr/include/linux/netfilter/xt_CHECKSUM.h
  HDRINST usr/include/linux/netfilter/nf_tables.h
  HDRINST usr/include/linux/netfilter/xt_TEE.h
  HDRINST usr/include/linux/netfilter/xt_dscp.h
  HDRINST usr/include/linux/netfilter/xt_TPROXY.h
  HDRINST usr/include/linux/netfilter/nfnetlink.h
  HDRINST usr/include/linux/netfilter/nfnetlink_compat.h
  HDRINST usr/include/linux/netfilter/xt_quota.h
  HDRINST usr/include/linux/netfilter/nfnetlink_hook.h
  HDRINST usr/include/linux/netfilter/nf_conntrack_tcp.h
  HDRINST usr/include/linux/netfilter/nf_conntrack_tuple_common.h
  HDRINST usr/include/linux/netfilter/xt_conntrack.h
  HDRINST usr/include/linux/netfilter/xt_TCPOPTSTRIP.h
  HDRINST usr/include/linux/netfilter/xt_socket.h
  HDRINST usr/include/linux/vboxguest.h
  HDRINST usr/include/linux/mpls.h
  HDRINST usr/include/linux/wireguard.h
  HDRINST usr/include/linux/coff.h
  HDRINST usr/include/linux/agpgart.h
  HDRINST usr/include/linux/rpmsg_types.h
  HDRINST usr/include/linux/if_bridge.h
  HDRINST usr/include/linux/icmpv6.h
  HDRINST usr/include/linux/uhid.h
  HDRINST usr/include/linux/ptrace.h
  HDRINST usr/include/linux/magic.h
  HDRINST usr/include/linux/kcm.h
  HDRINST usr/include/linux/phantom.h
  HDRINST usr/include/linux/surface_aggregator/dtx.h
  HDRINST usr/include/linux/surface_aggregator/cdev.h
  HDRINST usr/include/linux/packet_diag.h
  HDRINST usr/include/linux/virtio_console.h
  HDRINST usr/include/linux/dma-heap.h
  HDRINST usr/include/linux/suspend_ioctls.h
  HDRINST usr/include/linux/nl80211-vnd-intel.h
  HDRINST usr/include/linux/keyboard.h
  HDRINST usr/include/linux/pkt_cls.h
  HDRINST usr/include/linux/acct.h
  HDRINST usr/include/linux/ivtvfb.h
  HDRINST usr/include/linux/jffs2.h
  HDRINST usr/include/linux/netfilter_arp/arp_tables.h
  HDRINST usr/include/linux/netfilter_arp/arpt_mangle.h
  HDRINST usr/include/linux/capi.h
  HDRINST usr/include/linux/oom.h
  HDRINST usr/include/linux/fsmap.h
  HDRINST usr/include/linux/fscrypt.h
  HDRINST usr/include/linux/virtio_config.h
  HDRINST usr/include/linux/baycom.h
  HDRINST usr/include/linux/tc_ematch/tc_em_ipt.h
  HDRINST usr/include/linux/tc_ematch/tc_em_nbyte.h
  HDRINST usr/include/linux/tc_ematch/tc_em_text.h
  HDRINST usr/include/linux/tc_ematch/tc_em_cmp.h
  HDRINST usr/include/linux/tc_ematch/tc_em_meta.h
  HDRINST usr/include/linux/sunrpc/debug.h
  HDRINST usr/include/linux/fsl_mc.h
  HDRINST usr/include/linux/btf.h
  HDRINST usr/include/linux/ip_vs.h
  HDRINST usr/include/linux/timerfd.h
  HDRINST usr/include/linux/thermal.h
  HDRINST usr/include/linux/stm.h
  HDRINST usr/include/linux/mqueue.h
  HDRINST usr/include/linux/if_ltalk.h
  HDRINST usr/include/linux/virtio_input.h
  HDRINST usr/include/linux/rseq.h
  HDRINST usr/include/linux/if_x25.h
  HDRINST usr/include/linux/if_fc.h
  HDRINST usr/include/linux/vtpm_proxy.h
  HDRINST usr/include/linux/hiddev.h
  HDRINST usr/include/linux/nitro_enclaves.h
  HDRINST usr/include/linux/socket.h
  HDRINST usr/include/linux/isst_if.h
  HDRINST usr/include/linux/mctp.h
  HDRINST usr/include/linux/dlm_plock.h
  HDRINST usr/include/linux/tee.h
  HDRINST usr/include/linux/if_xdp.h
  HDRINST usr/include/linux/atmioc.h
  HDRINST usr/include/linux/cuda.h
  HDRINST usr/include/linux/i8k.h
  HDRINST usr/include/linux/hsr_netlink.h
  HDRINST usr/include/linux/utsname.h
  HDRINST usr/include/linux/hash_info.h
  HDRINST usr/include/linux/switchtec_ioctl.h
  HDRINST usr/include/linux/v4l2-dv-timings.h
  HDRINST usr/include/linux/seccomp.h
  HDRINST usr/include/linux/kcov.h
  HDRINST usr/include/linux/kvm.h
  HDRINST usr/include/linux/hw_breakpoint.h
  HDRINST usr/include/linux/atmmpc.h
  HDRINST usr/include/linux/tty.h
  HDRINST usr/include/linux/can.h
  HDRINST usr/include/linux/ivtv.h
  HDRINST usr/include/linux/cciss_ioctl.h
  HDRINST usr/include/linux/fd.h
  HDRINST usr/include/linux/cryptouser.h
  HDRINST usr/include/linux/ppp_defs.h
  HDRINST usr/include/linux/vfio_zdev.h
  HDRINST usr/include/linux/virtio_scsi.h
  HDRINST usr/include/linux/sched.h
  HDRINST usr/include/linux/virtio_i2c.h
  HDRINST usr/include/linux/virtio_iommu.h
  HDRINST usr/include/linux/posix_types.h
  HDRINST usr/include/linux/signalfd.h
  HDRINST usr/include/linux/minix_fs.h
  HDRINST usr/include/linux/eventpoll.h
  HDRINST usr/include/linux/coda.h
  HDRINST usr/include/linux/seg6_iptunnel.h
  HDRINST usr/include/linux/if.h
  HDRINST usr/include/linux/fpga-dfl.h
  HDRINST usr/include/linux/vdpa.h
  HDRINST usr/include/linux/coresight-stm.h
  HDRINST usr/include/linux/netconf.h
  HDRINST usr/include/linux/cifs/cifs_mount.h
  HDRINST usr/include/linux/cifs/cifs_netlink.h
  HDRINST usr/include/linux/seg6_local.h
  HDRINST usr/include/linux/rio_cm_cdev.h
  HDRINST usr/include/linux/elf.h
  HDRINST usr/include/linux/qemu_fw_cfg.h
  HDRINST usr/include/linux/pci_regs.h
  HDRINST usr/include/linux/ip.h
  HDRINST usr/include/linux/bpf_common.h
  HDRINST usr/include/linux/atmppp.h
  HDRINST usr/include/linux/iommu.h
  HDRINST usr/include/linux/virtio_vsock.h
  HDRINST usr/include/linux/poll.h
  HDRINST usr/include/linux/hdreg.h
  HDRINST usr/include/linux/ila.h
  HDRINST usr/include/linux/nfs4.h
  HDRINST usr/include/linux/stat.h
  HDRINST usr/include/linux/if_hippi.h
  HDRINST usr/include/linux/aspeed-p2a-ctrl.h
  HDRINST usr/include/linux/uuid.h
  HDRINST usr/include/linux/sem.h
  HDRINST usr/include/linux/rose.h
  HDRINST usr/include/linux/sed-opal.h
  HDRINST usr/include/linux/fdreg.h
  HDRINST usr/include/linux/kfd_ioctl.h
  HDRINST usr/include/linux/vt.h
  HDRINST usr/include/linux/time_types.h
  HDRINST usr/include/linux/fou.h
  HDRINST usr/include/linux/psp-sev.h
  HDRINST usr/include/linux/dcbnl.h
  HDRINST usr/include/linux/virtio_net.h
  HDRINST usr/include/linux/rpmsg.h
  HDRINST usr/include/linux/atm_he.h
  HDRINST usr/include/sound/sb16_csp.h
  HDRINST usr/include/sound/snd_sst_tokens.h
  HDRINST usr/include/sound/skl-tplg-interface.h
  HDRINST usr/include/sound/emu10k1.h
  HDRINST usr/include/sound/asound_fm.h
  HDRINST usr/include/sound/sof/tokens.h
  HDRINST usr/include/sound/sof/header.h
  HDRINST usr/include/sound/sof/abi.h
  HDRINST usr/include/sound/sof/fw.h
  HDRINST usr/include/sound/asound.h
  HDRINST usr/include/sound/compress_params.h
  HDRINST usr/include/sound/asoc.h
  HDRINST usr/include/sound/hdsp.h
  HDRINST usr/include/sound/firewire.h
  HDRINST usr/include/sound/sfnt_info.h
  HDRINST usr/include/sound/tlv.h
  HDRINST usr/include/sound/asequencer.h
  HDRINST usr/include/sound/usb_stream.h
  HDRINST usr/include/sound/compress_offload.h
  HDRINST usr/include/sound/hdspm.h
  HDRINST usr/include/scsi/scsi_netlink_fc.h
  HDRINST usr/include/scsi/scsi_bsg_fc.h
  HDRINST usr/include/scsi/scsi_bsg_ufs.h
  HDRINST usr/include/scsi/cxlflash_ioctl.h
  HDRINST usr/include/scsi/fc/fc_ns.h
  HDRINST usr/include/scsi/fc/fc_els.h
  HDRINST usr/include/scsi/fc/fc_fs.h
  HDRINST usr/include/scsi/fc/fc_gs.h
  HDRINST usr/include/scsi/scsi_netlink.h
  HDRINST usr/include/linux/version.h
  HDRINST usr/include/asm/posix_types_x32.h
  HDRINST usr/include/asm/sembuf.h
  HDRINST usr/include/asm/mman.h
  HDRINST usr/include/asm/svm.h
  HDRINST usr/include/asm/byteorder.h
  HDRINST usr/include/asm/shmbuf.h
  HDRINST usr/include/asm/siginfo.h
  HDRINST usr/include/asm/mtrr.h
  HDRINST usr/include/asm/vmx.h
  HDRINST usr/include/asm/perf_regs.h
  HDRINST usr/include/asm/hwcap2.h
  HDRINST usr/include/asm/auxvec.h
  HDRINST usr/include/asm/mce.h
  HDRINST usr/include/asm/ist.h
  HDRINST usr/include/asm/signal.h
  HDRINST usr/include/asm/sigcontext32.h
  HDRINST usr/include/asm/posix_types_64.h
  HDRINST usr/include/asm/msgbuf.h
  HDRINST usr/include/asm/debugreg.h
  HDRINST usr/include/asm/processor-flags.h
  HDRINST usr/include/asm/a.out.h
  HDRINST usr/include/asm/kvm_perf.h
  HDRINST usr/include/asm/statfs.h
  HDRINST usr/include/asm/prctl.h
  HDRINST usr/include/asm/swab.h
  HDRINST usr/include/asm/kvm_para.h
  HDRINST usr/include/asm/sgx.h
  HDRINST usr/include/asm/unistd.h
  HDRINST usr/include/asm/bitsperlong.h
  HDRINST usr/include/asm/vsyscall.h
  HDRINST usr/include/asm/sigcontext.h
  HDRINST usr/include/asm/bootparam.h
  HDRINST usr/include/asm/ptrace.h
  HDRINST usr/include/asm/setup.h
  HDRINST usr/include/asm/ucontext.h
  HDRINST usr/include/asm/ptrace-abi.h
  HDRINST usr/include/asm/e820.h
  HDRINST usr/include/asm/kvm.h
  HDRINST usr/include/asm/hw_breakpoint.h
  HDRINST usr/include/asm/ldt.h
  HDRINST usr/include/asm/vm86.h
  HDRINST usr/include/asm/posix_types.h
  HDRINST usr/include/asm/msr.h
  HDRINST usr/include/asm/stat.h
  HDRINST usr/include/asm/posix_types_32.h
  HDRINST usr/include/asm/boot.h
  HDRINST usr/include/asm/unistd_x32.h
  HDRINST usr/include/asm/unistd_64.h
  HDRINST usr/include/asm/unistd_32.h
  HDRINST usr/include/asm/types.h
  HDRINST usr/include/asm/termios.h
  HDRINST usr/include/asm/termbits.h
  HDRINST usr/include/asm/sockios.h
  HDRINST usr/include/asm/socket.h
  HDRINST usr/include/asm/resource.h
  HDRINST usr/include/asm/poll.h
  HDRINST usr/include/asm/param.h
  HDRINST usr/include/asm/ipcbuf.h
  HDRINST usr/include/asm/ioctls.h
  HDRINST usr/include/asm/ioctl.h
  HDRINST usr/include/asm/fcntl.h
  HDRINST usr/include/asm/errno.h
  HDRINST usr/include/asm/bpf_perf_event.h
  INSTALL ./usr/include
make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43'
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    reuseport_bpf.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/reuseport_bpf
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    reuseport_bpf_cpu.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/reuseport_bpf_cpu
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    reuseport_bpf_numa.c -lnuma -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/reuseport_bpf_numa
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    reuseport_dualstack.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/reuseport_dualstack
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    reuseaddr_conflict.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/reuseaddr_conflict
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    socket.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/socket
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    nettest.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/nettest
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    psock_fanout.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/psock_fanout
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    psock_tpacket.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/psock_tpacket
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    msg_zerocopy.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/msg_zerocopy
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    reuseport_addr_any.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/reuseport_addr_any
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    tcp_mmap.c -lpthread -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/tcp_mmap
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    tcp_inq.c -lpthread -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/tcp_inq
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    psock_snd.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/psock_snd
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    txring_overwrite.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/txring_overwrite
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    udpgso.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/udpgso
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    udpgso_bench_tx.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/udpgso_bench_tx
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    udpgso_bench_rx.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/udpgso_bench_rx
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    ip_defrag.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/ip_defrag
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    so_txtime.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/so_txtime
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    ipv6_flowlabel.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/ipv6_flowlabel
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    ipv6_flowlabel_mgr.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/ipv6_flowlabel_mgr
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    so_netns_cookie.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/so_netns_cookie
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    tcp_fastopen_backup_key.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/tcp_fastopen_backup_key
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    fin_ack_lat.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/fin_ack_lat
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    reuseaddr_ports_exhausted.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/reuseaddr_ports_exhausted
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    hwtstamp_config.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/hwtstamp_config
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    rxtimestamp.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/rxtimestamp
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    timestamping.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/timestamping
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    txtimestamp.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/txtimestamp
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    ipsec.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/ipsec
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    ioam6_parser.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/ioam6_parser
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    gro.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/gro
gcc -Wall -Wl,--no-as-needed -O2 -g -I../../../../usr/include/    toeplitz.c  -o /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/toeplitz
make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net'
2022-01-02 10:37:30 make install INSTALL_PATH=/usr/bin/ -C ../../../tools/testing/selftests/net
make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net'
make --no-builtin-rules ARCH=x86 -C ../../../.. headers_install
make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43'
  INSTALL ./usr/include
make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43'
rsync -a run_netsocktests run_afpackettests test_bpf.sh netdevice.sh rtnetlink.sh xfrm_policy.sh test_blackhole_dev.sh fib_tests.sh fib-onlink-tests.sh pmtu.sh udpgso.sh ip_defrag.sh udpgso_bench.sh fib_rule_tests.sh msg_zerocopy.sh psock_snd.sh udpgro_bench.sh udpgro.sh test_vxlan_under_vrf.sh reuseport_addr_any.sh test_vxlan_fdb_changelink.sh so_txtime.sh ipv6_flowlabel.sh tcp_fastopen_backup_key.sh   traceroute.sh fin_ack_lat.sh fib_nexthop_multiprefix.sh  altnames.sh icmp_redirect.sh ip6_gre_headroom.sh route_localnet.sh reuseaddr_ports_exhausted.sh txtimestamp.sh vrf-xfrm-tests.sh rxtimestamp.sh devlink_port_split.py drop_monitor_tests.sh vrf_route_leaking.sh bareudp.sh unicast_extensions.sh udpgro_fwd.sh veth.sh ioam6.sh gro.sh gre_gso.sh /usr/bin//
rsync -a in_netns.sh /usr/bin//
rsync -a settings /usr/bin//
rsync -a /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/reuseport_bpf /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/reuseport_bpf_cpu /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/reuseport_bpf_numa /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/reuseport_dualstack /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/reuseaddr_conflict /usr/bin//
rsync -a /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/socket /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/nettest /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/psock_fanout /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/psock_tpacket /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/msg_zerocopy /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/reuseport_addr_any /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/tcp_mmap /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/tcp_inq /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/psock_snd /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/txring_overwrite /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/udpgso /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/udpgso_bench_tx /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/udpgso_bench_rx /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/ip_defrag /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/so_txtime /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/ipv6_flowlabel /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/ipv6_flowlabel_mgr /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/so_netns_cookie /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/tcp_fastopen_backup_key /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/fin_ack_lat /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/reuseaddr_ports_exhausted /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/hwtstamp_config /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/rxtimestamp /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/timestamping /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/txtimestamp /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/ipsec /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/ioam6_parser /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/gro /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net/toeplitz /usr/bin//
rsync -a config settings /usr/bin//
make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net'
2022-01-02 10:37:31 make -C net
make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net'
make --no-builtin-rules ARCH=x86 -C ../../../.. headers_install
make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43'
  INSTALL ./usr/include
make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43'
make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net'
2022-01-02 10:37:32 make run_tests -C net
make: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net'
make --no-builtin-rules ARCH=x86 -C ../../../.. headers_install
make[1]: Entering directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43'
  INSTALL ./usr/include
make[1]: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43'
TAP version 13
1..50
# selftests: net: reuseport_bpf
# ---- IPv4 UDP ----
# Testing EBPF mod 10...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 5: 15
# Socket 6: 16
# Socket 7: 17
# Socket 8: 18
# Socket 9: 19
# Reprograming, testing mod 5...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 0: 5
# Socket 1: 6
# Socket 2: 7
# Socket 3: 8
# Socket 4: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 0: 15
# Socket 1: 16
# Socket 2: 17
# Socket 3: 18
# Socket 4: 19
# Testing EBPF mod 20...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 10: 10
# Socket 11: 11
# Socket 12: 12
# Socket 13: 13
# Socket 14: 14
# Socket 15: 15
# Socket 16: 16
# Socket 17: 17
# Socket 18: 18
# Socket 19: 19
# Socket 0: 20
# Socket 1: 21
# Socket 2: 22
# Socket 3: 23
# Socket 4: 24
# Socket 5: 25
# Socket 6: 26
# Socket 7: 27
# Socket 8: 28
# Socket 9: 29
# Socket 10: 30
# Socket 11: 31
# Socket 12: 32
# Socket 13: 33
# Socket 14: 34
# Socket 15: 35
# Socket 16: 36
# Socket 17: 37
# Socket 18: 38
# Socket 19: 39
# Reprograming, testing mod 10...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 5: 15
# Socket 6: 16
# Socket 7: 17
# Socket 8: 18
# Socket 9: 19
# Socket 0: 20
# Socket 1: 21
# Socket 2: 22
# Socket 3: 23
# Socket 4: 24
# Socket 5: 25
# Socket 6: 26
# Socket 7: 27
# Socket 8: 28
# Socket 9: 29
# Socket 0: 30
# Socket 1: 31
# Socket 2: 32
# Socket 3: 33
# Socket 4: 34
# Socket 5: 35
# Socket 6: 36
# Socket 7: 37
# Socket 8: 38
# Socket 9: 39
# Testing CBPF mod 10...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 5: 15
# Socket 6: 16
# Socket 7: 17
# Socket 8: 18
# Socket 9: 19
# Reprograming, testing mod 5...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 0: 5
# Socket 1: 6
# Socket 2: 7
# Socket 3: 8
# Socket 4: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 0: 15
# Socket 1: 16
# Socket 2: 17
# Socket 3: 18
# Socket 4: 19
# Testing CBPF mod 20...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 10: 10
# Socket 11: 11
# Socket 12: 12
# Socket 13: 13
# Socket 14: 14
# Socket 15: 15
# Socket 16: 16
# Socket 17: 17
# Socket 18: 18
# Socket 19: 19
# Socket 0: 20
# Socket 1: 21
# Socket 2: 22
# Socket 3: 23
# Socket 4: 24
# Socket 5: 25
# Socket 6: 26
# Socket 7: 27
# Socket 8: 28
# Socket 9: 29
# Socket 10: 30
# Socket 11: 31
# Socket 12: 32
# Socket 13: 33
# Socket 14: 34
# Socket 15: 35
# Socket 16: 36
# Socket 17: 37
# Socket 18: 38
# Socket 19: 39
# Reprograming, testing mod 10...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 5: 15
# Socket 6: 16
# Socket 7: 17
# Socket 8: 18
# Socket 9: 19
# Socket 0: 20
# Socket 1: 21
# Socket 2: 22
# Socket 3: 23
# Socket 4: 24
# Socket 5: 25
# Socket 6: 26
# Socket 7: 27
# Socket 8: 28
# Socket 9: 29
# Socket 0: 30
# Socket 1: 31
# Socket 2: 32
# Socket 3: 33
# Socket 4: 34
# Socket 5: 35
# Socket 6: 36
# Socket 7: 37
# Socket 8: 38
# Socket 9: 39
# Testing too many filters...
# Testing filters on non-SO_REUSEPORT socket...
# ---- IPv6 UDP ----
# Testing EBPF mod 10...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 5: 15
# Socket 6: 16
# Socket 7: 17
# Socket 8: 18
# Socket 9: 19
# Reprograming, testing mod 5...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 0: 5
# Socket 1: 6
# Socket 2: 7
# Socket 3: 8
# Socket 4: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 0: 15
# Socket 1: 16
# Socket 2: 17
# Socket 3: 18
# Socket 4: 19
# Testing EBPF mod 20...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 10: 10
# Socket 11: 11
# Socket 12: 12
# Socket 13: 13
# Socket 14: 14
# Socket 15: 15
# Socket 16: 16
# Socket 17: 17
# Socket 18: 18
# Socket 19: 19
# Socket 0: 20
# Socket 1: 21
# Socket 2: 22
# Socket 3: 23
# Socket 4: 24
# Socket 5: 25
# Socket 6: 26
# Socket 7: 27
# Socket 8: 28
# Socket 9: 29
# Socket 10: 30
# Socket 11: 31
# Socket 12: 32
# Socket 13: 33
# Socket 14: 34
# Socket 15: 35
# Socket 16: 36
# Socket 17: 37
# Socket 18: 38
# Socket 19: 39
# Reprograming, testing mod 10...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 5: 15
# Socket 6: 16
# Socket 7: 17
# Socket 8: 18
# Socket 9: 19
# Socket 0: 20
# Socket 1: 21
# Socket 2: 22
# Socket 3: 23
# Socket 4: 24
# Socket 5: 25
# Socket 6: 26
# Socket 7: 27
# Socket 8: 28
# Socket 9: 29
# Socket 0: 30
# Socket 1: 31
# Socket 2: 32
# Socket 3: 33
# Socket 4: 34
# Socket 5: 35
# Socket 6: 36
# Socket 7: 37
# Socket 8: 38
# Socket 9: 39
# Testing CBPF mod 10...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 5: 15
# Socket 6: 16
# Socket 7: 17
# Socket 8: 18
# Socket 9: 19
# Reprograming, testing mod 5...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 0: 5
# Socket 1: 6
# Socket 2: 7
# Socket 3: 8
# Socket 4: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 0: 15
# Socket 1: 16
# Socket 2: 17
# Socket 3: 18
# Socket 4: 19
# Testing CBPF mod 20...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 10: 10
# Socket 11: 11
# Socket 12: 12
# Socket 13: 13
# Socket 14: 14
# Socket 15: 15
# Socket 16: 16
# Socket 17: 17
# Socket 18: 18
# Socket 19: 19
# Socket 0: 20
# Socket 1: 21
# Socket 2: 22
# Socket 3: 23
# Socket 4: 24
# Socket 5: 25
# Socket 6: 26
# Socket 7: 27
# Socket 8: 28
# Socket 9: 29
# Socket 10: 30
# Socket 11: 31
# Socket 12: 32
# Socket 13: 33
# Socket 14: 34
# Socket 15: 35
# Socket 16: 36
# Socket 17: 37
# Socket 18: 38
# Socket 19: 39
# Reprograming, testing mod 10...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 5: 15
# Socket 6: 16
# Socket 7: 17
# Socket 8: 18
# Socket 9: 19
# Socket 0: 20
# Socket 1: 21
# Socket 2: 22
# Socket 3: 23
# Socket 4: 24
# Socket 5: 25
# Socket 6: 26
# Socket 7: 27
# Socket 8: 28
# Socket 9: 29
# Socket 0: 30
# Socket 1: 31
# Socket 2: 32
# Socket 3: 33
# Socket 4: 34
# Socket 5: 35
# Socket 6: 36
# Socket 7: 37
# Socket 8: 38
# Socket 9: 39
# Testing too many filters...
# Testing filters on non-SO_REUSEPORT socket...
# ---- IPv6 UDP w/ mapped IPv4 ----
# Testing EBPF mod 20...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 10: 10
# Socket 11: 11
# Socket 12: 12
# Socket 13: 13
# Socket 14: 14
# Socket 15: 15
# Socket 16: 16
# Socket 17: 17
# Socket 18: 18
# Socket 19: 19
# Socket 0: 20
# Socket 1: 21
# Socket 2: 22
# Socket 3: 23
# Socket 4: 24
# Socket 5: 25
# Socket 6: 26
# Socket 7: 27
# Socket 8: 28
# Socket 9: 29
# Socket 10: 30
# Socket 11: 31
# Socket 12: 32
# Socket 13: 33
# Socket 14: 34
# Socket 15: 35
# Socket 16: 36
# Socket 17: 37
# Socket 18: 38
# Socket 19: 39
# Reprograming, testing mod 10...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 5: 15
# Socket 6: 16
# Socket 7: 17
# Socket 8: 18
# Socket 9: 19
# Socket 0: 20
# Socket 1: 21
# Socket 2: 22
# Socket 3: 23
# Socket 4: 24
# Socket 5: 25
# Socket 6: 26
# Socket 7: 27
# Socket 8: 28
# Socket 9: 29
# Socket 0: 30
# Socket 1: 31
# Socket 2: 32
# Socket 3: 33
# Socket 4: 34
# Socket 5: 35
# Socket 6: 36
# Socket 7: 37
# Socket 8: 38
# Socket 9: 39
# Testing EBPF mod 10...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 5: 15
# Socket 6: 16
# Socket 7: 17
# Socket 8: 18
# Socket 9: 19
# Reprograming, testing mod 5...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 0: 5
# Socket 1: 6
# Socket 2: 7
# Socket 3: 8
# Socket 4: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 0: 15
# Socket 1: 16
# Socket 2: 17
# Socket 3: 18
# Socket 4: 19
# Testing CBPF mod 10...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 5: 15
# Socket 6: 16
# Socket 7: 17
# Socket 8: 18
# Socket 9: 19
# Reprograming, testing mod 5...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 0: 5
# Socket 1: 6
# Socket 2: 7
# Socket 3: 8
# Socket 4: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 0: 15
# Socket 1: 16
# Socket 2: 17
# Socket 3: 18
# Socket 4: 19
# Testing CBPF mod 20...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 10: 10
# Socket 11: 11
# Socket 12: 12
# Socket 13: 13
# Socket 14: 14
# Socket 15: 15
# Socket 16: 16
# Socket 17: 17
# Socket 18: 18
# Socket 19: 19
# Socket 0: 20
# Socket 1: 21
# Socket 2: 22
# Socket 3: 23
# Socket 4: 24
# Socket 5: 25
# Socket 6: 26
# Socket 7: 27
# Socket 8: 28
# Socket 9: 29
# Socket 10: 30
# Socket 11: 31
# Socket 12: 32
# Socket 13: 33
# Socket 14: 34
# Socket 15: 35
# Socket 16: 36
# Socket 17: 37
# Socket 18: 38
# Socket 19: 39
# Reprograming, testing mod 10...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 5: 15
# Socket 6: 16
# Socket 7: 17
# Socket 8: 18
# Socket 9: 19
# Socket 0: 20
# Socket 1: 21
# Socket 2: 22
# Socket 3: 23
# Socket 4: 24
# Socket 5: 25
# Socket 6: 26
# Socket 7: 27
# Socket 8: 28
# Socket 9: 29
# Socket 0: 30
# Socket 1: 31
# Socket 2: 32
# Socket 3: 33
# Socket 4: 34
# Socket 5: 35
# Socket 6: 36
# Socket 7: 37
# Socket 8: 38
# Socket 9: 39
# ---- IPv4 TCP ----
# Testing EBPF mod 10...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 5: 15
# Socket 6: 16
# Socket 7: 17
# Socket 8: 18
# Socket 9: 19
# Reprograming, testing mod 5...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 0: 5
# Socket 1: 6
# Socket 2: 7
# Socket 3: 8
# Socket 4: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 0: 15
# Socket 1: 16
# Socket 2: 17
# Socket 3: 18
# Socket 4: 19
# Testing CBPF mod 10...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 5: 15
# Socket 6: 16
# Socket 7: 17
# Socket 8: 18
# Socket 9: 19
# Reprograming, testing mod 5...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 0: 5
# Socket 1: 6
# Socket 2: 7
# Socket 3: 8
# Socket 4: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 0: 15
# Socket 1: 16
# Socket 2: 17
# Socket 3: 18
# Socket 4: 19
# Testing too many filters...
# Testing filters on non-SO_REUSEPORT socket...
# ---- IPv6 TCP ----
# Testing EBPF mod 10...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 5: 15
# Socket 6: 16
# Socket 7: 17
# Socket 8: 18
# Socket 9: 19
# Reprograming, testing mod 5...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 0: 5
# Socket 1: 6
# Socket 2: 7
# Socket 3: 8
# Socket 4: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 0: 15
# Socket 1: 16
# Socket 2: 17
# Socket 3: 18
# Socket 4: 19
# Testing CBPF mod 10...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 5: 15
# Socket 6: 16
# Socket 7: 17
# Socket 8: 18
# Socket 9: 19
# Reprograming, testing mod 5...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 0: 5
# Socket 1: 6
# Socket 2: 7
# Socket 3: 8
# Socket 4: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 0: 15
# Socket 1: 16
# Socket 2: 17
# Socket 3: 18
# Socket 4: 19
# Testing too many filters...
# Testing filters on non-SO_REUSEPORT socket...
# ---- IPv6 TCP w/ mapped IPv4 ----
# Testing EBPF mod 10...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 5: 15
# Socket 6: 16
# Socket 7: 17
# Socket 8: 18
# Socket 9: 19
# Reprograming, testing mod 5...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 0: 5
# Socket 1: 6
# Socket 2: 7
# Socket 3: 8
# Socket 4: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 0: 15
# Socket 1: 16
# Socket 2: 17
# Socket 3: 18
# Socket 4: 19
# Testing CBPF mod 10...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 5: 5
# Socket 6: 6
# Socket 7: 7
# Socket 8: 8
# Socket 9: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 5: 15
# Socket 6: 16
# Socket 7: 17
# Socket 8: 18
# Socket 9: 19
# Reprograming, testing mod 5...
# Socket 0: 0
# Socket 1: 1
# Socket 2: 2
# Socket 3: 3
# Socket 4: 4
# Socket 0: 5
# Socket 1: 6
# Socket 2: 7
# Socket 3: 8
# Socket 4: 9
# Socket 0: 10
# Socket 1: 11
# Socket 2: 12
# Socket 3: 13
# Socket 4: 14
# Socket 0: 15
# Socket 1: 16
# Socket 2: 17
# Socket 3: 18
# Socket 4: 19
# Testing filter add without bind...
# SUCCESS
ok 1 selftests: net: reuseport_bpf
# selftests: net: reuseport_bpf_cpu
# ---- IPv4 UDP ----
# send cpu 0, receive socket 0
# send cpu 1, receive socket 1
# send cpu 2, receive socket 2
# send cpu 3, receive socket 3
# send cpu 3, receive socket 3
# send cpu 2, receive socket 2
# send cpu 1, receive socket 1
# send cpu 0, receive socket 0
# send cpu 0, receive socket 0
# send cpu 2, receive socket 2
# send cpu 1, receive socket 1
# send cpu 3, receive socket 3
# ---- IPv6 UDP ----
# send cpu 0, receive socket 0
# send cpu 1, receive socket 1
# send cpu 2, receive socket 2
# send cpu 3, receive socket 3
# send cpu 3, receive socket 3
# send cpu 2, receive socket 2
# send cpu 1, receive socket 1
# send cpu 0, receive socket 0
# send cpu 0, receive socket 0
# send cpu 2, receive socket 2
# send cpu 1, receive socket 1
# send cpu 3, receive socket 3
# ---- IPv4 TCP ----
# send cpu 0, receive socket 0
# send cpu 1, receive socket 1
# send cpu 2, receive socket 2
# send cpu 3, receive socket 3
# send cpu 3, receive socket 3
# send cpu 2, receive socket 2
# send cpu 1, receive socket 1
# send cpu 0, receive socket 0
# send cpu 0, receive socket 0
# send cpu 2, receive socket 2
# send cpu 1, receive socket 1
# send cpu 3, receive socket 3
# ---- IPv6 TCP ----
# send cpu 0, receive socket 0
# send cpu 1, receive socket 1
# send cpu 2, receive socket 2
# send cpu 3, receive socket 3
# send cpu 3, receive socket 3
# send cpu 2, receive socket 2
# send cpu 1, receive socket 1
# send cpu 0, receive socket 0
# send cpu 0, receive socket 0
# send cpu 2, receive socket 2
# send cpu 1, receive socket 1
# send cpu 3, receive socket 3
# SUCCESS
ok 2 selftests: net: reuseport_bpf_cpu
# selftests: net: reuseport_bpf_numa
# ---- IPv4 UDP ----
# send node 0, receive socket 0
# send node 0, receive socket 0
# ---- IPv6 UDP ----
# send node 0, receive socket 0
# send node 0, receive socket 0
# ---- IPv4 TCP ----
# send node 0, receive socket 0
# send node 0, receive socket 0
# ---- IPv6 TCP ----
# send node 0, receive socket 0
# send node 0, receive socket 0
# SUCCESS
ok 3 selftests: net: reuseport_bpf_numa
# selftests: net: reuseport_dualstack
# ---- UDP IPv4 created before IPv6 ----
# ---- UDP IPv6 created before IPv4 ----
# ---- UDP IPv4 created before IPv6 (large) ----
# ---- UDP IPv6 created before IPv4 (large) ----
# ---- TCP IPv4 created before IPv6 ----
# ---- TCP IPv6 created before IPv4 ----
# SUCCESS
ok 4 selftests: net: reuseport_dualstack
# selftests: net: reuseaddr_conflict
# Opening 127.0.0.1:9999
# Opening INADDR_ANY:9999
# bind: Address already in use
# Opening in6addr_any:9999
# Opening INADDR_ANY:9999
# bind: Address already in use
# Opening INADDR_ANY:9999 after closing ipv6 socket
# bind: Address already in use
# Successok 5 selftests: net: reuseaddr_conflict
# selftests: net: run_netsocktests
# --------------------
# running socket test
# --------------------
# socket(44, 0, 0) expected err (Address family not supported by protocol) got (Socket type not supported)
# [FAIL]
not ok 6 selftests: net: run_netsocktests # exit=1
# selftests: net: run_afpackettests
# --------------------
# running psock_fanout test
# --------------------
# test: control single socket
# test: control multiple sockets
# test: control multiple sockets, max_num_members
# test: unique ids
# 
# test: datapath 0x0 ports 8000,8002
# info: count=0,0, expect=0,0
# info: count=20,0, expect=15,5
# warning: incorrect queue lengths
# info: count=20,0, expect=20,5
# warning: incorrect queue lengths
# info: trying alternate ports (20)
# 
# test: datapath 0x0 ports 8000,8003
# info: count=0,0, expect=0,0
# info: count=15,5, expect=15,5
# info: count=20,5, expect=20,5
# 
# test: datapath 0x1000 ports 8000,8003
# info: count=0,0, expect=0,0
# info: count=15,5, expect=15,5
# info: count=20,15, expect=20,15
# 
# test: datapath 0x1 ports 8000,8003
# info: count=0,0, expect=0,0
# info: count=10,10, expect=10,10
# info: count=17,18, expect=18,17
# 
# test: datapath 0x3 ports 8000,8003
# info: count=0,0, expect=0,0
# info: count=15,5, expect=15,5
# info: count=20,15, expect=20,15
# 
# test: datapath 0x6 ports 8000,8003
# info: count=0,0, expect=0,0
# info: count=5,15, expect=15,5
# info: count=20,15, expect=15,20
# 
# test: datapath 0x7 ports 8000,8003
# info: count=0,0, expect=0,0
# info: count=5,15, expect=15,5
# info: count=20,15, expect=15,20
# 
# test: datapath 0x2 ports 8000,8003
# info: count=0,0, expect=0,0
# info: count=20,0, expect=20,0
# info: count=20,0, expect=20,0
# 
# test: datapath 0x2 ports 8000,8003
# info: count=0,0, expect=0,0
# info: count=0,20, expect=0,20
# info: count=0,20, expect=0,20
# 
# test: datapath 0x2000 ports 8000,8003
# info: count=0,0, expect=0,0
# info: count=20,20, expect=20,20
# info: count=20,20, expect=20,20
# OK. All tests passed
# [PASS]
# --------------------
# running psock_tpacket test
# --------------------
# test: TPACKET_V1 with PACKET_RX_RING .................... 100 pkts (14200 bytes)
# test: TPACKET_V1 with PACKET_TX_RING .................... 100 pkts (14200 bytes)
# test: TPACKET_V2 with PACKET_RX_RING .................... 100 pkts (14200 bytes)
# test: TPACKET_V2 with PACKET_TX_RING .................... 100 pkts (14200 bytes)
# test: TPACKET_V3 with PACKET_RX_RING .................... 100 pkts (14200 bytes)
# test: TPACKET_V3 with PACKET_TX_RING .................... 100 pkts (14200 bytes)
# OK. All tests passed
# [PASS]
# --------------------
# running txring_overwrite test
# --------------------
# read: a (0x61)
# read: b (0x62)
# [PASS]
ok 7 selftests: net: run_afpackettests
# selftests: net: test_bpf.sh
# test_bpf: ok
ok 8 selftests: net: test_bpf.sh
# selftests: net: netdevice.sh
# PASS: eth0: set interface up
# PASS: eth0: set MAC address
# SKIP: eth0: set IP address
# PASS: eth0: ethtool list features
# PASS: eth0: ethtool dump
# PASS: eth0: ethtool stats
# PASS: eth0: stop interface
# PASS: eth1: set interface up
# PASS: eth1: set MAC address
# SKIP: eth1: set IP address
# PASS: eth1: ethtool list features
# PASS: eth1: ethtool dump
# PASS: eth1: ethtool stats
# PASS: eth1: stop interface
# SKIP: eth2: interface already up
# PASS: eth2: ethtool list features
# PASS: eth2: ethtool dump
# PASS: eth2: ethtool stats
# SKIP: eth2: interface kept up
ok 9 selftests: net: netdevice.sh
# selftests: net: rtnetlink.sh
# PASS: policy routing
# PASS: route get
# PASS: preferred_lft addresses have expired
# PASS: promote_secondaries complete
# PASS: tc htb hierarchy
# PASS: gre tunnel endpoint
# PASS: gretap
# PASS: ip6gretap
# PASS: erspan
# PASS: ip6erspan
# PASS: bridge setup
# PASS: ipv6 addrlabel
# PASS: set ifalias f0436a4b-978c-4f70-bb5d-4007941b344c for test-dummy0
# PASS: vrf
# PASS: vxlan
# PASS: fou
# PASS: macsec
# PASS: ipsec
# PASS: ipsec_offload
# PASS: bridge fdb get
# PASS: neigh get
# Error: Unknown device type.
# Error: argument "test-bond0" is wrong: Device does not exist
# 
# Error: argument "test-bond0" is wrong: Device does not exist
# 
# Cannot find device "test-bond0"
# Cannot find device "test-bond0"
# FAIL: bridge_parent_id
not ok 10 selftests: net: rtnetlink.sh # exit=1
# selftests: net: xfrm_policy.sh
# PASS: policy before exception matches
# PASS: ping to .254 bypassed ipsec tunnel (exceptions)
# PASS: direct policy matches (exceptions)
# PASS: policy matches (exceptions)
# PASS: ping to .254 bypassed ipsec tunnel (exceptions and block policies)
# PASS: direct policy matches (exceptions and block policies)
# PASS: policy matches (exceptions and block policies)
# PASS: ping to .254 bypassed ipsec tunnel (exceptions and block policies after hresh changes)
# PASS: direct policy matches (exceptions and block policies after hresh changes)
# PASS: policy matches (exceptions and block policies after hresh changes)
# PASS: ping to .254 bypassed ipsec tunnel (exceptions and block policies after hthresh change in ns3)
# PASS: direct policy matches (exceptions and block policies after hthresh change in ns3)
# PASS: policy matches (exceptions and block policies after hthresh change in ns3)
# PASS: ping to .254 bypassed ipsec tunnel (exceptions and block policies after htresh change to normal)
# PASS: direct policy matches (exceptions and block policies after htresh change to normal)
# PASS: policy matches (exceptions and block policies after htresh change to normal)
# PASS: policies with repeated htresh change
# PASS: policies inserted in random order
ok 11 selftests: net: xfrm_policy.sh
# selftests: net: test_blackhole_dev.sh
# test_blackhole_dev: ok
ok 12 selftests: net: test_blackhole_dev.sh
# selftests: net: fib_tests.sh
# 
# Single path route test
#     Start point
#     TEST: IPv4 fibmatch                                                 [ OK ]
#     TEST: IPv6 fibmatch                                                 [ OK ]
#     Nexthop device deleted
#     TEST: IPv4 fibmatch - no route                                      [ OK ]
#     TEST: IPv6 fibmatch - no route                                      [ OK ]
# 
# Multipath route test
#     Start point
#     TEST: IPv4 fibmatch                                                 [ OK ]
#     TEST: IPv6 fibmatch                                                 [ OK ]
#     One nexthop device deleted
#     TEST: IPv4 - multipath route removed on delete                      [ OK ]
#     TEST: IPv6 - multipath down to single path                          [ OK ]
#     Second nexthop device deleted
#     TEST: IPv6 - no route                                               [ OK ]
# 
# Single path, admin down
#     Start point
#     TEST: IPv4 fibmatch                                                 [ OK ]
#     TEST: IPv6 fibmatch                                                 [ OK ]
#     Route deleted on down
#     TEST: IPv4 fibmatch                                                 [ OK ]
#     TEST: IPv6 fibmatch                                                 [ OK ]
# 
# Admin down multipath
#     Verify start point
#     TEST: IPv4 fibmatch                                                 [ OK ]
#     TEST: IPv6 fibmatch                                                 [ OK ]
#     One device down, one up
#     TEST: IPv4 fibmatch on down device                                  [ OK ]
#     TEST: IPv6 fibmatch on down device                                  [ OK ]
#     TEST: IPv4 fibmatch on up device                                    [ OK ]
#     TEST: IPv6 fibmatch on up device                                    [ OK ]
#     TEST: IPv4 flags on down device                                     [ OK ]
#     TEST: IPv6 flags on down device                                     [ OK ]
#     TEST: IPv4 flags on up device                                       [ OK ]
#     TEST: IPv6 flags on up device                                       [ OK ]
#     Other device down and up
#     TEST: IPv4 fibmatch on down device                                  [ OK ]
#     TEST: IPv6 fibmatch on down device                                  [ OK ]
#     TEST: IPv4 fibmatch on up device                                    [ OK ]
#     TEST: IPv6 fibmatch on up device                                    [ OK ]
#     TEST: IPv4 flags on down device                                     [ OK ]
#     TEST: IPv6 flags on down device                                     [ OK ]
#     TEST: IPv4 flags on up device                                       [ OK ]
#     TEST: IPv6 flags on up device                                       [ OK ]
#     Both devices down
#     TEST: IPv4 fibmatch                                                 [ OK ]
#     TEST: IPv6 fibmatch                                                 [ OK ]
# 
# Local carrier tests - single path
#     Start point
#     TEST: IPv4 fibmatch                                                 [ OK ]
#     TEST: IPv6 fibmatch                                                 [ OK ]
#     TEST: IPv4 - no linkdown flag                                       [ OK ]
#     TEST: IPv6 - no linkdown flag                                       [ OK ]
#     Carrier off on nexthop
#     TEST: IPv4 fibmatch                                                 [ OK ]
#     TEST: IPv6 fibmatch                                                 [ OK ]
#     TEST: IPv4 - linkdown flag set                                      [ OK ]
#     TEST: IPv6 - linkdown flag set                                      [ OK ]
#     Route to local address with carrier down
#     TEST: IPv4 fibmatch                                                 [ OK ]
#     TEST: IPv6 fibmatch                                                 [ OK ]
#     TEST: IPv4 linkdown flag set                                        [ OK ]
#     TEST: IPv6 linkdown flag set                                        [ OK ]
# 
# Single path route carrier test
#     Start point
#     TEST: IPv4 fibmatch                                                 [ OK ]
#     TEST: IPv6 fibmatch                                                 [ OK ]
#     TEST: IPv4 no linkdown flag                                         [ OK ]
#     TEST: IPv6 no linkdown flag                                         [ OK ]
#     Carrier down
#     TEST: IPv4 fibmatch                                                 [ OK ]
#     TEST: IPv6 fibmatch                                                 [ OK ]
#     TEST: IPv4 linkdown flag set                                        [ OK ]
#     TEST: IPv6 linkdown flag set                                        [ OK ]
#     Second address added with carrier down
#     TEST: IPv4 fibmatch                                                 [ OK ]
#     TEST: IPv6 fibmatch                                                 [ OK ]
#     TEST: IPv4 linkdown flag set                                        [ OK ]
#     TEST: IPv6 linkdown flag set                                        [ OK ]
# 
# IPv4 nexthop tests
# <<< write me >>>
# 
# IPv6 nexthop tests
#     TEST: Directly connected nexthop, unicast address                   [ OK ]
#     TEST: Directly connected nexthop, unicast address with device       [ OK ]
#     TEST: Gateway is linklocal address                                  [ OK ]
#     TEST: Gateway is linklocal address, no device                       [ OK ]
#     TEST: Gateway can not be local unicast address                      [ OK ]
#     TEST: Gateway can not be local unicast address, with device         [ OK ]
#     TEST: Gateway can not be a local linklocal address                  [ OK ]
#     TEST: Gateway can be local address in a VRF                         [ OK ]
#     TEST: Gateway can be local address in a VRF, with device            [ OK ]
#     TEST: Gateway can be local linklocal address in a VRF               [ OK ]
#     TEST: Redirect to VRF lookup                                        [ OK ]
#     TEST: VRF route, gateway can be local address in default VRF        [ OK ]
#     TEST: VRF route, gateway can not be a local address                 [ OK ]
#     TEST: VRF route, gateway can not be a local addr with device        [ OK ]
# 
# FIB rule with suppress_prefixlength
#     TEST: FIB rule suppress test                                        [ OK ]
# 
# IPv6 route add / append tests
#     TEST: Attempt to add duplicate route - gw                           [ OK ]
#     TEST: Attempt to add duplicate route - dev only                     [ OK ]
#     TEST: Attempt to add duplicate route - reject route                 [ OK ]
#     TEST: Append nexthop to existing route - gw                         [ OK ]
#     TEST: Add multipath route                                           [ OK ]
#     TEST: Attempt to add duplicate multipath route                      [ OK ]
#     TEST: Route add with different metrics                              [ OK ]
#     TEST: Route delete with metric                                      [ OK ]
# 
# IPv6 route replace tests
#     TEST: Single path with single path                                  [ OK ]
#     TEST: Single path with multipath                                    [ OK ]
#     TEST: Single path with single path via multipath attribute          [ OK ]
#     TEST: Invalid nexthop                                               [ OK ]
#     TEST: Single path - replace of non-existent route                   [ OK ]
#     TEST: Multipath with multipath                                      [ OK ]
#     TEST: Multipath with single path                                    [ OK ]
#     TEST: Multipath with single path via multipath attribute            [ OK ]
#     TEST: Multipath with dev-only                                       [ OK ]
#     TEST: Multipath - invalid first nexthop                             [ OK ]
#     TEST: Multipath - invalid second nexthop                            [ OK ]
#     TEST: Multipath - replace of non-existent route                     [ OK ]
# 
# IPv4 route add / append tests
#     TEST: Attempt to add duplicate route - gw                           [ OK ]
#     TEST: Attempt to add duplicate route - dev only                     [ OK ]
#     TEST: Attempt to add duplicate route - reject route                 [ OK ]
#     TEST: Add new nexthop for existing prefix                           [ OK ]
#     TEST: Append nexthop to existing route - gw                         [ OK ]
#     TEST: Append nexthop to existing route - dev only                   [ OK ]
#     TEST: Append nexthop to existing route - reject route               [ OK ]
#     TEST: Append nexthop to existing reject route - gw                  [ OK ]
#     TEST: Append nexthop to existing reject route - dev only            [ OK ]
#     TEST: add multipath route                                           [ OK ]
#     TEST: Attempt to add duplicate multipath route                      [ OK ]
#     TEST: Route add with different metrics                              [ OK ]
#     TEST: Route delete with metric                                      [ OK ]
# 
# IPv4 route replace tests
#     TEST: Single path with single path                                  [ OK ]
#     TEST: Single path with multipath                                    [ OK ]
#     TEST: Single path with reject route                                 [ OK ]
#     TEST: Single path with single path via multipath attribute          [ OK ]
#     TEST: Invalid nexthop                                               [ OK ]
#     TEST: Single path - replace of non-existent route                   [ OK ]
#     TEST: Multipath with multipath                                      [ OK ]
#     TEST: Multipath with single path                                    [ OK ]
#     TEST: Multipath with single path via multipath attribute            [ OK ]
#     TEST: Multipath with reject route                                   [ OK ]
#     TEST: Multipath - invalid first nexthop                             [ OK ]
#     TEST: Multipath - invalid second nexthop                            [ OK ]
#     TEST: Multipath - replace of non-existent route                     [ OK ]
#     TEST: Cached route removed from VRF port device                     [ OK ]
# 
# IPv6 prefix route tests
#     TEST: Default metric                                                [ OK ]
#     TEST: User specified metric on first device                         [ OK ]
#     TEST: User specified metric on second device                        [ OK ]
#     TEST: Delete of address on first device                             [ OK ]
#     TEST: Modify metric of address                                      [ OK ]
#     TEST: Prefix route removed on link down                             [ OK ]
#     TEST: Prefix route with metric on link up                           [ OK ]
#     TEST: Set metric with peer route on local side                      [ OK ]
#     TEST: Set metric with peer route on peer side                       [ OK ]
#     TEST: Modify metric and peer address on local side                  [ OK ]
#     TEST: Modify metric and peer address on peer side                   [ OK ]
# 
# IPv4 prefix route tests
#     TEST: Default metric                                                [ OK ]
#     TEST: User specified metric on first device                         [ OK ]
#     TEST: User specified metric on second device                        [ OK ]
#     TEST: Delete of address on first device                             [ OK ]
#     TEST: Modify metric of address                                      [ OK ]
#     TEST: Prefix route removed on link down                             [ OK ]
#     TEST: Prefix route with metric on link up                           [ OK ]
#     TEST: Modify metric of .0/24 address                                [ OK ]
#     TEST: Set metric of address with peer route                         [ OK ]
#     TEST: Modify metric and peer address for peer route                 [ OK ]
# 
# IPv6 routes with metrics
#     TEST: Single path route with mtu metric                             [ OK ]
#     TEST: Multipath route via 2 single routes with mtu metric on first  [ OK ]
#     TEST: Multipath route via 2 single routes with mtu metric on 2nd    [ OK ]
#     TEST:     MTU of second leg                                         [ OK ]
#     TEST: Multipath route with mtu metric                               [ OK ]
#     TEST: Using route with mtu metric                                   [ OK ]
#     TEST: Invalid metric (fails metric_convert)                         [ OK ]
# 
# IPv4 route add / append tests
#     TEST: Single path route with mtu metric                             [ OK ]
#     TEST: Multipath route with mtu metric                               [ OK ]
#     TEST: Using route with mtu metric                                   [ OK ]
#     TEST: Invalid metric (fails metric_convert)                         [ OK ]
# 
# IPv4 route with IPv6 gateway tests
#     TEST: Single path route with IPv6 gateway                           [ OK ]
#     TEST: Single path route with IPv6 gateway - ping                    [ OK ]
#     TEST: Single path route delete                                      [ OK ]
#     TEST: Multipath route add - v6 nexthop then v4                      [ OK ]
#     TEST:     Multipath route delete - nexthops in wrong order          [ OK ]
#     TEST:     Multipath route delete exact match                        [ OK ]
#     TEST: Multipath route add - v4 nexthop then v6                      [ OK ]
#     TEST:     Multipath route delete - nexthops in wrong order          [ OK ]
#     TEST:     Multipath route delete exact match                        [ OK ]
# 
# IPv4 rp_filter tests
#     TEST: rp_filter passes local packets                                [FAIL]
#     TEST: rp_filter passes loopback packets                             [FAIL]
# 
# IPv4 delete address route tests
#     TEST: Route removed from VRF when source address deleted            [ OK ]
#     TEST: Route in default VRF not removed                              [ OK ]
#     TEST: Route removed in default VRF when source address deleted      [ OK ]
#     TEST: Route in VRF is not removed by address delete                 [ OK ]
# 
# IPv4 mangling tests
#     TEST:     Connection with correct parameters                        [ OK ]
#     TEST:     Connection with incorrect parameters                      [ OK ]
#     TEST:     Connection with correct parameters - mangling             [ OK ]
#     TEST:     Connection with correct parameters - no mangling          [ OK ]
#     TEST:     Connection check - server side                            [ OK ]
# 
# IPv6 mangling tests
#     TEST:     Connection with correct parameters                        [ OK ]
#     TEST:     Connection with incorrect parameters                      [ OK ]
#     TEST:     Connection with correct parameters - mangling             [ OK ]
#     TEST:     Connection with correct parameters - no mangling          [ OK ]
#     TEST:     Connection check - server side                            [ OK ]
# 
# Tests passed: 174
# Tests failed:   2
not ok 13 selftests: net: fib_tests.sh # exit=1
# selftests: net: fib-onlink-tests.sh
# Error: ipv4: FIB table does not exist.
# Flush terminated
# Error: ipv6: FIB table does not exist.
# Flush terminated
# 
# ########################################
# Configuring interfaces
# 
# ######################################################################
# TEST SECTION: IPv4 onlink
# ######################################################################
# 
# #########################################
# TEST SUBSECTION: Valid onlink commands
# 
# #########################################
# TEST SUBSECTION: default VRF - main table
#     TEST: unicast connected                                   [ OK ]
#     TEST: unicast recursive                                   [ OK ]
# 
# #########################################
# TEST SUBSECTION: VRF lisa
#     TEST: unicast connected                                   [ OK ]
#     TEST: unicast recursive                                   [ OK ]
# 
# #########################################
# TEST SUBSECTION: VRF device, PBR table
#     TEST: unicast connected                                   [ OK ]
#     TEST: unicast recursive                                   [ OK ]
# 
# #########################################
# TEST SUBSECTION: default VRF - main table - multipath
#     TEST: unicast connected - multipath                       [ OK ]
#     TEST: unicast recursive - multipath                       [ OK ]
#     TEST: unicast connected - multipath onlink first only     [ OK ]
#     TEST: unicast connected - multipath onlink second only    [ OK ]
# 
# #########################################
# TEST SUBSECTION: Invalid onlink commands
#     TEST: Invalid gw - local unicast address                  [ OK ]
#     TEST: Invalid gw - local unicast address, VRF             [ OK ]
#     TEST: No nexthop device given                             [ OK ]
#     TEST: Gateway resolves to wrong nexthop device            [ OK ]
#     TEST: Gateway resolves to wrong nexthop device - VRF      [ OK ]
# 
# ######################################################################
# TEST SECTION: IPv6 onlink
# ######################################################################
# 
# #########################################
# TEST SUBSECTION: Valid onlink commands
# 
# #########################################
# TEST SUBSECTION: default VRF - main table
#     TEST: unicast connected                                   [ OK ]
#     TEST: unicast recursive                                   [ OK ]
#     TEST: v4-mapped                                           [ OK ]
# 
# #########################################
# TEST SUBSECTION: VRF lisa
#     TEST: unicast connected                                   [ OK ]
#     TEST: unicast recursive                                   [ OK ]
#     TEST: v4-mapped                                           [ OK ]
# 
# #########################################
# TEST SUBSECTION: VRF device, PBR table
#     TEST: unicast connected                                   [ OK ]
#     TEST: unicast recursive                                   [ OK ]
#     TEST: v4-mapped                                           [ OK ]
# 
# #########################################
# TEST SUBSECTION: default VRF - main table - multipath
#     TEST: unicast connected - multipath onlink                [ OK ]
#     TEST: unicast recursive - multipath onlink                [ OK ]
#     TEST: v4-mapped - multipath onlink                        [ OK ]
#     TEST: unicast connected - multipath onlink both nexthops  [ OK ]
#     TEST: unicast connected - multipath onlink first only     [ OK ]
#     TEST: unicast connected - multipath onlink second only    [ OK ]
# 
# #########################################
# TEST SUBSECTION: Invalid onlink commands
#     TEST: Invalid gw - local unicast address                  [ OK ]
#     TEST: Invalid gw - local linklocal address                [ OK ]
#     TEST: Invalid gw - multicast address                      [ OK ]
#     TEST: Invalid gw - local unicast address, VRF             [ OK ]
#     TEST: Invalid gw - local linklocal address, VRF           [ OK ]
#     TEST: Invalid gw - multicast address, VRF                 [ OK ]
#     TEST: No nexthop device given                             [ OK ]
#     TEST: Gateway resolves to wrong nexthop device - VRF      [ OK ]
# 
# Tests passed:  38
# Tests failed:   0
ok 14 selftests: net: fib-onlink-tests.sh
# selftests: net: pmtu.sh
# TEST: ipv4: PMTU exceptions                                         [ OK ]
# TEST: ipv4: PMTU exceptions - nexthop objects                       [ OK ]
# TEST: ipv6: PMTU exceptions                                         [ OK ]
# TEST: ipv6: PMTU exceptions - nexthop objects                       [ OK ]
# TEST: IPv4 over vxlan4: PMTU exceptions                             [ OK ]
# TEST: IPv4 over vxlan4: PMTU exceptions - nexthop objects           [ OK ]
# TEST: IPv6 over vxlan4: PMTU exceptions                             [ OK ]
# TEST: IPv6 over vxlan4: PMTU exceptions - nexthop objects           [ OK ]
# TEST: IPv4 over vxlan6: PMTU exceptions                             [ OK ]
# TEST: IPv4 over vxlan6: PMTU exceptions - nexthop objects           [ OK ]
# TEST: IPv6 over vxlan6: PMTU exceptions                             [ OK ]
# TEST: IPv6 over vxlan6: PMTU exceptions - nexthop objects           [ OK ]
# TEST: IPv4 over geneve4: PMTU exceptions                            [ OK ]
# TEST: IPv4 over geneve4: PMTU exceptions - nexthop objects          [ OK ]
# TEST: IPv6 over geneve4: PMTU exceptions                            [ OK ]
# TEST: IPv6 over geneve4: PMTU exceptions - nexthop objects          [ OK ]
# TEST: IPv4 over geneve6: PMTU exceptions                            [ OK ]
# TEST: IPv4 over geneve6: PMTU exceptions - nexthop objects          [ OK ]
# TEST: IPv6 over geneve6: PMTU exceptions                            [ OK ]
# TEST: IPv6 over geneve6: PMTU exceptions - nexthop objects          [ OK ]
# TEST: IPv4, bridged vxlan4: PMTU exceptions                         [ OK ]
# TEST: IPv4, bridged vxlan4: PMTU exceptions - nexthop objects       [ OK ]
# TEST: IPv6, bridged vxlan4: PMTU exceptions                         [ OK ]
# TEST: IPv6, bridged vxlan4: PMTU exceptions - nexthop objects       [ OK ]
# TEST: IPv4, bridged vxlan6: PMTU exceptions                         [ OK ]
# TEST: IPv4, bridged vxlan6: PMTU exceptions - nexthop objects       [ OK ]
# TEST: IPv6, bridged vxlan6: PMTU exceptions                         [ OK ]
# TEST: IPv6, bridged vxlan6: PMTU exceptions - nexthop objects       [ OK ]
# TEST: IPv4, bridged geneve4: PMTU exceptions                        [ OK ]
# TEST: IPv4, bridged geneve4: PMTU exceptions - nexthop objects      [ OK ]
# TEST: IPv6, bridged geneve4: PMTU exceptions                        [ OK ]
# TEST: IPv6, bridged geneve4: PMTU exceptions - nexthop objects      [ OK ]
# TEST: IPv4, bridged geneve6: PMTU exceptions                        [ OK ]
# TEST: IPv4, bridged geneve6: PMTU exceptions - nexthop objects      [ OK ]
# TEST: IPv6, bridged geneve6: PMTU exceptions                        [ OK ]
# TEST: IPv6, bridged geneve6: PMTU exceptions - nexthop objects      [ OK ]
#   ovs_bridge not supported
# TEST: IPv4, OVS vxlan4: PMTU exceptions                             [SKIP]
#   ovs_bridge not supported
# TEST: IPv6, OVS vxlan4: PMTU exceptions                             [SKIP]
#   ovs_bridge not supported
# TEST: IPv4, OVS vxlan6: PMTU exceptions                             [SKIP]
#   ovs_bridge not supported
# TEST: IPv6, OVS vxlan6: PMTU exceptions                             [SKIP]
#   ovs_bridge not supported
# TEST: IPv4, OVS geneve4: PMTU exceptions                            [SKIP]
#   ovs_bridge not supported
# TEST: IPv6, OVS geneve4: PMTU exceptions                            [SKIP]
#   ovs_bridge not supported
# TEST: IPv4, OVS geneve6: PMTU exceptions                            [SKIP]
#   ovs_bridge not supported
# TEST: IPv6, OVS geneve6: PMTU exceptions                            [SKIP]
# TEST: IPv4 over fou4: PMTU exceptions                               [ OK ]
# TEST: IPv4 over fou4: PMTU exceptions - nexthop objects             [ OK ]
# TEST: IPv6 over fou4: PMTU exceptions                               [ OK ]
# TEST: IPv6 over fou4: PMTU exceptions - nexthop objects             [ OK ]
# TEST: IPv4 over fou6: PMTU exceptions                               [ OK ]
# TEST: IPv4 over fou6: PMTU exceptions - nexthop objects             [ OK ]
# TEST: IPv6 over fou6: PMTU exceptions                               [ OK ]
# TEST: IPv6 over fou6: PMTU exceptions - nexthop objects             [ OK ]
# TEST: IPv4 over gue4: PMTU exceptions                               [ OK ]
# TEST: IPv4 over gue4: PMTU exceptions - nexthop objects             [ OK ]
# TEST: IPv6 over gue4: PMTU exceptions                               [ OK ]
# TEST: IPv6 over gue4: PMTU exceptions - nexthop objects             [ OK ]
# TEST: IPv4 over gue6: PMTU exceptions                               [ OK ]
# TEST: IPv4 over gue6: PMTU exceptions - nexthop objects             [ OK ]
# TEST: IPv6 over gue6: PMTU exceptions                               [ OK ]
# TEST: IPv6 over gue6: PMTU exceptions - nexthop objects             [ OK ]
# TEST: IPv4 over IPv4: PMTU exceptions                               [ OK ]
# TEST: IPv4 over IPv4: PMTU exceptions - nexthop objects             [ OK ]
# TEST: IPv6 over IPv4: PMTU exceptions                               [ OK ]
# TEST: IPv6 over IPv4: PMTU exceptions - nexthop objects             [ OK ]
# TEST: IPv4 over IPv6: PMTU exceptions                               [ OK ]
# TEST: IPv4 over IPv6: PMTU exceptions - nexthop objects             [ OK ]
# TEST: IPv6 over IPv6: PMTU exceptions                               [ OK ]
# TEST: IPv6 over IPv6: PMTU exceptions - nexthop objects             [ OK ]
# TEST: vti6: PMTU exceptions                                         [ OK ]
# TEST: vti4: PMTU exceptions                                         [ OK ]
# TEST: vti6: PMTU exceptions (ESP-in-UDP)                            [ OK ]
# TEST: vti4: PMTU exceptions (ESP-in-UDP)                            [ OK ]
# TEST: vti6: PMTU exceptions, routed (ESP-in-UDP)                    [ OK ]
# TEST: vti4: PMTU exceptions, routed (ESP-in-UDP)                    [ OK ]
# TEST: vti4: default MTU assignment                                  [ OK ]
# TEST: vti6: default MTU assignment                                  [ OK ]
# TEST: vti4: MTU setting on link creation                            [ OK ]
# TEST: vti6: MTU setting on link creation                            [ OK ]
# TEST: vti6: MTU changes on link changes                             [ OK ]
# TEST: ipv4: cleanup of cached exceptions                            [ OK ]
# TEST: ipv4: cleanup of cached exceptions - nexthop objects          [ OK ]
# TEST: ipv6: cleanup of cached exceptions                            [ OK ]
# TEST: ipv6: cleanup of cached exceptions - nexthop objects          [ OK ]
# TEST: ipv4: list and flush cached exceptions                        [ OK ]
# TEST: ipv4: list and flush cached exceptions - nexthop objects      [ OK ]
# TEST: ipv6: list and flush cached exceptions                        [ OK ]
# TEST: ipv6: list and flush cached exceptions - nexthop objects      [ OK ]
# TEST: ipv4: PMTU exception w/route replace                          [ OK ]
# TEST: ipv4: PMTU exception w/route replace - nexthop objects        [ OK ]
# TEST: ipv6: PMTU exception w/route replace                          [ OK ]
# TEST: ipv6: PMTU exception w/route replace - nexthop objects        [ OK ]
ok 15 selftests: net: pmtu.sh
# selftests: net: udpgso.sh
# ipv4 cmsg
# device mtu (orig): 65536
# device mtu (test): 1500
# ipv4 tx:1 gso:0 
# ipv4 tx:1472 gso:0 
# ipv4 tx:1473 gso:0 (fail)
# ipv4 tx:1472 gso:1472 
# ipv4 tx:1473 gso:1472 
# ipv4 tx:2944 gso:1472 
# ipv4 tx:2945 gso:1472 
# ipv4 tx:64768 gso:1472 
# ipv4 tx:65507 gso:1472 
# ipv4 tx:65508 gso:1472 (fail)
# ipv4 tx:1 gso:1 
# ipv4 tx:2 gso:1 
# ipv4 tx:5 gso:2 
# ipv4 tx:36 gso:1 
# ipv4 tx:37 gso:1 (fail)
# OK
# ipv4 setsockopt
# device mtu (orig): 65536
# device mtu (test): 1500
# ipv4 tx:1 gso:0 
# ipv4 tx:1472 gso:0 
# ipv4 tx:1473 gso:0 (fail)
# ipv4 tx:1472 gso:1472 
# ipv4 tx:1473 gso:1472 
# ipv4 tx:2944 gso:1472 
# ipv4 tx:2945 gso:1472 
# ipv4 tx:64768 gso:1472 
# ipv4 tx:65507 gso:1472 
# ipv4 tx:65508 gso:1472 (fail)
# ipv4 tx:1 gso:1 
# ipv4 tx:2 gso:1 
# ipv4 tx:5 gso:2 
# ipv4 tx:36 gso:1 
# ipv4 tx:37 gso:1 (fail)
# OK
# ipv6 cmsg
# device mtu (orig): 65536
# device mtu (test): 1500
# ipv6 tx:1 gso:0 
# ipv6 tx:1452 gso:0 
# ipv6 tx:1453 gso:0 (fail)
# ipv6 tx:1452 gso:1452 
# ipv6 tx:1453 gso:1452 
# ipv6 tx:2904 gso:1452 
# ipv6 tx:2905 gso:1452 
# ipv6 tx:65340 gso:1452 
# ipv6 tx:65527 gso:1452 
# ipv6 tx:65528 gso:1452 (fail)
# ipv6 tx:1 gso:1 
# ipv6 tx:2 gso:1 
# ipv6 tx:5 gso:2 
# ipv6 tx:16 gso:1 
# ipv6 tx:17 gso:1 (fail)
# OK
# ipv6 setsockopt
# device mtu (orig): 65536
# device mtu (test): 1500
# ipv6 tx:1 gso:0 
# ipv6 tx:1452 gso:0 
# ipv6 tx:1453 gso:0 (fail)
# ipv6 tx:1452 gso:1452 
# ipv6 tx:1453 gso:1452 
# ipv6 tx:2904 gso:1452 
# ipv6 tx:2905 gso:1452 
# ipv6 tx:65340 gso:1452 
# ipv6 tx:65527 gso:1452 
# ipv6 tx:65528 gso:1452 (fail)
# ipv6 tx:1 gso:1 
# ipv6 tx:2 gso:1 
# ipv6 tx:5 gso:2 
# ipv6 tx:16 gso:1 
# ipv6 tx:17 gso:1 (fail)
# OK
# ipv4 connected
# device mtu (orig): 65536
# device mtu (test): 1600
# route mtu (test): 1500
# path mtu (read):  1500
# ipv4 tx:1 gso:0 
# ipv4 tx:1472 gso:0 
# ipv4 tx:1473 gso:0 (fail)
# ipv4 tx:1472 gso:1472 
# ipv4 tx:1473 gso:1472 
# ipv4 tx:2944 gso:1472 
# ipv4 tx:2945 gso:1472 
# ipv4 tx:64768 gso:1472 
# ipv4 tx:65507 gso:1472 
# ipv4 tx:65508 gso:1472 (fail)
# ipv4 tx:1 gso:1 
# ipv4 tx:2 gso:1 
# ipv4 tx:5 gso:2 
# ipv4 tx:36 gso:1 
# ipv4 tx:37 gso:1 (fail)
# OK
# ipv4 msg_more
# device mtu (orig): 65536
# device mtu (test): 1500
# ipv4 tx:1 gso:0 
# ipv4 tx:1472 gso:0 
# ipv4 tx:1473 gso:0 (fail)
# ipv4 tx:1472 gso:1472 
# ipv4 tx:1473 gso:1472 
# ipv4 tx:2944 gso:1472 
# ipv4 tx:2945 gso:1472 
# ipv4 tx:64768 gso:1472 
# ipv4 tx:65507 gso:1472 
# ipv4 tx:65508 gso:1472 (fail)
# ipv4 tx:1 gso:1 
# ipv4 tx:2 gso:1 
# ipv4 tx:5 gso:2 
# ipv4 tx:36 gso:1 
# ipv4 tx:37 gso:1 (fail)
# OK
# ipv6 msg_more
# device mtu (orig): 65536
# device mtu (test): 1500
# ipv6 tx:1 gso:0 
# ipv6 tx:1452 gso:0 
# ipv6 tx:1453 gso:0 (fail)
# ipv6 tx:1452 gso:1452 
# ipv6 tx:1453 gso:1452 
# ipv6 tx:2904 gso:1452 
# ipv6 tx:2905 gso:1452 
# ipv6 tx:65340 gso:1452 
# ipv6 tx:65527 gso:1452 
# ipv6 tx:65528 gso:1452 (fail)
# ipv6 tx:1 gso:1 
# ipv6 tx:2 gso:1 
# ipv6 tx:5 gso:2 
# ipv6 tx:16 gso:1 
# ipv6 tx:17 gso:1 (fail)
# OK
ok 16 selftests: net: udpgso.sh
# selftests: net: ip_defrag.sh
# ipv4 defrag
# PASS
# seed = 1641120460
# ipv4 defrag with overlaps
# PASS
# seed = 1641120460
# ipv6 defrag
# PASS
# seed = 1641120466
# ipv6 defrag with overlaps
# PASS
# seed = 1641120467
# ipv6 nf_conntrack defrag
# PASS
# seed = 1641120472
# ipv6 nf_conntrack defrag with overlaps
# PASS
# seed = 1641120472
# all tests done
ok 17 selftests: net: ip_defrag.sh
# selftests: net: udpgso_bench.sh
# ipv4
# tcp
# tcp tx:    863 MB/s    14646 calls/s  14646 msg/s
# tcp rx:    865 MB/s    14618 calls/s
# tcp tx:    874 MB/s    14835 calls/s  14835 msg/s
# tcp rx:    875 MB/s    14792 calls/s
# tcp tx:    878 MB/s    14899 calls/s  14899 msg/s
# tcp zerocopy
# tcp tx:    650 MB/s    11039 calls/s  11039 msg/s
# tcp rx:    651 MB/s    10710 calls/s
# tcp tx:    646 MB/s    10971 calls/s  10971 msg/s
# tcp rx:    648 MB/s    10684 calls/s
# tcp tx:    642 MB/s    10892 calls/s  10892 msg/s
# udp
# udp rx:     57 MB/s    40797 calls/s
# udp tx:     57 MB/s    40908 calls/s    974 msg/s
# udp rx:     58 MB/s    41445 calls/s
# udp tx:     58 MB/s    41454 calls/s    987 msg/s
# udp rx:     60 MB/s    43449 calls/s
# udp tx:     60 MB/s    43386 calls/s   1033 msg/s
# udp gso
# udp rx:    143 MB/s   102186 calls/s
# udp tx:    144 MB/s     2450 calls/s   2450 msg/s
# udp rx:    145 MB/s   103614 calls/s
# udp tx:    145 MB/s     2465 calls/s   2465 msg/s
# udp rx:    147 MB/s   104748 calls/s
# udp tx:    146 MB/s     2492 calls/s   2492 msg/s
# udp gso zerocopy
# udp rx:    133 MB/s    94794 calls/s
# udp tx:    133 MB/s     2271 calls/s   2271 msg/s
# udp rx:    135 MB/s    96390 calls/s
# udp tx:    135 MB/s     2292 calls/s   2292 msg/s
# udp rx:    134 MB/s    95970 calls/s
# udp tx:    134 MB/s     2283 calls/s   2283 msg/s
# udp gso timestamp
# udp rx:    132 MB/s    94290 calls/s
# udp tx:    133 MB/s     2263 calls/s   2263 msg/s
# udp rx:    134 MB/s    95634 calls/s
# udp tx:    134 MB/s     2275 calls/s   2275 msg/s
# udp rx:    135 MB/s    96852 calls/s
# udp tx:    135 MB/s     2303 calls/s   2303 msg/s
# udp gso zerocopy audit
# udp rx:    129 MB/s    92337 calls/s
# udp tx:    130 MB/s     2219 calls/s   2219 msg/s
# udp rx:    133 MB/s    95382 calls/s
# udp tx:    133 MB/s     2265 calls/s   2265 msg/s
# udp rx:    133 MB/s    95130 calls/s
# udp tx:    133 MB/s     2266 calls/s   2266 msg/s
# Summary over 3.000 seconds...
# sum udp tx:    135 MB/s       6750 calls (2250/s)       6750 msgs (2250/s)
# Zerocopy acks:                6750
# udp gso timestamp audit
# udp rx:    131 MB/s    93912 calls/s
# udp tx:    132 MB/s     2252 calls/s   2252 msg/s
# udp rx:    133 MB/s    94752 calls/s
# udp tx:    132 MB/s     2253 calls/s   2253 msg/s
# udp rx:    132 MB/s    94710 calls/s
# udp tx:    132 MB/s     2250 calls/s   2250 msg/s
# Summary over 3.000 seconds...
# sum udp tx:    135 MB/s       6755 calls (2251/s)       6755 msgs (2251/s)
# Tx Timestamps:                6755 received                 0 errors
# udp gso zerocopy timestamp audit
# udp rx:    122 MB/s    87570 calls/s
# udp tx:    123 MB/s     2100 calls/s   2100 msg/s
# udp rx:    124 MB/s    88578 calls/s
# udp tx:    124 MB/s     2106 calls/s   2106 msg/s
# udp rx:    124 MB/s    88410 calls/s
# udp tx:    124 MB/s     2104 calls/s   2104 msg/s
# Summary over 3.000 seconds...
# sum udp tx:    126 MB/s       6310 calls (2103/s)       6310 msgs (2103/s)
# Tx Timestamps:                6310 received                 0 errors
# Zerocopy acks:                6310
# ipv6
# tcp
# tcp tx:    886 MB/s    15041 calls/s  15041 msg/s
# tcp rx:    887 MB/s    14947 calls/s
# tcp tx:    895 MB/s    15185 calls/s  15185 msg/s
# tcp rx:    896 MB/s    15080 calls/s
# tcp tx:    896 MB/s    15204 calls/s  15204 msg/s
# tcp zerocopy
# tcp tx:    667 MB/s    11322 calls/s  11322 msg/s
# tcp rx:    667 MB/s    11046 calls/s
# tcp tx:    660 MB/s    11206 calls/s  11206 msg/s
# tcp rx:    661 MB/s    10867 calls/s
# tcp tx:    666 MB/s    11310 calls/s  11310 msg/s
# udp
# udp rx:     52 MB/s    38040 calls/s
# udp tx:     52 MB/s    38399 calls/s    893 msg/s
# udp rx:     53 MB/s    39126 calls/s
# udp tx:     53 MB/s    39087 calls/s    909 msg/s
# udp rx:     54 MB/s    39435 calls/s
# udp tx:     54 MB/s    39388 calls/s    916 msg/s
# udp gso
# udp rx:    143 MB/s   104447 calls/s
# udp tx:    144 MB/s     2446 calls/s   2446 msg/s
# udp rx:    145 MB/s   106210 calls/s
# udp tx:    145 MB/s     2468 calls/s   2468 msg/s
# udp rx:    145 MB/s   105995 calls/s
# udp tx:    145 MB/s     2463 calls/s   2463 msg/s
# udp gso zerocopy
# udp rx:    132 MB/s    96922 calls/s
# udp tx:    133 MB/s     2270 calls/s   2270 msg/s
# udp rx:    134 MB/s    98341 calls/s
# udp tx:    134 MB/s     2284 calls/s   2284 msg/s
# udp rx:    134 MB/s    98255 calls/s
# udp tx:    134 MB/s     2284 calls/s   2284 msg/s
# udp gso timestamp
# udp rx:    132 MB/s    96406 calls/s
# udp tx:    133 MB/s     2258 calls/s   2258 msg/s
# udp rx:    134 MB/s    97868 calls/s
# udp tx:    134 MB/s     2273 calls/s   2273 msg/s
# udp rx:    134 MB/s    98169 calls/s
# udp tx:    134 MB/s     2282 calls/s   2282 msg/s
# udp gso zerocopy audit
# udp rx:    130 MB/s    95288 calls/s
# udp tx:    131 MB/s     2229 calls/s   2229 msg/s
# udp rx:    132 MB/s    96836 calls/s
# udp tx:    132 MB/s     2253 calls/s   2253 msg/s
# udp rx:    133 MB/s    97309 calls/s
# udp tx:    133 MB/s     2260 calls/s   2260 msg/s
# Summary over 3.000 seconds...
# sum udp tx:    135 MB/s       6742 calls (2247/s)       6742 msgs (2247/s)
# Zerocopy acks:                6742
# udp gso timestamp audit
# udp rx:    130 MB/s    94987 calls/s
# udp tx:    131 MB/s     2227 calls/s   2227 msg/s
# udp rx:    132 MB/s    96277 calls/s
# udp tx:    131 MB/s     2237 calls/s   2237 msg/s
# udp rx:    133 MB/s    97008 calls/s
# udp tx:    132 MB/s     2254 calls/s   2254 msg/s
# Summary over 3.000 seconds...
# sum udp tx:    135 MB/s       6718 calls (2239/s)       6718 msgs (2239/s)
# Tx Timestamps:                6718 received                 0 errors
# udp gso zerocopy timestamp audit
# udp rx:    123 MB/s    89741 calls/s
# udp tx:    123 MB/s     2094 calls/s   2094 msg/s
# udp rx:    124 MB/s    90859 calls/s
# udp tx:    124 MB/s     2110 calls/s   2110 msg/s
# udp rx:    124 MB/s    90859 calls/s
# udp tx:    124 MB/s     2112 calls/s   2112 msg/s
# Summary over 3.000 seconds...
# sum udp tx:    127 MB/s       6316 calls (2105/s)       6316 msgs (2105/s)
# Tx Timestamps:                6316 received                 0 errors
# Zerocopy acks:                6316
# udpgso_bench.sh: PASS=18 SKIP=0 FAIL=0
# udpgso_bench.sh: ^[[0;92mPASS^[[0m
ok 18 selftests: net: udpgso_bench.sh
# selftests: net: fib_rule_tests.sh
# 
# ######################################################################
# TEST SECTION: IPv4 fib rule
# ######################################################################
# 
#     TEST: rule4 check: oif dummy0                             [ OK ]
# 
#     TEST: rule4 del by pref: oif dummy0                       [ OK ]
# net.ipv4.ip_forward = 1
# net.ipv4.conf.dummy0.rp_filter = 0
# 
#     TEST: rule4 check: from 192.51.100.3 iif dummy0           [ OK ]
# 
#     TEST: rule4 del by pref: from 192.51.100.3 iif dummy0     [ OK ]
# net.ipv4.ip_forward = 0
# 
#     TEST: rule4 check: tos 0x10                               [ OK ]
# 
#     TEST: rule4 del by pref: tos 0x10                         [ OK ]
# 
#     TEST: rule4 check: fwmark 0x64                            [ OK ]
# 
#     TEST: rule4 del by pref: fwmark 0x64                      [ OK ]
# 
#     TEST: rule4 check: uidrange 100-100                       [ OK ]
# 
#     TEST: rule4 del by pref: uidrange 100-100                 [ OK ]
# 
#     TEST: rule4 check: sport 666 dport 777                    [ OK ]
# 
#     TEST: rule4 del by pref: sport 666 dport 777              [ OK ]
# 
#     TEST: rule4 check: ipproto tcp                            [ OK ]
# 
#     TEST: rule4 del by pref: ipproto tcp                      [ OK ]
# 
#     TEST: rule4 check: ipproto icmp                           [ OK ]
# 
#     TEST: rule4 del by pref: ipproto icmp                     [ OK ]
# 
# ######################################################################
# TEST SECTION: IPv6 fib rule
# ######################################################################
# 
#     TEST: rule6 check: oif dummy0                             [ OK ]
# 
#     TEST: rule6 del by pref: oif dummy0                       [ OK ]
# 
#     TEST: rule6 check: from 2001:db8:1::3 iif dummy0          [ OK ]
# 
#     TEST: rule6 del by pref: from 2001:db8:1::3 iif dummy0    [ OK ]
# 
#     TEST: rule6 check: tos 0x10                               [ OK ]
# 
#     TEST: rule6 del by pref: tos 0x10                         [ OK ]
# 
#     TEST: rule6 check: fwmark 0x64                            [ OK ]
# 
#     TEST: rule6 del by pref: fwmark 0x64                      [ OK ]
# 
#     TEST: rule6 check: uidrange 100-100                       [ OK ]
# 
#     TEST: rule6 del by pref: uidrange 100-100                 [ OK ]
# 
#     TEST: rule6 check: sport 666 dport 777                    [ OK ]
# 
#     TEST: rule6 del by pref: sport 666 dport 777              [ OK ]
# 
#     TEST: rule6 check: ipproto tcp                            [ OK ]
# 
#     TEST: rule6 del by pref: ipproto tcp                      [ OK ]
# 
#     TEST: rule6 check: ipproto ipv6-icmp                      [ OK ]
# 
#     TEST: rule6 del by pref: ipproto ipv6-icmp                [ OK ]
# 
# Tests passed:  32
# Tests failed:   0
ok 19 selftests: net: fib_rule_tests.sh
# selftests: net: msg_zerocopy.sh
# ipv4 tcp -t 1
# tx=18490 (1153 MB) txc=0 zc=n
# rx=9245 (1153 MB)
# ipv4 tcp -z -t 1
# tx=13119 (818 MB) txc=13119 zc=n
# rx=6561 (818 MB)
# ok
# ipv6 tcp -t 1
# tx=17062 (1064 MB) txc=0 zc=n
# rx=8531 (1064 MB)
# ipv6 tcp -z -t 1
# tx=12255 (764 MB) txc=12255 zc=n
# rx=6129 (764 MB)
# ok
# ipv4 udp -t 1
# tx=31432 (1961 MB) txc=0 zc=n
# rx=31146 (1943 MB)
# ipv4 udp -z -t 1
# tx=15167 (946 MB) txc=15167 zc=n
# rx=15019 (937 MB)
# ok
# ipv6 udp -t 1
# tx=30332 (1892 MB) txc=0 zc=n
# rx=30328 (1892 MB)
# ipv6 udp -z -t 1
# tx=14766 (921 MB) txc=14766 zc=n
# rx=14631 (913 MB)
# ok
# OK. All tests passed
ok 20 selftests: net: msg_zerocopy.sh
# selftests: net: psock_snd.sh
# dgram
# tx: 128
# rx: 142
# rx: 100
# OK
# 
# dgram bind
# tx: 128
# rx: 142
# rx: 100
# OK
# 
# raw
# tx: 142
# rx: 142
# rx: 100
# OK
# 
# raw bind
# tx: 142
# rx: 142
# rx: 100
# OK
# 
# raw qdisc bypass
# tx: 142
# rx: 142
# rx: 100
# OK
# 
# raw vlan
# tx: 146
# rx: 100
# OK
# 
# raw vnet hdr
# tx: 152
# rx: 142
# rx: 100
# OK
# 
# raw csum_off
# tx: 152
# rx: 142
# rx: 100
# OK
# 
# raw csum_off with bad offset (expected to fail)
# ./psock_snd: write: Invalid argument
# raw min size
# tx: 42
# rx: 0
# OK
# 
# raw mtu size
# tx: 1514
# rx: 1472
# OK
# 
# raw mtu size + 1 (expected to fail)
# ./psock_snd: write: Message too long
# raw vlan mtu size + 1 (expected to fail)
# ./psock_snd: write: Message too long
# dgram mtu size
# tx: 1500
# rx: 1472
# OK
# 
# dgram mtu size + 1 (expected to fail)
# ./psock_snd: write: Message too long
# raw truncate hlen (expected to fail: does not arrive)
# tx: 14
# ./psock_snd: recv: Resource temporarily unavailable
# raw truncate hlen - 1 (expected to fail: EINVAL)
# ./psock_snd: write: Invalid argument
# raw gso min size
# tx: 1525
# rx: 1473
# OK
# 
# raw gso max size
# tx: 65559
# rx: 65507
# OK
# 
# raw gso max size + 1 (expected to fail)
# tx: 65560
# ./psock_snd: recv: Resource temporarily unavailable
# OK. All tests passed
ok 21 selftests: net: psock_snd.sh
# selftests: net: udpgro_bench.sh
# ipv4
# tcp - over veth touching data
# Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# tcp tx:    692 MB/s    11747 calls/s  11747 msg/s
# tcp rx:    693 MB/s    17791 calls/s
# tcp tx:    700 MB/s    11881 calls/s  11881 msg/s
# tcp rx:    701 MB/s    18109 calls/s
# tcp tx:    725 MB/s    12306 calls/s  12306 msg/s
# tcp rx:    726 MB/s    18674 calls/s
# tcp tx:    732 MB/s    12419 calls/s  12419 msg/s
# udp gso - over veth touching data
# Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# udp rx:    128 MB/s    91644 calls/s
# udp tx:    142 MB/s     2417 calls/s   2417 msg/s
# udp rx:    135 MB/s    96448 calls/s
# udp tx:    138 MB/s     2346 calls/s   2346 msg/s
# udp rx:    137 MB/s    98238 calls/s
# udp tx:    138 MB/s     2343 calls/s   2343 msg/s
# udp rx:    139 MB/s    99120 calls/s
# udp tx:    139 MB/s     2367 calls/s   2367 msg/s
# udp gso and gro - over veth touching data
# Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# udp rx:   1330 MB/s    22573 calls/s
# udp tx:   1505 MB/s    25529 calls/s  25529 msg/s
# udp rx:   1536 MB/s    26061 calls/s
# udp tx:   1533 MB/s    26001 calls/s  26001 msg/s
# udp rx:   1535 MB/s    26042 calls/s
# udp tx:   1537 MB/s    26071 calls/s  26071 msg/s
# udp rx:   1543 MB/s    26185 calls/s
# udp tx:   1541 MB/s    26139 calls/s  26139 msg/s
# ipv6
# tcp - over veth touching data
# Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# tcp tx:    728 MB/s    12361 calls/s  12361 msg/s
# tcp rx:    729 MB/s    18685 calls/s
# tcp tx:    733 MB/s    12439 calls/s  12439 msg/s
# tcp rx:    734 MB/s    18911 calls/s
# tcp tx:    731 MB/s    12399 calls/s  12399 msg/s
# tcp rx:    732 MB/s    18953 calls/s
# tcp tx:    726 MB/s    12315 calls/s  12315 msg/s
# udp gso - over veth touching data
# Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# udp rx:    128 MB/s    93353 calls/s
# udp tx:    142 MB/s     2425 calls/s   2425 msg/s
# udp rx:    144 MB/s   105264 calls/s
# udp tx:    144 MB/s     2444 calls/s   2444 msg/s
# udp rx:    142 MB/s   104232 calls/s
# udp tx:    143 MB/s     2431 calls/s   2431 msg/s
# udp rx:    143 MB/s   104834 calls/s
# udp tx:    143 MB/s     2439 calls/s   2439 msg/s
# udp gso and gro - over veth touching data
# Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# udp rx:   1345 MB/s    22818 calls/s
# udp tx:   1497 MB/s    25404 calls/s  25404 msg/s
# udp rx:   1461 MB/s    24789 calls/s
# udp tx:   1451 MB/s    24618 calls/s  24618 msg/s
# udp rx:   1451 MB/s    24611 calls/s
# udp tx:   1451 MB/s    24624 calls/s  24624 msg/s
# udp rx:   1457 MB/s    24717 calls/s
# udp tx:   1456 MB/s    24696 calls/s  24696 msg/s
ok 22 selftests: net: udpgro_bench.sh
# selftests: net: udpgro.sh
# ipv4
#  no GRO                                  Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# ok
#  no GRO chk cmsg                         Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# ok
#  GRO                                     Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# ok
#  GRO chk cmsg                            Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# ok
#  GRO with custom segment size            Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# ok
#  GRO with custom segment size cmsg       Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# ok
#  bad GRO lookup                          Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# ok
#  multiple GRO socks                      Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# ok
# ipv6
#  no GRO                                  Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# ok
#  no GRO chk cmsg                         Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# ok
#  GRO                                     Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# ok
#  GRO chk cmsg                            Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# ok
#  GRO with custom segment size            Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# ok
#  GRO with custom segment size cmsg       Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# ok
#  bad GRO lookup                          Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# ok
#  multiple GRO socks                      Program section 'xdp_dummy' not found in ELF file!
# Error fetching program/map!
# ok
ok 23 selftests: net: udpgro.sh
# selftests: net: test_vxlan_under_vrf.sh
# Checking HV connectivity                                           [ OK ]
# Check VM connectivity through VXLAN (underlay in the default VRF)  [ OK ]
# Check VM connectivity through VXLAN (underlay in a VRF)            [FAIL]
not ok 24 selftests: net: test_vxlan_under_vrf.sh # exit=1
# selftests: net: reuseport_addr_any.sh
# UDP IPv4 ... pass
# UDP IPv6 ... pass
# UDP IPv4 mapped to IPv6 ... pass
# TCP IPv4 ... pass
# TCP IPv6 ... pass
# TCP IPv4 mapped to IPv6 ... pass
# DCCP not supported: skipping DCCP tests
# SUCCESS
ok 25 selftests: net: reuseport_addr_any.sh
# selftests: net: test_vxlan_fdb_changelink.sh
# expected two remotes after fdb append	[ OK ]
# expected two remotes after link set	[ OK ]
ok 26 selftests: net: test_vxlan_fdb_changelink.sh
# selftests: net: so_txtime.sh
# 
# SO_TXTIME ipv4 clock monotonic
# payload:a delay:529 expected:0 (us)
# 
# SO_TXTIME ipv6 clock monotonic
# payload:a delay:591 expected:0 (us)
# 
# SO_TXTIME ipv6 clock monotonic
# payload:a delay:10191 expected:10000 (us)
# 
# SO_TXTIME ipv4 clock monotonic
# payload:a delay:10203 expected:10000 (us)
# payload:b delay:20152 expected:20000 (us)
# 
# SO_TXTIME ipv6 clock monotonic
# payload:b delay:20158 expected:20000 (us)
# payload:a delay:20273 expected:20000 (us)
# 
# SO_TXTIME ipv4 clock tai
# send: pkt a at -1641120596162ms dropped: invalid txtime
# ./so_txtime: recv: timeout: Resource temporarily unavailable
# 
# SO_TXTIME ipv6 clock tai
# send: pkt a at 0ms dropped: invalid txtime
# ./so_txtime: recv: timeout: Resource temporarily unavailable
# 
# SO_TXTIME ipv6 clock tai
# payload:a delay:9780 expected:10000 (us)
# 
# SO_TXTIME ipv4 clock tai
# payload:a delay:9879 expected:10000 (us)
# payload:b delay:19755 expected:20000 (us)
# 
# SO_TXTIME ipv6 clock tai
# payload:b delay:9850 expected:10000 (us)
# payload:a delay:19743 expected:20000 (us)
# OK. All tests passed
ok 27 selftests: net: so_txtime.sh
# selftests: net: ipv6_flowlabel.sh
# TEST management
# [OK]   !(flowlabel_get(fd, 1, 255, 0))
# [OK]   !(flowlabel_put(fd, 1))
# [OK]   !(flowlabel_get(fd, 0x1FFFFF, 255, 1))
# [OK]   flowlabel_get(fd, 1, 255, 1)
# [OK]   flowlabel_get(fd, 1, 255, 0)
# [OK]   flowlabel_get(fd, 1, 255, 1)
# [OK]   !(flowlabel_get(fd, 1, 255, 1 | 2))
# [OK]   flowlabel_put(fd, 1)
# [OK]   flowlabel_put(fd, 1)
# [OK]   flowlabel_put(fd, 1)
# [OK]   !(flowlabel_put(fd, 1))
# [OK]   flowlabel_get(fd, 2, 1, 1)
# [OK]   !(flowlabel_get(fd, 2, 255, 1))
# [OK]   !(flowlabel_get(fd, 2, 1, 1))
# [OK]   flowlabel_put(fd, 2)
# [OK]   flowlabel_get(fd, 3, 3, 1)
# [OK]   !(flowlabel_get(fd, 3, 255, 0))
# [OK]   !(flowlabel_get(fd, 3, 1, 0))
# [OK]   flowlabel_get(fd, 3, 3, 0)
# [OK]   flowlabel_get(fd, 3, 3, 0)
# [OK]   !(flowlabel_get(fd, 3, 3, 0))
# [OK]   flowlabel_get(fd, 4, 2, 1)
# [OK]   flowlabel_get(fd, 4, 2, 0)
# [OK]   !(flowlabel_get(fd, 4, 2, 0))
# TEST datapath
# send no label: recv no label (auto off)
# sent without label
# recv without label
# send label
# sent with label 1
# recv with label 1
# TEST datapath (with auto-flowlabels)
# send no label: recv auto flowlabel
# sent without label
# recv with label 209844
# send label
# sent with label 1
# recv with label 1
# OK. All tests passed
ok 28 selftests: net: ipv6_flowlabel.sh
# selftests: net: tcp_fastopen_backup_key.sh
# PASS
# PASS
# PASS
# PASS
# PASS
# PASS
# PASS
# PASS
# PASS
# PASS
# PASS
# PASS
# PASS
# PASS
# PASS
# PASS
# all tests done
ok 29 selftests: net: tcp_fastopen_backup_key.sh
# selftests: net: traceroute.sh
# TEST: IPV6 traceroute                                               [ OK ]
# TEST: IPV4 traceroute                                               [ OK ]
# 
# Tests passed:   2
# Tests failed:   0
ok 30 selftests: net: traceroute.sh
# selftests: net: fin_ack_lat.sh
# server port: 40619
# test done
ok 31 selftests: net: fin_ack_lat.sh
# selftests: net: fib_nexthop_multiprefix.sh
# TEST: IPv4: host 0 to host 1, mtu 1300                              [ OK ]
# TEST: IPv6: host 0 to host 1, mtu 1300                              [FAIL]
# 
# TEST: IPv4: host 0 to host 2, mtu 1350                              [ OK ]
# TEST: IPv6: host 0 to host 2, mtu 1350                              [FAIL]
# 
# TEST: IPv4: host 0 to host 3, mtu 1400                              [ OK ]
# TEST: IPv6: host 0 to host 3, mtu 1400                              [FAIL]
# 
# TEST: IPv4: host 0 to host 1, mtu 1300                              [ OK ]
# TEST: IPv6: host 0 to host 1, mtu 1300                              [FAIL]
# 
# TEST: IPv4: host 0 to host 2, mtu 1350                              [ OK ]
# TEST: IPv6: host 0 to host 2, mtu 1350                              [FAIL]
# 
# TEST: IPv4: host 0 to host 3, mtu 1400                              [ OK ]
# TEST: IPv6: host 0 to host 3, mtu 1400                              [FAIL]
ok 32 selftests: net: fib_nexthop_multiprefix.sh
# selftests: net: altnames.sh
# TEST: altnames test                                                 [ OK ]
ok 33 selftests: net: altnames.sh
# selftests: net: icmp_redirect.sh
# 
# ###########################################################################
# Legacy routing
# ###########################################################################
# 
# TEST: IPv4: redirect exception                                      [ OK ]
# TEST: IPv6: redirect exception                                      [ OK ]
# TEST: IPv4: redirect exception plus mtu                             [ OK ]
# TEST: IPv6: redirect exception plus mtu                             [ OK ]
# TEST: IPv4: routing reset                                           [ OK ]
# TEST: IPv6: routing reset                                           [ OK ]
# TEST: IPv4: mtu exception                                           [ OK ]
# TEST: IPv6: mtu exception                                           [ OK ]
# TEST: IPv4: mtu exception plus redirect                             [ OK ]
# TEST: IPv6: mtu exception plus redirect                             [ OK ]
# 
# ###########################################################################
# Legacy routing with VRF
# ###########################################################################
# 
# TEST: IPv4: redirect exception                                      [ OK ]
# TEST: IPv6: redirect exception                                      [ OK ]
# TEST: IPv4: redirect exception plus mtu                             [ OK ]
# TEST: IPv6: redirect exception plus mtu                             [ OK ]
# TEST: IPv4: routing reset                                           [ OK ]
# TEST: IPv6: routing reset                                           [ OK ]
# TEST: IPv4: mtu exception                                           [ OK ]
# TEST: IPv6: mtu exception                                           [ OK ]
# TEST: IPv4: mtu exception plus redirect                             [ OK ]
# TEST: IPv6: mtu exception plus redirect                             [ OK ]
# 
# ###########################################################################
# Routing with nexthop objects
# ###########################################################################
# 
# TEST: IPv4: redirect exception                                      [ OK ]
# TEST: IPv6: redirect exception                                      [ OK ]
# TEST: IPv4: redirect exception plus mtu                             [ OK ]
# TEST: IPv6: redirect exception plus mtu                             [ OK ]
# TEST: IPv4: routing reset                                           [ OK ]
# TEST: IPv6: routing reset                                           [ OK ]
# TEST: IPv4: mtu exception                                           [ OK ]
# TEST: IPv6: mtu exception                                           [ OK ]
# TEST: IPv4: mtu exception plus redirect                             [ OK ]
# TEST: IPv6: mtu exception plus redirect                             [ OK ]
# 
# ###########################################################################
# Routing with nexthop objects and VRF
# ###########################################################################
# 
# TEST: IPv4: redirect exception                                      [ OK ]
# TEST: IPv6: redirect exception                                      [ OK ]
# TEST: IPv4: redirect exception plus mtu                             [ OK ]
# TEST: IPv6: redirect exception plus mtu                             [ OK ]
# TEST: IPv4: routing reset                                           [ OK ]
# TEST: IPv6: routing reset                                           [ OK ]
# TEST: IPv4: mtu exception                                           [ OK ]
# TEST: IPv6: mtu exception                                           [ OK ]
# TEST: IPv4: mtu exception plus redirect                             [ OK ]
# TEST: IPv6: mtu exception plus redirect                             [ OK ]
# 
# Tests passed:  40
# Tests failed:   0
# Tests xfailed:   0
ok 34 selftests: net: icmp_redirect.sh
# selftests: net: ip6_gre_headroom.sh
# TEST: ip6gretap headroom                                            [PASS]
# TEST: ip6erspan headroom                                            [PASS]
ok 35 selftests: net: ip6_gre_headroom.sh
# selftests: net: route_localnet.sh
# run arp_announce test
# net.ipv4.conf.veth0.route_localnet = 1
# net.ipv4.conf.veth1.route_localnet = 1
# net.ipv4.conf.veth0.arp_announce = 2
# net.ipv4.conf.veth1.arp_announce = 2
# PING 127.25.3.14 (127.25.3.14) from 127.25.3.4 veth0: 56(84) bytes of data.
# 64 bytes from 127.25.3.14: icmp_seq=1 ttl=64 time=0.221 ms
# 64 bytes from 127.25.3.14: icmp_seq=2 ttl=64 time=0.087 ms
# 64 bytes from 127.25.3.14: icmp_seq=3 ttl=64 time=0.087 ms
# 64 bytes from 127.25.3.14: icmp_seq=4 ttl=64 time=0.086 ms
# 64 bytes from 127.25.3.14: icmp_seq=5 ttl=64 time=0.086 ms
# 
# --- 127.25.3.14 ping statistics ---
# 5 packets transmitted, 5 received, 0% packet loss, time 89ms
# rtt min/avg/max/mdev = 0.086/0.113/0.221/0.054 ms
# ok
# run arp_ignore test
# net.ipv4.conf.veth0.route_localnet = 1
# net.ipv4.conf.veth1.route_localnet = 1
# net.ipv4.conf.veth0.arp_ignore = 3
# net.ipv4.conf.veth1.arp_ignore = 3
# PING 127.25.3.14 (127.25.3.14) from 127.25.3.4 veth0: 56(84) bytes of data.
# 64 bytes from 127.25.3.14: icmp_seq=1 ttl=64 time=0.253 ms
# 64 bytes from 127.25.3.14: icmp_seq=2 ttl=64 time=0.105 ms
# 64 bytes from 127.25.3.14: icmp_seq=3 ttl=64 time=0.079 ms
# 64 bytes from 127.25.3.14: icmp_seq=4 ttl=64 time=0.097 ms
# 64 bytes from 127.25.3.14: icmp_seq=5 ttl=64 time=0.095 ms
# 
# --- 127.25.3.14 ping statistics ---
# 5 packets transmitted, 5 received, 0% packet loss, time 88ms
# rtt min/avg/max/mdev = 0.079/0.125/0.253/0.065 ms
# ok
ok 36 selftests: net: route_localnet.sh
# selftests: net: reuseaddr_ports_exhausted.sh
# TAP version 13
# 1..3
# # Starting 3 tests from 1 test cases.
# #  RUN           global.reuseaddr_ports_exhausted_unreusable ...
# #            OK  global.reuseaddr_ports_exhausted_unreusable
# ok 1 global.reuseaddr_ports_exhausted_unreusable
# #  RUN           global.reuseaddr_ports_exhausted_reusable_same_euid ...
# #            OK  global.reuseaddr_ports_exhausted_reusable_same_euid
# ok 2 global.reuseaddr_ports_exhausted_reusable_same_euid
# #  RUN           global.reuseaddr_ports_exhausted_reusable_different_euid ...
# #            OK  global.reuseaddr_ports_exhausted_reusable_different_euid
# ok 3 global.reuseaddr_ports_exhausted_reusable_different_euid
# # PASSED: 3 / 3 tests passed.
# # Totals: pass:3 fail:0 xfail:0 xpass:0 skip:0 error:0
# tests done
ok 37 selftests: net: reuseaddr_ports_exhausted.sh
# selftests: net: txtimestamp.sh
# protocol:     TCP
# payload:      10
# server port:  9000
# 
# family:       INET 
# test SND
#     USR: 1641120819 s 239982 us (seq=0, len=0)
# ERROR: 6357 us expected between 1000 and 1500
#     SND: 1641120819 s 246339 us (seq=9, len=10)  (USR +6356 us)
#     USR: 1641120819 s 290275 us (seq=0, len=0)
#     SND: 1641120819 s 291370 us (seq=19, len=10)  (USR +1094 us)
#     USR: 1641120819 s 340607 us (seq=0, len=0)
#     SND: 1641120819 s 341692 us (seq=29, len=10)  (USR +1084 us)
#     USR: 1641120819 s 390878 us (seq=0, len=0)
#     SND: 1641120819 s 391979 us (seq=39, len=10)  (USR +1101 us)
#     USR-SND: count=4, avg=2409 us, min=1084 us, max=6356 us
# test ENQ
#     USR: 1641120819 s 547832 us (seq=0, len=0)
#     ENQ: 1641120819 s 547891 us (seq=9, len=10)  (USR +59 us)
#     USR: 1641120819 s 598045 us (seq=0, len=0)
#     ENQ: 1641120819 s 598082 us (seq=19, len=10)  (USR +36 us)
#     USR: 1641120819 s 648224 us (seq=0, len=0)
#     ENQ: 1641120819 s 648273 us (seq=29, len=10)  (USR +48 us)
#     USR: 1641120819 s 698466 us (seq=0, len=0)
#     ENQ: 1641120819 s 698516 us (seq=39, len=10)  (USR +49 us)
#     USR-ENQ: count=4, avg=48 us, min=36 us, max=59 us
# test ENQ + SND
#     USR: 1641120819 s 855641 us (seq=0, len=0)
#     ENQ: 1641120819 s 855719 us (seq=9, len=10)  (USR +78 us)
#     SND: 1641120819 s 856735 us (seq=9, len=10)  (USR +1094 us)
#     USR: 1641120819 s 906110 us (seq=0, len=0)
#     ENQ: 1641120819 s 906184 us (seq=19, len=10)  (USR +73 us)
#     SND: 1641120819 s 907207 us (seq=19, len=10)  (USR +1096 us)
#     USR: 1641120819 s 956567 us (seq=0, len=0)
#     ENQ: 1641120819 s 956628 us (seq=29, len=10)  (USR +60 us)
#     SND: 1641120819 s 957653 us (seq=29, len=10)  (USR +1085 us)
#     USR: 1641120820 s 7101 us (seq=0, len=0)
#     ENQ: 1641120820 s 7189 us (seq=39, len=10)  (USR +88 us)
#     SND: 1641120820 s 8257 us (seq=39, len=10)  (USR +1156 us)
#     USR-ENQ: count=4, avg=75 us, min=60 us, max=88 us
#     USR-SND: count=4, avg=1108 us, min=1085 us, max=1156 us
# 
# test ACK
#     USR: 1641120820 s 164607 us (seq=0, len=0)
#     ACK: 1641120820 s 170874 us (seq=9, len=10)  (USR +6266 us)
#     USR: 1641120820 s 215124 us (seq=0, len=0)
#     ACK: 1641120820 s 221436 us (seq=19, len=10)  (USR +6312 us)
#     USR: 1641120820 s 265652 us (seq=0, len=0)
# ERROR: 29102 us expected between 6000 and 6500
#     ACK: 1641120820 s 294754 us (seq=29, len=10)  (USR +29102 us)
#     USR: 1641120820 s 316173 us (seq=0, len=0)
# ERROR: 29364 us expected between 6000 and 6500
#     ACK: 1641120820 s 345537 us (seq=39, len=10)  (USR +29363 us)
#     USR-ACK: count=4, avg=17761 us, min=6266 us, max=29363 us
# 
# test SND + ACK
#     USR: 1641120820 s 473487 us (seq=0, len=0)
#     SND: 1641120820 s 474558 us (seq=9, len=10)  (USR +1070 us)
#     ACK: 1641120820 s 479763 us (seq=9, len=10)  (USR +6275 us)
#     USR: 1641120820 s 524082 us (seq=0, len=0)
#     SND: 1641120820 s 525156 us (seq=19, len=10)  (USR +1073 us)
#     ACK: 1641120820 s 530321 us (seq=19, len=10)  (USR +6239 us)
#     USR: 1641120820 s 574615 us (seq=0, len=0)
#     SND: 1641120820 s 575702 us (seq=29, len=10)  (USR +1086 us)
#     ACK: 1641120820 s 580826 us (seq=29, len=10)  (USR +6210 us)
#     USR: 1641120820 s 625154 us (seq=0, len=0)
#     SND: 1641120820 s 626240 us (seq=39, len=10)  (USR +1085 us)
#     ACK: 1641120820 s 631428 us (seq=39, len=10)  (USR +6274 us)
#     USR-SND: count=4, avg=1079 us, min=1070 us, max=1086 us
#     USR-ACK: count=4, avg=6249 us, min=6210 us, max=6275 us
# 
# test ENQ + SND + ACK
#     USR: 1641120820 s 782532 us (seq=0, len=0)
#     ENQ: 1641120820 s 782606 us (seq=9, len=10)  (USR +74 us)
#     SND: 1641120820 s 783622 us (seq=9, len=10)  (USR +1089 us)
#     ACK: 1641120820 s 788814 us (seq=9, len=10)  (USR +6281 us)
#     USR: 1641120820 s 833123 us (seq=0, len=0)
#     ENQ: 1641120820 s 833181 us (seq=19, len=10)  (USR +57 us)
#     SND: 1641120820 s 834220 us (seq=19, len=10)  (USR +1096 us)
#     ACK: 1641120820 s 839389 us (seq=19, len=10)  (USR +6266 us)
#     USR: 1641120820 s 883456 us (seq=0, len=0)
#     ENQ: 1641120820 s 883504 us (seq=29, len=10)  (USR +47 us)
#     SND: 1641120820 s 884537 us (seq=29, len=10)  (USR +1080 us)
#     ACK: 1641120820 s 889707 us (seq=29, len=10)  (USR +6250 us)
#     USR: 1641120820 s 933771 us (seq=0, len=0)
#     ENQ: 1641120820 s 933816 us (seq=39, len=10)  (USR +45 us)
#     SND: 1641120820 s 934850 us (seq=39, len=10)  (USR +1079 us)
#     ACK: 1641120820 s 940028 us (seq=39, len=10)  (USR +6257 us)
#     USR-ENQ: count=4, avg=56 us, min=45 us, max=74 us
#     USR-SND: count=4, avg=1086 us, min=1079 us, max=1096 us
#     USR-ACK: count=4, avg=6263 us, min=6250 us, max=6281 us
not ok 38 selftests: net: txtimestamp.sh # exit=1
# selftests: net: vrf-xfrm-tests.sh
# 
# No qdisc on VRF device
# TEST: IPv4 no xfrm policy                                           [ OK ]
# TEST: IPv6 no xfrm policy                                           [ OK ]
# TEST: IPv4 xfrm policy based on address                             [ OK ]
# TEST: IPv6 xfrm policy based on address                             [ OK ]
# TEST: IPv6 xfrm policy with VRF in selector                         [ OK ]
# Error: Unknown device type.
# Cannot find device "xfrm0"
# Cannot find device "xfrm0"
# Cannot find device "xfrm0"
# TEST: IPv4 xfrm policy with xfrm device                             [FAIL]
# TEST: IPv6 xfrm policy with xfrm device                             [FAIL]
# Cannot find device "xfrm0"
# 
# netem qdisc on VRF device
# TEST: IPv4 no xfrm policy                                           [ OK ]
# TEST: IPv6 no xfrm policy                                           [ OK ]
# TEST: IPv4 xfrm policy based on address                             [ OK ]
# TEST: IPv6 xfrm policy based on address                             [ OK ]
# TEST: IPv6 xfrm policy with VRF in selector                         [ OK ]
# Error: Unknown device type.
# Cannot find device "xfrm0"
# Cannot find device "xfrm0"
# Cannot find device "xfrm0"
# TEST: IPv4 xfrm policy with xfrm device                             [FAIL]
# TEST: IPv6 xfrm policy with xfrm device                             [FAIL]
# Cannot find device "xfrm0"
# 
# Tests passed:  10
# Tests failed:   4
not ok 39 selftests: net: vrf-xfrm-tests.sh # exit=1
# selftests: net: rxtimestamp.sh
# Testing ip...
# Starting testcase 0 over ipv4...
# Starting testcase 0 over ipv6...
# Starting testcase 1 over ipv4...
# Starting testcase 1 over ipv6...
# Starting testcase 2 over ipv4...
# Starting testcase 2 over ipv6...
# Starting testcase 3 over ipv4...
# Starting testcase 3 over ipv6...
# Starting testcase 4 over ipv4...
# Starting testcase 4 over ipv6...
# Starting testcase 5 over ipv4...
# Starting testcase 5 over ipv6...
# Starting testcase 6 over ipv4...
# Starting testcase 6 over ipv6...
# Starting testcase 7 over ipv4...
# Starting testcase 7 over ipv6...
# Starting testcase 8 over ipv4...
# Starting testcase 8 over ipv6...
# Starting testcase 9 over ipv4...
# Starting testcase 9 over ipv6...
# Testing udp...
# Starting testcase 0 over ipv4...
# Starting testcase 0 over ipv6...
# Starting testcase 1 over ipv4...
# Starting testcase 1 over ipv6...
# Starting testcase 2 over ipv4...
# Starting testcase 2 over ipv6...
# Starting testcase 3 over ipv4...
# Starting testcase 3 over ipv6...
# Starting testcase 4 over ipv4...
# Starting testcase 4 over ipv6...
# Starting testcase 5 over ipv4...
# Starting testcase 5 over ipv6...
# Starting testcase 6 over ipv4...
# Starting testcase 6 over ipv6...
# Starting testcase 7 over ipv4...
# Starting testcase 7 over ipv6...
# Starting testcase 8 over ipv4...
# Starting testcase 8 over ipv6...
# Starting testcase 9 over ipv4...
# Starting testcase 9 over ipv6...
# Testing tcp...
# Starting testcase 0 over ipv4...
# Starting testcase 0 over ipv6...
# Starting testcase 1 over ipv4...
# Starting testcase 1 over ipv6...
# Starting testcase 2 over ipv4...
# Starting testcase 2 over ipv6...
# Starting testcase 3 over ipv4...
# Starting testcase 3 over ipv6...
# Starting testcase 4 over ipv4...
# Starting testcase 4 over ipv6...
# Starting testcase 5 over ipv4...
# Starting testcase 5 over ipv6...
# Starting testcase 6 over ipv4...
# Starting testcase 6 over ipv6...
# Starting testcase 7 over ipv4...
# Starting testcase 7 over ipv6...
# Starting testcase 8 over ipv4...
# Starting testcase 8 over ipv6...
# Starting testcase 9 over ipv4...
# Starting testcase 9 over ipv6...
# PASSED.
ok 40 selftests: net: rxtimestamp.sh
# selftests: net: devlink_port_split.py
# no devlink device was found, test skipped
ok 41 selftests: net: devlink_port_split.py # SKIP
# selftests: net: drop_monitor_tests.sh
# SKIP: tshark too old, missing net_dm dissector
ok 42 selftests: net: drop_monitor_tests.sh # SKIP
# selftests: net: vrf_route_leaking.sh
# 
# ###########################################################################
# IPv4 (sym route): VRF ICMP ttl error route lookup ping
# ###########################################################################
# 
# TEST: Basic IPv4 connectivity                                       [ OK ]
# TEST: Ping received ICMP ttl exceeded                               [ OK ]
# 
# ###########################################################################
# IPv4 (sym route): VRF ICMP error route lookup traceroute
# ###########################################################################
# 
# TEST: Basic IPv4 connectivity                                       [ OK ]
# TEST: Traceroute reports a hop on r1                                [ OK ]
# 
# ###########################################################################
# IPv4 (sym route): VRF ICMP fragmentation error route lookup ping
# ###########################################################################
# 
# TEST: Basic IPv4 connectivity                                       [ OK ]
# TEST: Ping received ICMP Frag needed                                [ OK ]
# 
# ###########################################################################
# IPv4 (asym route): VRF ICMP ttl error route lookup ping
# ###########################################################################
# 
# TEST: Basic IPv4 connectivity                                       [ OK ]
# TEST: Ping received ICMP ttl exceeded                               [ OK ]
# 
# ###########################################################################
# IPv4 (asym route): VRF ICMP error route lookup traceroute
# ###########################################################################
# 
# TEST: Basic IPv4 connectivity                                       [ OK ]
# TEST: Traceroute reports a hop on r1                                [ OK ]
# 
# ###########################################################################
# IPv6 (sym route): VRF ICMP ttl error route lookup ping
# ###########################################################################
# 
# TEST: Basic IPv6 connectivity                                       [ OK ]
# TEST: Ping received ICMP Hop limit                                  [ OK ]
# 
# ###########################################################################
# IPv6 (sym route): VRF ICMP error route lookup traceroute
# ###########################################################################
# 
# TEST: Basic IPv6 connectivity                                       [ OK ]
# TEST: Traceroute6 reports a hop on r1                               [ OK ]
# 
# ###########################################################################
# IPv6 (sym route): VRF ICMP fragmentation error route lookup ping
# ###########################################################################
# 
# TEST: Basic IPv6 connectivity                                       [ OK ]
# TEST: Ping received ICMP Packet too big                             [FAIL]
# 
# ###########################################################################
# IPv6 (asym route): VRF ICMP ttl error route lookup ping
# ###########################################################################
# 
# TEST: Basic IPv6 connectivity                                       [ OK ]
# TEST: Ping received ICMP Hop limit                                  [ OK ]
# 
# ###########################################################################
# IPv6 (asym route): VRF ICMP error route lookup traceroute
# ###########################################################################
# 
# TEST: Basic IPv6 connectivity                                       [ OK ]
# TEST: Traceroute6 reports a hop on r1                               [ OK ]
# 
# Tests passed:  19
# Tests failed:   1
not ok 43 selftests: net: vrf_route_leaking.sh # exit=1
# selftests: net: bareudp.sh
# TEST: IPv4 packets over UDPv4                                       [ OK ]
# TEST: IPv4 packets over UDPv6                                       [ OK ]
# TEST: IPv6 packets over UDPv4                                       [ OK ]
# TEST: IPv6 packets over UDPv6                                       [ OK ]
# TEST: IPv4 packets over UDPv4 (multiproto mode)                     [ OK ]
# TEST: IPv6 packets over UDPv4 (multiproto mode)                     [ OK ]
# TEST: IPv4 packets over UDPv6 (multiproto mode)                     [ OK ]
# TEST: IPv6 packets over UDPv6 (multiproto mode)                     [ OK ]
# TEST: Unicast MPLS packets over UDPv4                               [ OK ]
# TEST: Unicast MPLS packets over UDPv6                               [ OK ]
ok 44 selftests: net: bareudp.sh
# selftests: net: unicast_extensions.sh
# ###########################################################################
# Unicast address extensions tests (behavior of reserved IPv4 addresses)
# ###########################################################################
# TEST: assign and ping within 240/4 (1 of 2) (is allowed)            [ OK ]
# TEST: assign and ping within 240/4 (2 of 2) (is allowed)            [ OK ]
# TEST: assign and ping within 0/8 (1 of 2) (is allowed)              [ OK ]
# TEST: assign and ping within 0/8 (2 of 2) (is allowed)              [ OK ]
# TEST: assign and ping inside 255.255/16 (is allowed)                [ OK ]
# TEST: assign and ping inside 255.255.255/24 (is allowed)            [ OK ]
# TEST: route between 240.5.6/24 and 255.1.2/24 (is allowed)          [ OK ]
# TEST: route between 0.200/16 and 245.99/16 (is allowed)             [ OK ]
# TEST: assign and ping lowest address (/24)                          [ OK ]
# TEST: assign and ping lowest address (/26)                          [ OK ]
# TEST: routing using lowest address                                  [ OK ]
# TEST: assigning 0.0.0.0 (is forbidden)                              [ OK ]
# TEST: assigning 255.255.255.255 (is forbidden)                      [ OK ]
# TEST: assign and ping inside 127/8 (is forbidden)                   [ OK ]
# TEST: assign and ping class D address (is forbidden)                [ OK ]
# TEST: routing using class D (is forbidden)                          [ OK ]
# TEST: routing using 127/8 (is forbidden)                            [ OK ]
ok 45 selftests: net: unicast_extensions.sh
# selftests: net: udpgro_fwd.sh
# IPv4
# No GRO                                   fail - received  packets, expected 10
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:      6 MB/s     5296 calls/s
# udp tx:    104 MB/s     1773 calls/s   1773 msg/s
# udp rx:      7 MB/s     6128 calls/s
# udp tx:    105 MB/s     1781 calls/s   1781 msg/s
# udp rx:      7 MB/s     6112 calls/s
# udp tx:    105 MB/s     1792 calls/s   1792 msg/s
# UDP GRO fwd perf                        udp rx:      6 MB/s     5440 calls/s
# udp tx:    104 MB/s     1769 calls/s   1769 msg/s
# udp rx:      7 MB/s     6032 calls/s
# udp tx:    106 MB/s     1805 calls/s   1805 msg/s
# udp rx:      7 MB/s     6176 calls/s
# udp tx:    106 MB/s     1800 calls/s   1800 msg/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp rx:     48 MB/s    39198 calls/s
# ./udpgso_bench_tx: sendmsg: Connection refused
#  fail client exit code 1, server 0
# UDP tunnel GRO fwd perf                 udp rx:     49 MB/s    40107 calls/s
# udp tx:     83 MB/s     1416 calls/s   1416 msg/s
# udp rx:     54 MB/s    44436 calls/s
# udp tx:     83 MB/s     1420 calls/s   1420 msg/s
# udp rx:     57 MB/s    46857 calls/s
# IPv6
# No GRO                                   fail - received  packets, expected 10
# GRO frag list                            ok
# GRO fwd                                  ok
# UDP fwd perf                            udp rx:      6 MB/s     5200 calls/s
# udp tx:    109 MB/s     1858 calls/s   1858 msg/s
# udp rx:      7 MB/s     6240 calls/s
# udp tx:    107 MB/s     1824 calls/s   1824 msg/s
# udp rx:      7 MB/s     6384 calls/s
# udp tx:    109 MB/s     1854 calls/s   1854 msg/s
# UDP GRO fwd perf                        udp rx:      6 MB/s     5200 calls/s
# udp tx:    109 MB/s     1860 calls/s   1860 msg/s
# udp rx:      7 MB/s     6448 calls/s
# udp tx:    108 MB/s     1846 calls/s   1846 msg/s
# udp rx:      7 MB/s     6432 calls/s
# GRO frag list over UDP tunnel            ok
# GRO fwd over UDP tunnel                  ok
# UDP tunnel fwd perf                     udp rx:     50 MB/s    41037 calls/s
# udp tx:     84 MB/s     1434 calls/s   1434 msg/s
# udp rx:     56 MB/s    46104 calls/s
# udp tx:     84 MB/s     1430 calls/s   1430 msg/s
# udp rx:     56 MB/s    45975 calls/s
# udp tx:     83 MB/s     1419 calls/s   1419 msg/s
# UDP tunnel GRO fwd perf                 udp rx:     50 MB/s    40845 calls/s
# udp tx:     85 MB/s     1451 calls/s   1451 msg/s
# udp rx:     56 MB/s    45912 calls/s
# udp tx:     84 MB/s     1436 calls/s   1436 msg/s
# udp rx:     58 MB/s    47388 calls/s
# udp tx:     83 MB/s     1421 calls/s   1421 msg/s
not ok 46 selftests: net: udpgro_fwd.sh # exit=1
# selftests: net: veth.sh
# default - gro flag                                           ok 
#         - peer gro flag                                      ok 
#         - tso flag                                           ok 
#         - peer tso flag                                      ok 
#         - aggregation                                        ok 
#         - aggregation with TSO off                           ok 
# with gro on - gro flag                                       ok 
#         - peer gro flag                                      ok 
#         - tso flag                                           ok 
#         - peer tso flag                                      ok 
#         - aggregation with TSO off                           ok 
# default channels                                             fail rx:1:1 tx:1:1 combined:n/a:0
# with gro enabled on link down - gro flag                     ok 
#         - peer gro flag                                      ok 
#         - tso flag                                           ok 
#         - peer tso flag                                      ok 
#         - aggregation with TSO off                           ok 
# setting tx channels                                          fail rx:1:1 tx:2:2 combined:n/a:0
# setting both rx and tx channels                              fail rx:3:3 tx:3:3 combined:n/a:0
# bad setting: combined channels                               fail rx:3:3 tx:3:3 combined:n/a:0
# setting invalid channels nr                                  fail rx:3:3 tx:3:3 combined:n/a:0
# bad setting: XDP with RX nr less than TX                     ok 
# bad setting: reducing RX nr below peer TX with XDP set      fail - set operation successful ?!?
# bad setting: increasing peer TX nr above RX with XDP set    fail - set operation successful ?!?
# setting invalid channels nr                                  fail rx:2:1 tx:2:2 combined:n/a:0
# with xdp attached - gro flag                                 fail - expected on found off
#         - peer gro flag                                      ok 
#         - tso flag                                           fail - expected off found on
#         - peer tso flag                                      ok 
#         - aggregation                                        ok 
#         - after dev off, flag                                fail - expected on found off
#         - peer flag                                          ok 
#         - after gro on xdp off, gro flag                     ok 
#         - peer gro flag                                      ok 
#         - tso flag                                           ok 
#         - peer tso flag                                      ok 
# decreasing tx channels with device down                      fail rx:2:1 tx:1:1 combined:n/a:0
#         - aggregation                                        ok 
# increasing tx channels with device down                      fail rx:2:1 tx:2:2 combined:n/a:0
# aggregation again with default and TSO off                   ok 
not ok 47 selftests: net: veth.sh # exit=1
# selftests: net: ioam6.sh
# SKIP: cannot attach an ioam trace to a route, did you compile without CONFIG_IPV6_IOAM6_LWTUNNEL?
not ok 48 selftests: net: ioam6.sh # exit=1
# selftests: net: gro.sh
# running test ipv4 data
# Expected {200 }, Total 1 packets
# Received {200 }, Total 1 packets.
# Expected {150 }, Total 1 packets
# Received {150 }, Total 1 packets.
# Expected {50 100 }, Total 2 packets
# Received {50 100 }, Total 2 packets.
# running test ipv4 ack
# Expected {0 0 0 }, Total 3 packets
# Received {0 0 0 }, Total 3 packets.
# running test ipv4 flags
# Expected {300 200 }, Total 2 packets
# Received {300 200 }, Total 2 packets.
# Expected {200 0 200 }, Total 3 packets
# Received {200 0 200 }, Total 3 packets.
# Expected {200 0 200 }, Total 3 packets
# Received {200 0 200 }, Total 3 packets.
# Expected {200 0 200 }, Total 3 packets
# Received {200 0 200 }, Total 3 packets.
# running test ipv4 tcp
# Expected {100 100 }, Total 2 packets
# Received {100 100 }, Total 2 packets.
# Expected {100 100 }, Total 2 packets
# Received {100 100 }, Total 2 packets.
# Expected {200 100 100 100 }, Total 4 packets
# Received {200 100 100 100 }, Total 4 packets.
# Expected {200 100 }, Total 2 packets
# Received {200 100 }, Total 2 packets.
# running test ipv4 ip
# Expected {100 100 }, Total 2 packets
# Received {100 100 }, Total 2 packets.
# Expected {100 100 }, Total 2 packets
# Received {100 100 }, Total 2 packets.
# Expected {100 100 }, Total 2 packets
# Received {100 100 }, Total 2 packets.
# Expected {100 100 100 }, Total 3 packets
# Received {100 100 100 }, Total 3 packets.
# Expected {100 100 }, Total 2 packets
# Received {100 100 }, Total 2 packets.
# running test ipv4 large
# Expected {65495 919 }, Total 2 packets
# Received {65495 919 }, Total 2 packets.
# Expected {64576 920 920 }, Total 3 packets
# Received {12108 [!=64576]53388 [!=920]920 }, Total 3 packets.
# ./gro: incorrect packet geometry
# Expected {65495 919 }, Total 2 packets
# Received {56504 [!=65495]8991 [!=919]919 [!=0]}, Total 3 packets.
# ./gro: incorrect number of packets
# Expected {65495 919 }, Total 2 packets
# Received {65495 919 }, Total 2 packets.
# Expected {64576 920 920 }, Total 3 packets
# Received {44396 [!=64576]21100 [!=920]920 }, Total 3 packets.
# ./gro: incorrect packet geometry
# running test ipv6 data
# Expected {200 }, Total 1 packets
# Received {200 }, Total 1 packets.
# Expected {150 }, Total 1 packets
# Received {150 }, Total 1 packets.
# Expected {50 100 }, Total 2 packets
# Received {50 100 }, Total 2 packets.
# running test ipv6 ack
# Expected {0 0 0 }, Total 3 packets
# Received {0 0 0 }, Total 3 packets.
# running test ipv6 flags
# Expected {300 200 }, Total 2 packets
# Received {300 200 }, Total 2 packets.
# Expected {200 0 200 }, Total 3 packets
# Received {200 0 200 }, Total 3 packets.
# Expected {200 0 200 }, Total 3 packets
# Received {200 0 200 }, Total 3 packets.
# Expected {200 0 200 }, Total 3 packets
# Received {200 0 200 }, Total 3 packets.
# running test ipv6 tcp
# Expected {100 100 }, Total 2 packets
# Received {100 100 }, Total 2 packets.
# Expected {100 100 }, Total 2 packets
# Received {100 100 }, Total 2 packets.
# Expected {200 100 100 100 }, Total 4 packets
# Received {200 100 100 100 }, Total 4 packets.
# Expected {200 100 }, Total 2 packets
# Received {200 100 }, Total 2 packets.
# running test ipv6 ip
# Expected {100 100 }, Total 2 packets
# Received {100 100 }, Total 2 packets.
# Expected {100 100 }, Total 2 packets
# Received {100 100 }, Total 2 packets.
# Expected {200 100 }, Total 2 packets
# Received {200 100 }, Total 2 packets.
# running test ipv6 large
# Expected {65475 899 }, Total 2 packets
# Received {56504 [!=65475]8971 [!=899]899 [!=0]}, Total 3 packets.
# ./gro: incorrect number of packets
# Expected {65475 899 }, Total 2 packets
# Received {65475 899 }, Total 2 packets.
# Expected {64576 900 900 }, Total 3 packets
# Received {56504 [!=64576]8972 [!=900]900 }, Total 3 packets.
# ./gro: incorrect packet geometry
# Expected {65475 899 }, Total 2 packets
# Received {40360 [!=65475]25115 [!=899]899 [!=0]}, Total 3 packets.
# ./gro: incorrect number of packets
# failed tests: ipv4_large ipv6_large.     Please see log.txt for more logs
not ok 49 selftests: net: gro.sh # exit=1
# selftests: net: gre_gso.sh
#     TEST: GREv6/v4 - copy file w/ TSO                                   [FAIL]
#     TEST: GREv6/v4 - copy file w/ GSO                                   [FAIL]
#     TEST: GREv6/v6 - copy file w/ TSO                                   [FAIL]
#     TEST: GREv6/v6 - copy file w/ GSO                                   [FAIL]
# 
# Tests passed:   0
# Tests failed:   4
not ok 50 selftests: net: gre_gso.sh # exit=1
make: Leaving directory '/usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/tools/testing/selftests/net'

[-- Attachment #6: job.yaml --]
[-- Type: text/plain, Size: 5778 bytes --]

---
:#! jobs/kernel-selftests-bm.yaml:
suite: kernel-selftests
testcase: kernel-selftests
category: functional
kconfig: x86_64-rhel-8.3-kselftests
kernel-selftests:
  group: net
job_origin: kernel-selftests-bm.yaml
:#! queue options:
queue_cmdline_keys:
- branch
- commit
queue: bisect
testbox: lkp-skl-d04
tbox_group: lkp-skl-d04
submit_id: 61cf9eb50272c66a3ea5c707
job_file: "/lkp/jobs/scheduled/lkp-skl-d04/kernel-selftests-net-ucode=0xe2-debian-10.4-x86_64-20200603.cgz-8fffa0e3451abdd84e4b4e427f7e66040eb24f43-20220101-27198-1ceo90d-0.yaml"
id: a5ddc7385c08ebddbcb21c0f0c5025e924569e37
queuer_version: "/lkp-src"
:#! hosts/lkp-skl-d04:
model: Skylake
nr_cpu: 4
memory: 32G
nr_ssd_partitions: 1
nr_hdd_partitions: 4
hdd_partitions: "/dev/disk/by-id/ata-ST1000DM003-1ER162_Z4YB7AEL-part*"
ssd_partitions: "/dev/disk/by-id/wwn-0x55cd2e404b64c499-part2"
rootfs_partition: "/dev/disk/by-id/wwn-0x55cd2e404b64c499-part1"
brand: Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz
:#! include/category/functional:
kmsg:
heartbeat:
meminfo:
:#! include/queue/cyclic:
commit: 8fffa0e3451abdd84e4b4e427f7e66040eb24f43
:#! include/testbox/lkp-skl-d04:
need_kconfig_hw:
- E1000E: y
- SATA_AHCI
- DRM_I915
- I40E: y
ucode: '0xe2'
bisect_dmesg: true
:#! include/kernel-selftests:
need_kconfig:
- USER_NS: y
- BPF_SYSCALL: y
- TEST_BPF: m
- NUMA: y, v5.6-rc1
- NET_VRF: y, v4.3-rc1
- NET_L3_MASTER_DEV: y, v4.4-rc1
- IPV6: y
- IPV6_MULTIPLE_TABLES: y
- VETH: y
- NET_IPVTI: m
- IPV6_VTI: m
- DUMMY: y
- BRIDGE: y
- VLAN_8021Q: y
- IFB
- NETFILTER: y
- NETFILTER_ADVANCED: y
- NF_CONNTRACK: m
- NF_NAT: m, v5.1-rc1
- IP6_NF_IPTABLES: m
- IP_NF_IPTABLES: m
- IP6_NF_NAT: m
- IP_NF_NAT: m
- NF_TABLES: m
- NF_TABLES_IPV6: y, v4.17-rc1
- NF_TABLES_IPV4: y, v4.17-rc1
- NFT_CHAIN_NAT_IPV6: m, <= v5.0
- NFT_CHAIN_NAT_IPV4: m, <= v5.0
- NET_SCH_FQ: m
- NET_SCH_ETF: m, v4.19-rc1
- NET_SCH_NETEM: y
- TEST_BLACKHOLE_DEV: m, v5.3-rc1
- KALLSYMS: y
- BAREUDP: m, v5.7-rc1
- MPLS_ROUTING: m, v4.1-rc1
- MPLS_IPTUNNEL: m, v4.3-rc1
- NET_SCH_INGRESS: y, v4.19-rc1
- NET_CLS_FLOWER: m, v4.2-rc1
- NET_ACT_TUNNEL_KEY: m, v4.9-rc1
- NET_ACT_MIRRED: m, v5.11-rc1
- CRYPTO_SM4: y
initrds:
- linux_headers
- linux_selftests
enqueue_time: 2022-01-01 08:22:14.089593400 +08:00
_id: 61cf9eb50272c66a3ea5c707
_rt: "/result/kernel-selftests/net-ucode=0xe2/lkp-skl-d04/debian-10.4-x86_64-20200603.cgz/x86_64-rhel-8.3-kselftests/gcc-9/8fffa0e3451abdd84e4b4e427f7e66040eb24f43"
:#! schedule options:
user: lkp
compiler: gcc-9
LKP_SERVER: internal-lkp-server
head_commit: 15331bdc77dbcfda53d50d05a8591e722281bc91
base_commit: fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf
branch: linus/master
rootfs: debian-10.4-x86_64-20200603.cgz
result_root: "/result/kernel-selftests/net-ucode=0xe2/lkp-skl-d04/debian-10.4-x86_64-20200603.cgz/x86_64-rhel-8.3-kselftests/gcc-9/8fffa0e3451abdd84e4b4e427f7e66040eb24f43/0"
scheduler_version: "/lkp/lkp/.src-20211231-112748"
arch: x86_64
max_uptime: 2100
initrd: "/osimage/debian/debian-10.4-x86_64-20200603.cgz"
bootloader_append:
- root=/dev/ram0
- RESULT_ROOT=/result/kernel-selftests/net-ucode=0xe2/lkp-skl-d04/debian-10.4-x86_64-20200603.cgz/x86_64-rhel-8.3-kselftests/gcc-9/8fffa0e3451abdd84e4b4e427f7e66040eb24f43/0
- BOOT_IMAGE=/pkg/linux/x86_64-rhel-8.3-kselftests/gcc-9/8fffa0e3451abdd84e4b4e427f7e66040eb24f43/vmlinuz-5.15.0-rc1-00368-g8fffa0e3451a
- branch=linus/master
- job=/lkp/jobs/scheduled/lkp-skl-d04/kernel-selftests-net-ucode=0xe2-debian-10.4-x86_64-20200603.cgz-8fffa0e3451abdd84e4b4e427f7e66040eb24f43-20220101-27198-1ceo90d-0.yaml
- user=lkp
- ARCH=x86_64
- kconfig=x86_64-rhel-8.3-kselftests
- commit=8fffa0e3451abdd84e4b4e427f7e66040eb24f43
- max_uptime=2100
- LKP_SERVER=internal-lkp-server
- nokaslr
- selinux=0
- debug
- apic=debug
- sysrq_always_enabled
- rcupdate.rcu_cpu_stall_timeout=100
- net.ifnames=0
- printk.devkmsg=on
- panic=-1
- softlockup_panic=1
- nmi_watchdog=panic
- oops=panic
- load_ramdisk=2
- prompt_ramdisk=0
- drbd.minor_count=8
- systemd.log_level=err
- ignore_loglevel
- console=tty0
- earlyprintk=ttyS0,115200
- console=ttyS0,115200
- vga=normal
- rw
modules_initrd: "/pkg/linux/x86_64-rhel-8.3-kselftests/gcc-9/8fffa0e3451abdd84e4b4e427f7e66040eb24f43/modules.cgz"
linux_headers_initrd: "/pkg/linux/x86_64-rhel-8.3-kselftests/gcc-9/8fffa0e3451abdd84e4b4e427f7e66040eb24f43/linux-headers.cgz"
linux_selftests_initrd: "/pkg/linux/x86_64-rhel-8.3-kselftests/gcc-9/8fffa0e3451abdd84e4b4e427f7e66040eb24f43/linux-selftests.cgz"
bm_initrd: "/osimage/deps/debian-10.4-x86_64-20200603.cgz/run-ipconfig_20200608.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/lkp_20211221.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/rsync-rootfs_20200608.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/kernel-selftests_20211213.cgz,/osimage/pkg/debian-10.4-x86_64-20200603.cgz/kernel-selftests-x86_64-a1616593-1_20211231.cgz,/osimage/deps/debian-10.4-x86_64-20200603.cgz/hw_20200715.cgz"
ucode_initrd: "/osimage/ucode/intel-ucode-20210222.cgz"
lkp_initrd: "/osimage/user/lkp/lkp-x86_64.cgz"
site: inn
:#! /cephfs/db/releases/20211120233921/lkp-src/include/site/inn:
LKP_CGI_PORT: 80
LKP_CIFS_PORT: 139
oom-killer:
watchdog:
:#! runtime status:
last_kernel: 5.13.0-rc1
:#! /cephfs/db/releases/20211126222352/lkp-src/include/site/inn:
:#! /cephfs/db/releases/20211229193028/lkp-src/include/site/inn:
schedule_notify_address:
:#! user overrides:
kernel: "/pkg/linux/x86_64-rhel-8.3-kselftests/gcc-9/8fffa0e3451abdd84e4b4e427f7e66040eb24f43/vmlinuz-5.15.0-rc1-00368-g8fffa0e3451a"
dequeue_time: 2022-01-01 11:19:43.170707883 +08:00
:#! /cephfs/db/releases/20211231195303/lkp-src/include/site/inn:
job_state: finished
loadavg: 2.17 1.49 1.19 1/149 26087
start_time: '1641007272'
end_time: '1641008979'
version: "/lkp/lkp/.src-20211231-112828:bdd14a96:bf02ab871"

[-- Attachment #7: reproduce.ksh --]
[-- Type: text/plain, Size: 400 bytes --]

mount --bind /lib/modules/5.15.0-rc1-00368-g8fffa0e3451a/kernel/lib /usr/src/perf_selftests-x86_64-rhel-8.3-kselftests-8fffa0e3451abdd84e4b4e427f7e66040eb24f43/lib
sed -i s/default_timeout=45/default_timeout=300/ kselftest/runner.sh
make -C bpf
make -C ../../../tools/testing/selftests/net
make install INSTALL_PATH=/usr/bin/ -C ../../../tools/testing/selftests/net
make -C net
make run_tests -C net

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-04  2:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-04  2:39 [selftests/bpf] 8fffa0e345: kernel-selftests.net.veth.sh.fail kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.