project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.42k stars 1.99k forks source link

[BUG] Linux java build fails randomly on Address-ParseOnly Test #27361

Open woody-apple opened 1 year ago

woody-apple commented 1 year ago

Reproduction steps

https://github.com/project-chip/connectedhomeip/actions/runs/5326895151/jobs/9649546400?pr=27360

Randomly the java linux build seems to timing out on "Running Pairing Address-ParseOnly Test"

Example log is:

Tue, 20 Jun 2023 20:47:20 GMT
[2023-06-20 20:47:20.183121][APP ][STDOUT]CHIP:IN: (U) Sending msg 198278943 to IP address 'UDP:[::1%lo]:56518'
Tue, 20 Jun 2023 20:47:20 GMT
[2023-06-20 20:47:20.183222][APP ][STDOUT]CHIP:SC: Sent PBKDF param response
Tue, 20 Jun 2023 21:12:18 GMT
Error: The action has timed out.

Odd that it seems potentially locked up.

Bug prevalence

Pretty often, noticed about 15 failures today

GitHub hash of the SDK that was being used

top

Platform

other

Platform Version(s)

No response

Anything else?

No response

woody-apple commented 1 year ago

Disabled this in this PR: https://github.com/project-chip/connectedhomeip/pull/27395