Closed Bug 1546216 Opened 6 years ago Closed 6 years ago

Errors raised when running mach try chooser

Categories

(Developer Infrastructure :: Try, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1520573

People

(Reporter: bugzilla, Unassigned)

Details

I'm running MozillaBuild on Windows 10, if that matters.

Everything still seems to work, however once the web page is loaded, my terminal outputs a bunch of spew:

$ ./mach try chooser
Task configuration changed, generating target task set
Starting trychooser on http://127.0.0.1:5000
 * Serving Flask app "tryselect.selectors.chooser.app" (lazy loading)
 * Environment: development
 * Debug mode: off
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 54981)
Traceback (most recent call last):
  File "c:\Users\foo\mozilla-build\python\lib\SocketServer.py", line 596, in process_request_thread
    self.finish_request(request, client_address)
  File "c:\Users\foo\mozilla-build\python\lib\SocketServer.py", line 331, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "c:\Users\foo\mozilla-build\python\lib\SocketServer.py", line 654, in __init__
    self.finish()
  File "c:\Users\foo\mozilla-build\python\lib\SocketServer.py", line 713, in finish
    self.wfile.close()
  File "c:\Users\foo\mozilla-build\python\lib\socket.py", line 283, in close
    self.flush()
  File "c:\Users\foo\mozilla-build\python\lib\socket.py", line 307, in flush
    self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 10053] An established connection was aborted by the software in your host machine
----------------------------------------
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 54980)
Traceback (most recent call last):
  File "c:\Users\foo\mozilla-build\python\lib\SocketServer.py", line 596, in process_request_thread
    self.finish_request(request, client_address)
  File "c:\Users\foo\mozilla-build\python\lib\SocketServer.py", line 331, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "c:\Users\foo\mozilla-build\python\lib\SocketServer.py", line 654, in __init__
    self.finish()
  File "c:\Users\foo\mozilla-build\python\lib\SocketServer.py", line 713, in finish
    self.wfile.close()
  File "c:\Users\foo\mozilla-build\python\lib\socket.py", line 283, in close
    self.flush()
  File "c:\Users\foo\mozilla-build\python\lib\socket.py", line 307, in flush
    self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 10053] An established connection was aborted by the software in your host machine
----------------------------------------

This didn't occur previously; it started after I updated central.

Interesting, this one is slightly different than the more common Broken Pipe error. But the solution for both is the same (just hide them), so going to dupe.

Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Product: Firefox Build System → Developer Infrastructure
You need to log in before you can comment on or make changes to this bug.