Skip to content

test: failure in interface_usdt_net.py #31418

@fanquake

Description

@fanquake

Master @ ae69fc3.
Running on Rawhide.
GCC: gcc (GCC) 14.2.1 20241104 (Red Hat 14.2.1-6).
Systemtap: systemtap-5.2-1.fc42.src.rpm

cmake -B build -DWITH_USDT=ON
cmake --build build -j17
./build/test/functional/test_runner.py --jobs=17
123/314 - interface_usdt_net.py failed, Duration: 3 s

stdout:
2024-12-04T14:13:14.071000Z TestFramework (INFO): PRNG seed is: 2457885293535030371
2024-12-04T14:13:14.072000Z TestFramework (INFO): Initializing test directory /tmp/test_runner_₿_🏃_20241204_141156/interface_usdt_net_187
2024-12-04T14:13:14.353000Z TestFramework (INFO): hook into the net:inbound_message and net:outbound_message tracepoints
2024-12-04T14:13:16.509000Z TestFramework (INFO): connect a P2P test node to our bitcoind node
2024-12-04T14:13:16.613000Z TestFramework (INFO): check receipt and content of in- and outbound version messages
2024-12-04T14:13:16.613000Z TestFramework (INFO): check_p2p_message(): inbound P2PMessage(peer=0, addr=127.0.0.1:46824, conn_type=inbound, msg_type=version, msg_size=111)
2024-12-04T14:13:16.615000Z TestFramework (INFO): check_p2p_message(): outbound P2PMessage(peer=0, addr=127.0.0.1:46824, conn_type=inbound, msg_type=version, msg_size=114)
2024-12-04T14:13:16.742000Z TestFramework (INFO): Stopping nodes
2024-12-04T14:13:16.794000Z TestFramework (INFO): Cleaning up /tmp/test_runner_₿_🏃_20241204_141156/interface_usdt_net_187 on exit
2024-12-04T14:13:16.794000Z TestFramework (INFO): Tests successful


stderr:
/virtual/main.c:70:9: warning: 'MIN' macro redefined [-Wmacro-redefined]
   70 | #define MIN(a,b) ({ __typeof__ (a) _a = (a); __typeof__ (b) _b = (b); _a < _b ? _a : _b; })
      |         ^
include/linux/minmax.h:329:9: note: previous definition is here
  329 | #define MIN(a,b) __cmp(min,a,b)
      |         ^
1 warning generated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions