=============================================
   GNU inetutils 2.8: tests/test-suite.log
=============================================

# TOTAL: 11
# PASS:  8
# SKIP:  1
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0

System information (uname -a): Linux 7.0.9-p1-gentoo-dist #1 SMP PREEMPT_DYNAMIC Tue May 19 15:45:46 -00 2026 aarch64

.. contents:: :depth: 2

SKIP: test-snprintf
===================

Warning! This implementation of snprintf() is not able
to handle string variables that appear as target and at the
same time as source. This might be a portability issue!
SKIP test-snprintf (exit status: 77)

FAIL: ping-localhost.sh
=======================

PING 127.0.0.1 (127.0.0.1): 56 data bytes
icmp_echo.c:74:9: runtime error: member access within misaligned address 0xfccf929e0054 for type 'struct icmphdr_t', which requires 8 byte alignment
0xfccf929e0054: note: pointer points here
  7f 00 00 01 08 00 1c c9  61 b3 00 00 d3 af 11 6a  00 00 00 00 0f d8 07 00  00 00 00 00 00 01 02 03
              ^ 
    #0 0xaaaae8175488 in icmp_generic_decode /sources/inetutils-2.8/libicmp/icmp_echo.c:74
    #1 0xaaaae8173988 in ping_recv /sources/inetutils-2.8/ping/libping.c:221
    #2 0xaaaae816b804 in ping_run /sources/inetutils-2.8/ping/ping.c:436
    #3 0xaaaae816f4a0 in ping_echo /sources/inetutils-2.8/ping/ping_echo.c:149
    #4 0xaaaae816a738 in main /sources/inetutils-2.8/ping/ping.c:327
    #5 0xffff93ca2d90 in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:59
    #6 0xffff93ca2ed4 in __libc_start_main_impl ../csu/libc-start.c:360
    #7 0xaaaae8169dac in _start ../sysdeps/aarch64/start.S:100

Failed at pinging 127.0.0.1.
PING ::1 (::1): 56 data bytes
64 bytes from ::1: icmp_seq=0 ttl=64 time=0.141 ms
--- ::1 ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max/stddev = 0.141/0.141/0.141/0.000 ms
FAIL ping-localhost.sh (exit status: 1)

FAIL: traceroute-localhost.sh
=============================

icmp_echo.c:74:9: runtime error: member access within misaligned address 0xfbffa91f0084 for type 'struct icmphdr_t', which requires 8 byte alignment
0xfbffa91f0084: note: pointer points here
  7f 00 00 01 03 03 8f 38  00 00 00 00 45 00 00 25  0a 61 40 00 01 11 71 65  7f 00 00 01 7f 00 00 01
              ^ 
    #0 0xaaaac82a2bc0 in icmp_generic_decode /sources/inetutils-2.8/libicmp/icmp_echo.c:74
    #1 0xaaaac829f600 in trace_read /sources/inetutils-2.8/src/traceroute.c:577
    #2 0xaaaac82a111c in do_try /sources/inetutils-2.8/src/traceroute.c:415
    #3 0xaaaac82a24b4 in main /sources/inetutils-2.8/src/traceroute.c:347
    #4 0xffffab6f2d90 in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:59
    #5 0xffffab6f2ed4 in __libc_start_main_impl ../csu/libc-start.c:360
    #6 0xaaaac829dd6c in _start ../sysdeps/aarch64/start.S:100

Failed at UDP tracing.
icmp_echo.c:74:9: runtime error: member access within misaligned address 0xfbff94ff0084 for type 'struct icmphdr_t', which requires 8 byte alignment
0xfbff94ff0084: note: pointer points here
  7f 00 00 01 08 00 b1 14  61 fa 00 00 08 09 0a 0b  0c 0d 0e 0f 10 11 12 13  14 15 16 17 18 19 1a 1b
              ^ 
    #0 0xaaaae02f2bc0 in icmp_generic_decode /sources/inetutils-2.8/libicmp/icmp_echo.c:74
    #1 0xaaaae02ef600 in trace_read /sources/inetutils-2.8/src/traceroute.c:577
    #2 0xaaaae02f111c in do_try /sources/inetutils-2.8/src/traceroute.c:415
    #3 0xaaaae02f24b4 in main /sources/inetutils-2.8/src/traceroute.c:347
    #4 0xffff974c2d90 in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:59
    #5 0xffff974c2ed4 in __libc_start_main_impl ../csu/libc-start.c:360
    #6 0xaaaae02edd6c in _start ../sysdeps/aarch64/start.S:100

Failed at ICMP tracing.
FAIL traceroute-localhost.sh (exit status: 1)

