FS#76577 - [gnutls] FTBFS due to check failing

Attached to Project: Arch Linux
Opened by Letu Ren (FantasqueX) - Tuesday, 15 November 2022, 04:09 GMT
Last edited by Andreas Radke (AndyRTR) - Sunday, 16 July 2023, 10:04 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Test serv-udp.sh failed.

serv-udp.log is as follows.
```
Checking whether UDP server works
reserved port 2910
*** Fatal error: Error in the push function.
Could not connect to 127.0.0.1:2910: Connection refused
Failure: 1. handshake should have succeeded!
unreserved port 2910
FAIL serv-udp.sh (exit status: 1)
```

I noticed that check was forced not to run in parallel in previous PKGBUILD. And check passes when explicitly setting `-j1`. It's a weird problem. I haven't seen any upstream report. Do you have any idea?

Additional info:
* package version(s)
3.7.8-4
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:
extra-x86_64-build
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Sunday, 16 July 2023, 10:04 GMT
Reason for closing:  Upstream
Comment by Toolybird (Toolybird) - Tuesday, 15 November 2022, 04:49 GMT
Confirmed. I suppose technically it's an upstream Makefile bug. But these things can be tricky. The build seems to spend ages LTO linking but I'm not sure how much time would be lost by going back to -j1 for the test suite.
Comment by Andreas Radke (AndyRTR) - Tuesday, 15 November 2022, 11:55 GMT

Loading...