Open dom96 opened 10 years ago
It seems that the builder may still send messages regarding FTP to the builder after it has told the website that it stopped building.
Here is the output of the website:
[INFO:REDIS] 'buildResult' new field added to hash Got line from builder: { "job": 1} Got line from builder: { "desc": "\"koch.exe tests\" started.", "eventType": 0, "cmd": "koch.exe", "args": "tests"} Got line from builder: { "eventType": 1, "line": "c:\\32\\nimrod\\config\\nimro d.cfg(37, 2) Hint: added path: 'C:\\Users\\Clay\\.babel\\pkgs\\windows-1.0' [Pat h]"} Got line from builder: { "eventType": 1, "line": "c:\\32\\nimrod\\config\\nimro d.cfg(37, 2) Hint: added path: 'C:\\Users\\Clay\\.babel\\pkgs\\babel-0.1.0' [Pat h]"} Got line from builder: { "eventType": 1, "line": "c:\\32\\nimrod\\config\\nimro d.cfg(37, 2) Hint: added path: 'C:\\Users\\Clay\\.babel\\pkgs\\' [Path]"} Got line from builder: { "eventType": 1, "line": "Hint: used config file 'C:\\3 2\\nimrod\\config\\nimrod.cfg' [Conf]"} Got line from builder: { "eventType": 2, "exitCode": 1} Got line from builder: { "result": 0, "detail": "\"koch.exe tests\" failed."} [INFO:REDIS] 'testResult' new field added to hash [INFO:REDIS] 'failReason' new field added to hash Got line from builder: { "eventType": 4} PING -> redis Got line from builder: { "ping": "1390005328.591286"} Got line from builder: { "ping": "1390005329.536461"} Got line from builder: { "ping": "1390005162.816703"} PING -> redis Pinging builder-windows-x86(96.231.190.233) Got line from builder: { "pong": "1390005426.854859"} Pinging builder-windows-x86_64(96.231.190.233) Got line from builder: { "pong": "1390005427.993858"} Pinging builder-linux-ppc64(140.211.15.137) Got line from builder: { "pong": "1390005430.132849"} PING -> redis Got line from builder: { "result": 0, "detail": "Expected reply '250' got: 421 Timeout."} Fatal error for builder-linux-ppc64(140.211.15.137) Traceback (most recent call last) website.nim(1109) website asyncio.nim(631) poll asyncio.nim(212) asyncSockHandleRead website.nim(141) :anonymous website.nim(589) handleModuleMsg website.nim(303) parseMessage types.nim(35) jobInProgress system.nim(2555) hiddenRaiseAssert system.nim(1844) raiseAssert -------------------------- builder-linux-ppc64(140.211.15.137) disconnected.
It seems that the builder may still send messages regarding FTP to the builder after it has told the website that it stopped building.
Here is the output of the website: