|
Bugzilla – Full Text Bug Listing |
| Summary: | tcl tests fails with GCC7 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Martin Liška <martin.liska> |
| Component: | Basesystem | Assignee: | Reinhard Max <max> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | max, mseben |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 1030236 | ||
| Attachments: | Local build log | ||
|
Description
Martin Liška
2017-04-05 09:02:28 UTC
I'll have a look. I cannot reproduce the failure when building openSUSE:Factory:Staging:C/tcl locally, so maybe it was just a hickup and will work in the next build. Created attachment 719947 [details]
Local build log
I can reproduce that locally, can you please take a look at the build log and suggest how to debug? Thanks.
Reopening. Your local build shows a completely different set of failures, all located in the http package whereas the ones in the build service are located in the thread extension. For those http tests, the Tcl test suite tries to open a dummy server on port 8010, and the test results look like some other http server was running on that port on your machine already. Unfortunately the test suite wasn't reporting that as an error in the first place. Before we continue debugging this, we should retrigger the build in OBS to see if it reproducable there. (In reply to Reinhard Max from comment #5) > Your local build shows a completely different set of failures, all located > in the http package whereas the ones in the build service are located in the > thread extension. > > For those http tests, the Tcl test suite tries to open a dummy server on > port 8010, and the test results look like some other http server was running > on that port on your machine already. Unfortunately the test suite wasn't > reporting that as an error in the first place. Yep, I'm running local webserver on the port. I'll try to run obs locally with --vm-type qemu. > > Before we continue debugging this, we should retrigger the build in OBS to > see if it reproducable there. OK, and I'll change these tests to us a random unused port. It has meanwhile built successfully in openSUSE:Factory:Staging:C. |