[INFO] fetching crate rxdp 0.3.1... [INFO] testing rxdp-0.3.1 against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2 [INFO] extracting crate rxdp 0.3.1 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate rxdp 0.3.1 [INFO] finished tweaking crates.io crate rxdp 0.3.1 [INFO] tweaked toml for crates.io crate rxdp 0.3.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rxdp 0.3.1 on toolchain 1.98.0-beta.8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 85 packages to latest compatible versions [INFO] [stderr] Adding bitflags v1.3.2 (available: v2.13.1) [INFO] [stderr] Adding criterion v0.3.6 (available: v0.8.2) [INFO] [stderr] Adding errno v0.2.8 (available: v0.3.14) [INFO] [stderr] Adding libbpf-sys v0.1.0-1 (available: v1.7.0+v1.7.0) [INFO] [stderr] Adding rand v0.7.3 (available: v0.10.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libbpf-sys v0.1.0-1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 409731aa680d5cce94ce6ef9c644dcce0bb062139bedcb27e13ad21082b5fa60 [INFO] running `Command { std: "docker" "start" "409731aa680d5cce94ce6ef9c644dcce0bb062139bedcb27e13ad21082b5fa60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "409731aa680d5cce94ce6ef9c644dcce0bb062139bedcb27e13ad21082b5fa60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "409731aa680d5cce94ce6ef9c644dcce0bb062139bedcb27e13ad21082b5fa60" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "409731aa680d5cce94ce6ef9c644dcce0bb062139bedcb27e13ad21082b5fa60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "409731aa680d5cce94ce6ef9c644dcce0bb062139bedcb27e13ad21082b5fa60" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling find-msvc-tools v0.1.11 [INFO] [stderr] Compiling shlex v2.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.22 [INFO] [stderr] Compiling libc v0.2.189 [INFO] [stderr] Compiling cc v1.4.4 [INFO] [stderr] Compiling crossbeam-channel v0.5.16 [INFO] [stderr] Compiling errno v0.2.8 [INFO] [stderr] Compiling libbpf-sys v0.1.0-1 [INFO] [stderr] Compiling rxdp v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: functions generic over types or consts must be mangled [INFO] [stdout] --> src/perf_event_handler.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 52 | #[no_mangle] [INFO] [stdout] | ------------ help: remove this attribute [INFO] [stdout] 53 | unsafe extern "C" fn sample_event(ctx: *mut c_void, cpu: i32, data: *mut c_void, size: u32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(no_mangle_generic_items)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: functions generic over types or consts must be mangled [INFO] [stdout] --> src/perf_event_handler.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 58 | #[no_mangle] [INFO] [stdout] | ------------ help: remove this attribute [INFO] [stdout] 59 | unsafe extern "C" fn lost_event(ctx: *mut c_void, cpu: i32, cnt: u64) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `release` profile [optimized] target(s) in 13.05s [INFO] running `Command { std: "docker" "inspect" "409731aa680d5cce94ce6ef9c644dcce0bb062139bedcb27e13ad21082b5fa60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "409731aa680d5cce94ce6ef9c644dcce0bb062139bedcb27e13ad21082b5fa60" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling serde_core v1.0.229 [INFO] [stderr] Compiling crossbeam-epoch v0.9.20 [INFO] [stderr] Compiling proc-macro2 v1.0.107 [INFO] [stderr] Compiling crossbeam-deque v0.8.7 [INFO] [stderr] Compiling quote v1.0.47 [INFO] [stderr] Compiling zerocopy v0.8.56 [INFO] [stderr] Compiling memchr v2.8.3 [INFO] [stderr] Compiling autocfg v1.5.1 [INFO] [stderr] Compiling serde v1.0.229 [INFO] [stderr] Compiling zmij v1.0.23 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling either v1.18.0 [INFO] [stderr] Compiling itoa v1.0.18 [INFO] [stderr] Compiling serde_json v1.0.151 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling regex-syntax v0.8.11 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stdout] warning: functions generic over types or consts must be mangled [INFO] [stdout] --> src/perf_event_handler.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 52 | #[no_mangle] [INFO] [stdout] | ------------ help: remove this attribute [INFO] [stdout] 53 | unsafe extern "C" fn sample_event(ctx: *mut c_void, cpu: i32, data: *mut c_void, size: u32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(no_mangle_generic_items)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: functions generic over types or consts must be mangled [INFO] [stdout] --> src/perf_event_handler.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 58 | #[no_mangle] [INFO] [stdout] | ------------ help: remove this attribute [INFO] [stdout] 59 | unsafe extern "C" fn lost_event(ctx: *mut c_void, cpu: i32, cnt: u64) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling csv-core v0.1.13 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling syn v3.0.4 [INFO] [stderr] Compiling rayon v1.12.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling regex-automata v0.4.18 [INFO] [stderr] Compiling criterion-plot v0.4.5 [INFO] [stderr] Compiling serde_derive v1.0.229 [INFO] [stderr] Compiling csv v1.4.0 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling regex v1.13.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling criterion v0.3.6 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rxdp v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: functions generic over types or consts must be mangled [INFO] [stdout] --> src/perf_event_handler.rs:53:5 [INFO] [stdout] | [INFO] [stdout] 52 | #[no_mangle] [INFO] [stdout] | ------------ help: remove this attribute [INFO] [stdout] 53 | unsafe extern "C" fn sample_event(ctx: *mut c_void, cpu: i32, data: *mut c_void, size: u32) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(no_mangle_generic_items)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: functions generic over types or consts must be mangled [INFO] [stdout] --> src/perf_event_handler.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 58 | #[no_mangle] [INFO] [stdout] | ------------ help: remove this attribute [INFO] [stdout] 59 | unsafe extern "C" fn lost_event(ctx: *mut c_void, cpu: i32, cnt: u64) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `release` profile [optimized] target(s) in 1m 01s [INFO] running `Command { std: "docker" "inspect" "409731aa680d5cce94ce6ef9c644dcce0bb062139bedcb27e13ad21082b5fa60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "409731aa680d5cce94ce6ef9c644dcce0bb062139bedcb27e13ad21082b5fa60" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }` [INFO] [stderr] warning: functions generic over types or consts must be mangled [INFO] [stderr] --> src/perf_event_handler.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 52 | #[no_mangle] [INFO] [stderr] | ------------ help: remove this attribute [INFO] [stderr] 53 | unsafe extern "C" fn sample_event(ctx: *mut c_void, cpu: i32, data: *mut c_void, size: u32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(no_mangle_generic_items)]` on by default [INFO] [stderr] [INFO] [stderr] warning: functions generic over types or consts must be mangled [INFO] [stderr] --> src/perf_event_handler.rs:59:5 [INFO] [stderr] | [INFO] [stderr] 58 | #[no_mangle] [INFO] [stderr] | ------------ help: remove this attribute [INFO] [stderr] 59 | unsafe extern "C" fn lost_event(ctx: *mut c_void, cpu: i32, cnt: u64) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rxdp` (lib) generated 2 warnings [INFO] [stderr] warning: `rxdp` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `release` profile [optimized] target(s) in 0.16s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/release/deps/rxdp-cca9b8ce07590952) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test map_types::tests::test_from_u32 ... ok [INFO] [stdout] test percpu_map::tests::test_byte_align_numbers ... ok [INFO] [stdout] test percpu_map::tests::test_byte_from_aligned_numbers ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/integration.rs (/opt/rustwide/target/release/deps/integration-e64cdd5a5aebdaaf) [INFO] [stdout] [INFO] [stdout] running 35 tests [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stdout] test test_create_normal_hash_fails ... ok [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stdout] test test_attach_program_unsupported_mode ... FAILED [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stdout] test test_attach_program_no_interface ... FAILED [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stdout] test test_create_per_cpu_hash_map ... FAILED [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stdout] test test_array_map_operations ... FAILED [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stdout] test test_create_per_cpu_array_map ... FAILED [INFO] [stdout] test test_create_hash_map ... FAILED [INFO] [stdout] test test_dev_map_operations ... FAILED [INFO] [stdout] test test_items_hash_map ... FAILED [INFO] [stdout] test test_items_per_cpu_big_array_map ... FAILED [INFO] [stdout] test test_create_array_map ... FAILED [INFO] [stderr] libbpf: failed to open missing.elf: No such file or directory [INFO] [stdout] test test_open_elf_no_such_file ... ok [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stdout] test test_items_big_array_map ... FAILED [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stdout] test test_items_array_map ... FAILED [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stdout] test test_items_big_hash_map ... FAILED [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stdout] test test_load ... FAILED [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stdout] test test_get_program_names ... FAILED [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stdout] test test_perf_map_invalid_map_type ... FAILED [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stdout] test test_items_per_cpu_array_map ... FAILED [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stdout] test test_no_pinned_maps ... FAILED [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stdout] test test_lru_hash_map_operations ... FAILED [INFO] [stdout] test test_pinned_maps_default_path ... FAILED [INFO] [stdout] test test_items_per_cpu_hash_map ... FAILED [INFO] [stdout] test test_open_valid_elf ... FAILED [INFO] [stdout] test test_perf_map_events_crossbeam_channel ... FAILED [INFO] [stdout] test test_pinned_map_values ... FAILED [INFO] [stdout] test test_pinned_maps_adds_map_to_fs ... FAILED [INFO] [stdout] test test_items_per_cpu_big_hash_map ... FAILED [INFO] [stdout] test test_pinned_per_cpu_map_values ... FAILED [INFO] [stdout] test test_per_cpu_lru_hash_map_operations ... FAILED [INFO] [stdout] test test_per_cpu_array_map_operations ... FAILED [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stdout] test test_per_cpu_hash_map_operations ... FAILED [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stdout] test test_get_program ... FAILED [INFO] [stdout] test test_attach_program_to_interface ... FAILED [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stdout] test test_hash_map_operations ... FAILED [INFO] [stderr] libbpf: failed to open /opt/rustwide/workdir/tests/testdata/test.o: No such file or directory [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--test integration` [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_attach_program_unsupported_mode stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_attach_program_unsupported_mode' (1545) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae31d009 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_attach_program_no_interface stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_attach_program_no_interface' (1543) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae31bc49 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_create_per_cpu_hash_map stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_create_per_cpu_hash_map' (1550) panicked at tests/integration.rs:253:89: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: XDPError { code: 1, description: "Error creating new map: Operation not permitted" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae31913a - >::call_once [INFO] [stdout] 13: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 14: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 15: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 16: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 17: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 18: 0x7a0e75eec07a - [INFO] [stdout] 19: 0x7a0e75f7f534 - clone [INFO] [stdout] 20: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_array_map_operations stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_array_map_operations' (1542) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae3188a9 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_create_per_cpu_array_map stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_create_per_cpu_array_map' (1549) panicked at tests/integration.rs:261:90: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: XDPError { code: 1, description: "Error creating new map: Operation not permitted" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae3199b7 - >::call_once [INFO] [stdout] 13: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 14: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 15: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 16: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 17: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 18: 0x7a0e75eec07a - [INFO] [stdout] 19: 0x7a0e75f7f534 - clone [INFO] [stdout] 20: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_create_hash_map stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_create_hash_map' (1547) panicked at tests/integration.rs:199:77: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: XDPError { code: 1, description: "Error creating new map: Operation not permitted" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae3150ea - >::call_once [INFO] [stdout] 13: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 14: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 15: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 16: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 17: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 18: 0x7a0e75eec07a - [INFO] [stdout] 19: 0x7a0e75f7f534 - clone [INFO] [stdout] 20: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_dev_map_operations stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_dev_map_operations' (1551) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae3162e9 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_items_hash_map stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_items_hash_map' (1558) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae314879 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_items_per_cpu_big_array_map stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_items_per_cpu_big_array_map' (1560) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae31c439 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_create_array_map stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_create_array_map' (1546) panicked at tests/integration.rs:207:78: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: XDPError { code: 1, description: "Error creating new map: Operation not permitted" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae3154f7 - >::call_once [INFO] [stdout] 13: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 14: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 15: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 16: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 17: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 18: 0x7a0e75eec07a - [INFO] [stdout] 19: 0x7a0e75f7f534 - clone [INFO] [stdout] 20: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_items_big_array_map stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_items_big_array_map' (1556) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae3185a9 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_items_array_map stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_items_array_map' (1555) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae315139 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_items_big_hash_map stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_items_big_hash_map' (1557) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae317fa9 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_load stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_load' (1563) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae31de39 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_get_program_names stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_get_program_names' (1553) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae315539 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_perf_map_invalid_map_type stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_perf_map_invalid_map_type' (1572) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae31a019 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_items_per_cpu_array_map stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_items_per_cpu_array_map' (1559) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae319189 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_no_pinned_maps stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_no_pinned_maps' (1565) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae314b79 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_lru_hash_map_operations stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_lru_hash_map_operations' (1564) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae319579 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_pinned_maps_default_path stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_pinned_maps_default_path' (1575) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae3199fb - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_items_per_cpu_hash_map stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_items_per_cpu_hash_map' (1562) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae318c79 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_open_valid_elf stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_open_valid_elf' (1567) panicked at tests/integration.rs:27:45: [INFO] [stdout] failed to open valid ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae314fe0 - >::call_once [INFO] [stdout] 13: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 14: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 15: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 16: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 17: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 18: 0x7a0e75eec07a - [INFO] [stdout] 19: 0x7a0e75f7f534 - clone [INFO] [stdout] 20: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_perf_map_events_crossbeam_channel stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_perf_map_events_crossbeam_channel' (1571) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae31d779 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_pinned_map_values stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_pinned_map_values' (1573) panicked at tests/utils.rs:64:32: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311a25 - integration[7683e7b938df8f3d]::utils::pin_dir [INFO] [stdout] 13: 0x641cae315801 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_pinned_maps_adds_map_to_fs stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_pinned_maps_adds_map_to_fs' (1574) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae31b5cb - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_items_per_cpu_big_hash_map stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_items_per_cpu_big_hash_map' (1561) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae31b1d9 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_pinned_per_cpu_map_values stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_pinned_per_cpu_map_values' (1576) panicked at tests/utils.rs:64:32: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311a25 - integration[7683e7b938df8f3d]::utils::pin_dir [INFO] [stdout] 13: 0x641cae31a301 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_per_cpu_lru_hash_map_operations stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_per_cpu_lru_hash_map_operations' (1570) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae31d389 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_per_cpu_array_map_operations stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_per_cpu_array_map_operations' (1568) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae31cc19 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_per_cpu_hash_map_operations stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_per_cpu_hash_map_operations' (1569) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae31c829 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_get_program stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_get_program' (1552) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae3145a9 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_attach_program_to_interface stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_attach_program_to_interface' (1544) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae31c079 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_hash_map_operations stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'test_hash_map_operations' (1554) panicked at tests/utils.rs:43:38: [INFO] [stdout] failed to test ELF file: XDPError { code: 2, description: "Error creating object from ELF file: No such file or directory" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x641cae3c4ff1 - <::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt [INFO] [stdout] 1: 0x641cae3d9aca - core[832e9a552fc17241]::fmt::write [INFO] [stdout] 2: 0x641cae3c97bc - as std[97b98282bc616a66]::io::Write>::write_fmt [INFO] [stdout] 3: 0x641cae3a1b36 - std[97b98282bc616a66]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x641cae3bc229 - std[97b98282bc616a66]::panicking::default_hook [INFO] [stdout] 5: 0x641cae334f40 - test[39766f3d73431624]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x641cae3bc3e2 - std[97b98282bc616a66]::panicking::panic_with_hook [INFO] [stdout] 7: 0x641cae3a1be2 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x641cae3990c9 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x641cae3a287d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind [INFO] [stdout] 10: 0x641cae3da1fc - core[832e9a552fc17241]::panicking::panic_fmt [INFO] [stdout] 11: 0x641cae3d9fd2 - core[832e9a552fc17241]::result::unwrap_failed [INFO] [stdout] 12: 0x641cae311768 - integration[7683e7b938df8f3d]::utils::test_object [INFO] [stdout] 13: 0x641cae3182a9 - >::call_once [INFO] [stdout] 14: 0x641cae32827b - test[39766f3d73431624]::__rust_begin_short_backtrace::, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>> [INFO] [stdout] 15: 0x641cae3358c5 - test[39766f3d73431624]::run_test::{closure#0} [INFO] [stdout] 16: 0x641cae330374 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x641cae338a12 - ::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x641cae3c44df - ::new::thread_start [INFO] [stdout] 19: 0x7a0e75eec07a - [INFO] [stdout] 20: 0x7a0e75f7f534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_array_map_operations [INFO] [stdout] test_attach_program_no_interface [INFO] [stdout] test_attach_program_to_interface [INFO] [stdout] test_attach_program_unsupported_mode [INFO] [stdout] test_create_array_map [INFO] [stdout] test_create_hash_map [INFO] [stdout] test_create_per_cpu_array_map [INFO] [stdout] test_create_per_cpu_hash_map [INFO] [stdout] test_dev_map_operations [INFO] [stdout] test_get_program [INFO] [stdout] test_get_program_names [INFO] [stdout] test_hash_map_operations [INFO] [stdout] test_items_array_map [INFO] [stdout] test_items_big_array_map [INFO] [stdout] test_items_big_hash_map [INFO] [stdout] test_items_hash_map [INFO] [stdout] test_items_per_cpu_array_map [INFO] [stdout] test_items_per_cpu_big_array_map [INFO] [stdout] test_items_per_cpu_big_hash_map [INFO] [stdout] test_items_per_cpu_hash_map [INFO] [stdout] test_load [INFO] [stdout] test_lru_hash_map_operations [INFO] [stdout] test_no_pinned_maps [INFO] [stdout] test_open_valid_elf [INFO] [stdout] test_per_cpu_array_map_operations [INFO] [stdout] test_per_cpu_hash_map_operations [INFO] [stdout] test_per_cpu_lru_hash_map_operations [INFO] [stdout] test_perf_map_events_crossbeam_channel [INFO] [stdout] test_perf_map_invalid_map_type [INFO] [stdout] test_pinned_map_values [INFO] [stdout] test_pinned_maps_adds_map_to_fs [INFO] [stdout] test_pinned_maps_default_path [INFO] [stdout] test_pinned_per_cpu_map_values [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 33 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "409731aa680d5cce94ce6ef9c644dcce0bb062139bedcb27e13ad21082b5fa60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "409731aa680d5cce94ce6ef9c644dcce0bb062139bedcb27e13ad21082b5fa60", kill_on_drop: false }` [INFO] [stdout] 409731aa680d5cce94ce6ef9c644dcce0bb062139bedcb27e13ad21082b5fa60