View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0005046 | Buildbot | Buildbot | public | 2016-01-26 02:43 | 2016-01-28 04:00 | ||||
Reporter | jK | ||||||||
Assigned To | jK | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | resolved | Resolution | fixed | ||||||
Summary | 0005046: testUDPListener: something is wrong with the 32bit mingw buildbot | ||||||||
Description | see: http://buildbot.springrts.com/builders/full-windows-test/builds/3708/steps/test/logs/stdio -> 1: Running 1 test case... 1: Binding UDP socket to IP (v4) 127.0.0.1 port 11111 1: Binding UDP socket to IP (v4) 0.0.0.0 port 11111 1: Binding UDP socket to IP (v6) :: port 11111 1: Warning: Opening socket on loopback address. Other users will not be able to connect! 1: Binding UDP socket to IP (v6) ::1 port 11111 1: Binding UDP socket to IP (v6) ::2 port 11111 1: Binding UDP socket to IP (v4) 0.0.0.0 port 0 1: ../../test/engine/System/Net/TestUDPListener.cpp(20): error in "TryBindSocket": 1: Binding UDP socket to IP (v6) fe80::224:1dff:fecf:df44 port 11111 1: Binding UDP socket to IP (v4) 0.0.0.0 port 0 1: ../../test/engine/System/Net/TestUDPListener.cpp(20): error in "TryBindSocket": 1: Binding UDP socket to IP (v6) fe80:: port 11111 1: Binding UDP socket to IP (v4) 0.0.0.0 port 0 1: ../../test/engine/System/Net/TestUDPListener.cpp(20): error in "TryBindSocket": 1: Binding UDP socket to IP (v6) ::1 port 11111 1: Warning: Opening socket on loopback address. Other users will not be able to connect! 1: Binding UDP socket to IP (v4) 173.194.112.105 port 11111 1: err:winsock:interface_bind Failed to bind to interface, receiving broadcast packets will not work on socket 0060. 1: Binding UDP socket to IP (v6) :: port 1024 1: Binding UDP socket to IP (v6) :: port 11111 1: Binding UDP socket to IP (v6) :: port 32000 1: Binding UDP socket to IP (v6) :: port 65535 see the multiple "Binding UDP socket to IP (v4) 0.0.0.0 port 0" after of the intentional wrong IPv6 addresses? Neither the test code nor the engine code include that. Nor does any other buildbot include that lines. So what makes the 32bit mingw buildbot trying to connect to "0.0.0.0:0" after wrong IPv6 addresses? | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
hokomoko (developer) 2016-01-26 09:49 |
I think it may happen if the address isn't resolved correctly. |
hokomoko (developer) 2016-01-26 10:27 |
Ok, tested on my machine. Those specific tests fail on "Failed to parse hostname". For some reason they do this silently on the buildbot. |
abma (administrator) 2016-01-26 14:32 |
wine bug? |
abma (administrator) 2016-01-26 14:41 Last edited: 2016-01-26 14:43 |
i'll try to update wine on the buildslave soon... currently wine-1.5.18 is installed |
abma (administrator) 2016-01-27 03:05 |
emerge: (1 of 69) ... meh :-| crossing fingers! |
abma (administrator) 2016-01-27 12:19 |
$ wine --version wine-1.6.2 hopefully nothing broke as a lot of other packages needed an update. |
jK (developer) 2016-01-28 04:00 |
Fix 548752aed2b94371a0f440890baa12c055c450f0 committed to develop branch: fix 0005046: handle HostNames/IP resolves correctly, repo: spring changeset id: 6439 |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-01-26 02:43 | jK | New Issue | |
2016-01-26 02:44 | jK | Summary | testUDPListener: something is wrong with the windows 32bit buildbot => testUDPListener: something is wrong with the 32bit mingw buildbot |
2016-01-26 02:45 | jK | Description Updated | View Revisions |
2016-01-26 06:09 | jK | Description Updated | View Revisions |
2016-01-26 09:49 | hokomoko | Note Added: 0015557 | |
2016-01-26 10:27 | hokomoko | Note Added: 0015558 | |
2016-01-26 14:32 | abma | Note Added: 0015563 | |
2016-01-26 14:41 | abma | Note Added: 0015564 | |
2016-01-26 14:41 | abma | Assigned To | => abma |
2016-01-26 14:41 | abma | Status | new => assigned |
2016-01-26 14:43 | abma | Note Edited: 0015564 | View Revisions |
2016-01-27 03:06 | abma | Note Added: 0015571 | |
2016-01-27 12:19 | abma | Note Added: 0015572 | |
2016-01-28 04:00 | jK | Changeset attached | => spring develop 548752ae |
2016-01-28 04:00 | jK | Note Added: 0015574 | |
2016-01-28 04:00 | jK | Assigned To | abma => jK |
2016-01-28 04:00 | jK | Status | assigned => resolved |
2016-01-28 04:00 | jK | Resolution | open => fixed |