Hi -
On Tue, Jul 26, 2016 at 08:41:22AM +1000, Ken McDonell wrote:
> [...]
> which looks a lot like yours, but qa/662 fails with exactly the same
> failure signature.
OK, some more googling suggests that this part was wild goose chase,
that the first exception ("buffering...") is ignorable. The key part
is:
> QA output created by 662
> [...]
> File "/usr/lib64/python3.5/http/client.py", line 251, in _read_status
> raise RemoteDisconnected("Remote end closed connection without"
> http.client.RemoteDisconnected: Remote end closed connection without response
> [...]
and
> [...]
> File "/usr/lib64/python3.5/http/client.py", line 251, in _read_status
> raise RemoteDisconnected("Remote end closed connection without"
> requests.packages.urllib3.exceptions.ProtocolError: ('Connection aborted.',
> RemoteDisconnected('Remote end closed connection without response',))
> [...]
So the python code is seeing pmwebd close the connection. Perhaps the 662.full
can help explain, or else an strace.
- FChE
|