Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing tests on some platforms #67

Open
davidmoreno opened this issue Apr 11, 2014 · 1 comment
Open

Failing tests on some platforms #67

davidmoreno opened this issue Apr 11, 2014 · 1 comment

Comments

@davidmoreno
Copy link
Owner

@rudimeier I create a new issue for this problem.

Just some context:
This is a split of bug #62.

The errors are on the line of:

bl_0.7_CentOS_CentOS-6_i586- 13 - internal-websockets (Failed)
bl_0.7_CentOS_CentOS-6_i586- 17 - listen_stop (Failed)
bl_0.7_CentOS_CentOS-6_x86_64- 13 - internal-websockets (Failed)
bl_0.7_CentOS_CentOS-6_x86_64- 17 - listen_stop (Failed)

Full packaging info is at https://build.opensuse.org/package/show/home:rudi_m/onion .


On my F20, they all work, except 06-server occasionally. Is it possible to see a log of the compilation/tests on the failing distro/machines?

On some servers I found it fails because it needs some specific ports open to create a server listening there. Can you check if ports 8000, 8081 and 8082 are available?

Regards,
David.

@rudimeier
Copy link
Contributor

You can watch the logs either by clicking on the "succeeded" or "failed" buttons within the "Build Results" results table on the link you've posted above or using osc client https://github.com/openSUSE/osc
e.g.

osc remotebuildlog home:rudi_m onion openSUSE_13.1 x86_64

This is what I get for test 13 and 17 on a real openSUSE 13.1 machine:

13/18 Test: internal-websockets
Command: "/home/rudi/src/onion/build/tests/01-internal/14-websockets"
Directory: /home/rudi/src/onion/build/tests/01-internal
"internal-websockets" start time: Apr 14 08:26 CEST
Output:
----------------------------------------------------------
14-websockets.c:63 INFO Test t01_websocket_server_no_ws
[9D92B700] [2014-04-14 08:26:50] [INFO response.c:181] [(null)] "GET /" 501 30 (Close connection)
14-websockets.c:75 INFO t01_websocket_server_no_ws ends: 2 succeses / 0 failures

14-websockets.c:79 INFO Test t02_websocket_server_w_ws
[9D92B700] [2014-04-14 08:26:50] [ERROR codecs.c:389] Cant calculate SHA1 if gnutls is not compiled in! Aborting now
<end of output>
17/18 Test: listen_stop
Command: "/home/rudi/src/onion/build/tests/01-internal/18-listen_stop"
Directory: /home/rudi/src/onion/build/tests/01-internal
"listen_stop" start time: Apr 14 08:26 CEST
Output:
----------------------------------------------------------
18-listen_stop.c:76 INFO Test t01_stop_listening
[252DE700] [2014-04-14 08:27:00] [INFO 18-listen_stop.c:67] Start listening
[1D7FA700] [2014-04-14 08:27:02] [ERROR listen_point.c:115] Error creating connection
[1D7FA700] [2014-04-14 08:27:02] [ERROR poller.c:454] Error resetting poller, Bad file descriptor
[252DE700] [2014-04-14 08:27:02] [INFO 18-listen_stop.c:69] End listening
18-listen_stop.c:95 INFO t01_stop_listening ends: 2 succeses / 0 failures

18-listen_stop.c:99 INFO Test t02_stop_listening_some_petitions
[252DE700] [2014-04-14 08:27:04] [INFO 18-listen_stop.c:67] Start listening
[25EB6700] [2014-04-14 08:27:06] [INFO 18-listen_stop.c:110] Connecting to server
[25EB6700] [2014-04-14 08:27:06] [ERROR 18-listen_stop.c:49] Error connecting to server localhost:8080
18-listen_stop.c:112 ERROR FAIL IF connfd < 0
[252DE700] [2014-04-14 08:27:06] [INFO 18-listen_stop.c:69] End listening
18-listen_stop.c:121 INFO t02_stop_listening_some_petitions ends: 2 succeses / 1 failures

18-listen_stop.c:130 INFO TOTAL: 4 succeses / 1 failures

<end of output>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants