Hi, On Samstag, 1. November 2014, Ximin Luo wrote: > > you should send this to the bug. > It is sent to the bug.
right, here we're talking...
> Yes, but it gives me no actionable information. Great, my build is failing,
> I can't even see the test output or the build environment. :/
well, you are the maintainer you can make it output the test.log if there are
failures...
> It's a slap in the face for my package to be auto-removed, without me even
> having a chance to fix things. I can't reproduce the bug locally and the
> build machines don't even output test-suite.log, which is a standard
> autotools test output file.
>
> Can you try building it locally?
I did, but no log :(
here's how I build:
504 apt-get source flashproxy
506 time ionice -c 3 nice sudo DEB_BUILD_OPTIONS="-j15 -b" pbuilder --build
flashproxy_1.7-1.dsc > f.log 2>&1
and then I build it manually... and it failed and I saw this:
============================================================================
See ./test-suite.log
============================================================================
which is wrong. it's not there.
it's in ./facilitator/test-suite.log and attached.
:)
I'd be happy to rebuild again if you can give me something to try :)
cheers,
Holger
==================================================
flashproxy-facilitator 1.7: ./test-suite.log
==================================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: fp-facilitator-test
=========================
...........E.E...
======================================================================
ERROR: test_af_v4_v6 (__main__.FacilitatorProcTest)
Test that IPv4 proxies do not get IPv6 clients.
----------------------------------------------------------------------
Traceback (most recent call last):
File "./fp-facilitator-test.py", line 257, in test_af_v4_v6
fac.put_reg(FACILITATOR_ADDR, self.IPV6_CLIENT_ADDR, CLIENT_TP)
File "/srv/reproducible-results/f/flashproxy-1.7/flashproxy/fac.py", line 147, in put_reg
f = fac_socket(facilitator_addr)
File "/srv/reproducible-results/f/flashproxy-1.7/flashproxy/fac.py", line 132, in fac_socket
return socket.create_connection(facilitator_addr, 1.0).makefile()
File "/usr/lib/python2.7/socket.py", line 571, in create_connection
raise err
error: [Errno 111] Connection refused
======================================================================
ERROR: test_af_v6_v6 (__main__.FacilitatorProcTest)
Test that IPv6 proxies can get IPv6 clients.
----------------------------------------------------------------------
Traceback (most recent call last):
File "./fp-facilitator-test.py", line 269, in test_af_v6_v6
fac.put_reg(FACILITATOR_ADDR, self.IPV4_CLIENT_ADDR, CLIENT_TP)
File "/srv/reproducible-results/f/flashproxy-1.7/flashproxy/fac.py", line 147, in put_reg
f = fac_socket(facilitator_addr)
File "/srv/reproducible-results/f/flashproxy-1.7/flashproxy/fac.py", line 132, in fac_socket
return socket.create_connection(facilitator_addr, 1.0).makefile()
File "/usr/lib/python2.7/socket.py", line 571, in create_connection
raise err
error: [Errno 111] Connection refused
----------------------------------------------------------------------
Ran 17 tests in 2.204s
FAILED (errors=2)
signature.asc
Description: This is a digitally signed message part.

