[Swan-dev] status of failing tests

Andrew Cagney andrew.cagney at gmail.com
Tue Mar 6 21:19:32 UTC 2018


>>  testing/pluto/ikev2-ppk-static-05-insist-nokey-insist-fail failed
>> west:output-different
>>         -003 "westnet-eastnet-ipv4-psk-ppk" #1: connection requires PPK,
>> but PPK_ID did not match any loaded PPK
>>         +003 "westnet-eastnet-ipv4-psk-ppk" #1: connection requires PPK,
>> but we didn't find one
>>         +leak: fork pid, item size: 64
>>         +leak detective found 1 leaks, total size 64
>
>
> I'll double check with Vukasin. Although fork pid is not likely his
> fault :)

There's something special about that test preventing "addconn" from
exiting (infinite loop)?
A quick grep shows the process being created:

$ grep addconn testing/pluto/ikev2-ppk-static-05-insist-nokey-insist-fail/OUTPUT/west.pluto.log
| created addconn helper (pid:2127) using fork+execve
| pid table: inserting object 0x7f4ac6f79fa8 (addconn pid 2127) entry
0x7f4ac6f79fb0 into list 0x7f4ad1a10f60 (older 0x7f4ad1a10f60 newer
0x7f4ad1a10f60)
| pid table: inserted  object 0x7f4ac6f79fa8 (addconn pid 2127) entry
0x7f4ac6f79fb0 (older 0x7f4ad1a10f60 newer 0x7f4ad1a10f60)

What's missing is lines like the below showing it exiting:

| reaped addconn helper child (status 0)
| pid table: removing  object 0x7f23f5238fa8 (addconn pid 2406) entry
0x7f23f5238fb0 (older 0x7f23fff48fc0 newer 0x7f23fff48fc0)


More information about the Swan-dev mailing list