You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2015/12/03 18:31:23 UTC

Build failed in Jenkins: AVRO-python #574

See <https://builds.apache.org/job/AVRO-python/574/changes>

Changes:

[blue] AVRO-1730: Python3: Add LICENSE and NOTICE to distribution.

[blue] AVRO-1730: Python: Add LICENSE and NOTICE to distribution.

[blue] AVRO-1736: PHP: Add LICENSE and NOTICE to distribution.

[blue] AVRO-1735: Perl: Add LICENSE and NOTICE to distribution.

[blue] AVRO-1731: C: Add LICENSE and NOTICE to binary distribution.

------------------------------------------
[...truncated 1311 lines...]
  [py-test]  }
  [py-test] 
  [py-test] }
  [py-test]     : STRING CAST SUCCESS
  [py-test] {"namespace": "org.apache.avro.test",
  [py-test]  "protocol": "BulkData",
  [py-test] 
  [py-test]  "types": [],
  [py-test] 
  [py-test]  "messages": {
  [py-test] 
  [py-test]      "read": {
  [py-test]          "request": [],
  [py-test]          "response": "bytes"
  [py-test]      },
  [py-test] 
  [py-test]      "write": {
  [py-test]          "request": [ {"name": "data", "type": "bytes"} ],
  [py-test]          "response": "null"
  [py-test]      }
  [py-test] 
  [py-test]  }
  [py-test] 
  [py-test] }
  [py-test]     : STRING CAST SUCCESS
  [py-test] {
  [py-test]   "protocol" : "API",
  [py-test]   "namespace" : "xyz.api",
  [py-test]   "types" : [ {
  [py-test]     "type" : "enum",
  [py-test]     "name" : "Symbology",
  [py-test]     "namespace" : "xyz.api.product",
  [py-test]     "symbols" : [ "OPRA", "CUSIP", "ISIN", "SEDOL" ]
  [py-test]   }, {
  [py-test]     "type" : "record",
  [py-test]     "name" : "Symbol",
  [py-test]     "namespace" : "xyz.api.product",
  [py-test]     "fields" : [ {
  [py-test]       "name" : "symbology",
  [py-test]       "type" : "xyz.api.product.Symbology"
  [py-test]     }, {
  [py-test]       "name" : "symbol",
  [py-test]       "type" : "string"
  [py-test]     } ]
  [py-test]   }, {
  [py-test]     "type" : "record",
  [py-test]     "name" : "MultiSymbol",
  [py-test]     "namespace" : "xyz.api.product",
  [py-test]     "fields" : [ {
  [py-test]       "name" : "symbols",
  [py-test]       "type" : {
  [py-test]         "type" : "map",
  [py-test]         "values" : "xyz.api.product.Symbol"
  [py-test]       }
  [py-test]     } ]
  [py-test]   } ],
  [py-test]   "messages" : {
  [py-test]   }
  [py-test] }
  [py-test]     : STRING CAST SUCCESS
  [py-test] 
  [py-test] TEST DOC ATTRIBUTES
  [py-test] ===================
  [py-test] 
  [py-test] 
  [py-test] TEST ROUND TRIP
  [py-test] ===============
  [py-test] 
  [py-test] 
  [py-test] TEST FULLNAME
  [py-test] =============
  [py-test] 
  [py-test] 
  [py-test] TEST OTHER ATTRIBUTES
  [py-test] ============1.9.0-SNAPSHOT
  [py-test] mock_tether_parent: Launching Server on Port: 41642
  [py-test] ................................................No handlers could be found for logger "TetherTask"
  [py-test] WARNING:TetherTask:failing: Traceback (most recent call last):
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/tether/tether_task.py", line 384, in input
  [py-test]     self.map(inRecord, self.midCollector)
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/test/word_count_task.py", line 62, in map
  [py-test]     collector.collect({"key":w,"value":1})
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/tether/tether_task.py", line 121, in collect
  [py-test]     self.outputClient.request("output",{"datum":self.buff.read()})
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/tether/tether_task.py", line 170, in request
  [py-test]     transciever=ipc.HTTPTransceiver(self.server,self.port)
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/ipc.py", line 471, in __init__
  [py-test]     self.conn.connect()
  [py-test]   File "/usr/lib/python2.7/httplib.py", line 765, in connect
  [py-test]     self.timeout, self.source_address)
  [py-test]   File "/usr/lib/python2.7/socket.py", line 571, in create_connection
  [py-test]     raise err
  [py-test] error: [Errno 111] Connection refused
  [py-test] 
  [py-test] ERROR:TetherTask:TetherTask.fail: failure occured message follows:
  [py-test] Traceback (most recent call last):
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/tether/tether_task.py", line 384, in input
  [py-test]     self.map(inRecord, self.midCollector)
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/test/word_count_task.py", line 62, in map
  [py-test]     collector.collect({"key":w,"value":1})
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/tether/tether_task.py", line 121, in collect
  [py-test]     self.outputClient.request("output",{"datum":self.buff.read()})
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/tether/tether_task.py", line 170, in request
  [py-test]     transciever=ipc.HTTPTransceiver(self.server,self.port)
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/ipc.py", line 471, in __init__
  [py-test]     self.conn.connect()
  [py-test]   File "/usr/lib/python2.7/httplib.py", line 765, in connect
  [py-test]     self.timeout, self.source_address)
  [py-test]   File "/usr/lib/python2.7/socket.py", line 571, in create_connection
  [py-test]     raise err
  [py-test] error: [Errno 111] Connection refused
  [py-test] 
  [py-test] ERROR:TetherTask:TetherTask.fail: an exception occured while trying to send the fail message to the output server:
  [py-test] Traceback (most recent call last):
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/tether/tether_task.py", line 480, in fail
  [py-test]     self.outputClient.request("fail",{"message":message})
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/tether/tether_task.py", line 170, in request
  [py-test]     transciever=ipc.HTTPTransceiver(self.server,self.port)
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/ipc.py", line 471, in __init__
  [py-test]     self.conn.connect()
  [py-test]   File "/usr/lib/python2.7/httplib.py", line 765, in connect
  [py-test]     self.timeout, self.source_address)
  [py-test]   File "/usr/lib/python2.7/socket.py", line 571, in create_connection
  [py-test]     raise err
  [py-test] error: [Errno 111] Connection refused
  [py-test] 
  [py-test] WARNING:TetherTask:failing: Traceback (most recent call last):
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/tether/tether_task.py", line 410, in complete
  [py-test]     self.reduceFlush(self.midRecord, self.outCollector);
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/test/word_count_task.py", line 93, in reduceFlush
  [py-test]     collector.collect({"key":record["key"],"value":self.psum})
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/tether/tether_task.py", line 121, in collect
  [py-test]     self.outputClient.request("output",{"datum":self.buff.read()})
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/tether/tether_task.py", line 170, in request
  [py-test]     transciever=ipc.HTTPTransceiver(self.server,self.port)
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/ipc.py", line 471, in __init__
  [py-test]     self.conn.connect()
  [py-test]   File "/usr/lib/python2.7/httplib.py", line 765, in connect
  [py-test]     self.timeout, self.source_address)
  [py-test]   File "/usr/lib/python2.7/socket.py", line 571, in create_connection
  [py-test]     raise err
  [py-test] error: [Errno 111] Connection refused
  [py-test] 
  [py-test] ERROR:TetherTask:TetherTask.fail: failure occured message follows:
  [py-test] Traceback (most recent call last):
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/tether/tether_task.py", line 410, in complete
  [py-test]     self.reduceFlush(self.midRecord, self.outCollector);
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/test/word_count_task.py", line 93, in reduceFlush
  [py-test]     collector.collect({"key":record["key"],"value":self.psum})
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/tether/tether_task.py", line 121, in collect
  [py-test]     self.outputClient.request("output",{"datum":self.buff.read()})
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/tether/tether_task.py", line 170, in request
  [py-test]     transciever=ipc.HTTPTransceiver(self.server,self.port)
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/ipc.py", line 471, in __init__
  [py-test]     self.conn.connect()
  [py-test]   File "/usr/lib/python2.7/httplib.py", line 765, in connect
  [py-test]     self.timeout, self.source_address)
  [py-test]   File "/usr/lib/python2.7/socket.py", line 571, in create_connection
  [py-test]     raise err
  [py-test] error: [Errno 111] Connection refused
  [py-test] 
  [py-test] ERROR:TetherTask:TetherTask.fail: an exception occured while trying to send the fail message to the output server:
  [py-test] Traceback (most recent call last):
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/tether/tether_task.py", line 480, in fail
  [py-test]     self.outputClient.request("fail",{"message":message})
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/tether/tether_task.py", line 170, in request
  [py-test]     transciever=ipc.HTTPTransceiver(self.server,self.port)
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/ipc.py", line 471, in __init__
  [py-test]     self.conn.connect()
  [py-test]   File "/usr/lib/python2.7/httplib.py", line 765, in connect
  [py-test]     self.timeout, self.source_address)
  [py-test]   File "/usr/lib/python2.7/socket.py", line 571, in create_connection
  [py-test]     raise err
  [py-test] error: [Errno 111] Connection refused
  [py-test] 
  [py-test] mock_tether_parent: Launching Server on Port: 56559
  [py-test] Elocalhost - - [03/Dec/2015 17:31:13] "POST / HTTP/1.1" 200 -
  [py-test] localhost - - [03/Dec/2015 17:31:13] "POST / HTTP/1.1" 200 -
  [py-test] localhost - - [03/Dec/2015 17:31:13] "POST / HTTP/1.1" 200 -
  [py-test] localhost - - [03/Dec/2015 17:31:13] "POST / HTTP/1.1" 200 -
  [py-test] MockParentResponder: Recieved 'configure': inputPort=46380
  [py-test] MockParentResponder: Recieved output
  [py-test] MockParentResponder: Recieved output
  [py-test] MockParentResponder: Recieved output
  [py-test] MockParentResponder: Recieved output
  [py-test] MockParentResponder: Recieved output
  [py-test] MockParentResponder: Recieved output
  [py-test] MockParentResponder: Recieved output
  [py-test] MockParentResponder: Recieved complete
  [py-test] localhost - - [03/Dec/2015 17:31:13] "POST / HTTP/1.1" 200 -
  [py-test] localhost - - [03/Dec/2015 17:31:13] "POST / HTTP/1.1" 200 -
  [py-test] localhost - - [03/Dec/2015 17:31:13] "POST / HTTP/1.1" 200 -
  [py-test] localhost - - [03/Dec/2015 17:31:13] "POST / HTTP/1.1" 200 -
  [py-test] localhost - - [03/Dec/2015 17:31:13] "POST / HTTP/1.1" 200 -
  [py-test] localhost - - [03/Dec/2015 17:31:13] "POST / HTTP/1.1" 200 -
  [py-test] localhost - - [03/Dec/2015 17:31:13] "POST / HTTP/1.1" 200 -
  [py-test] localhost - - [03/Dec/2015 17:31:13] "POST / HTTP/1.1" 200 -
  [py-test] localhost - - [03/Dec/2015 17:31:13] "POST / HTTP/1.1" 200 -
  [py-test] localhost - - [03/Dec/2015 17:31:13] "POST / HTTP/1.1" 200 -
  [py-test] mock_tether_parent: Launching Server on Port: 48091
  [py-test] MockParentResponder: Recieved 'configure': inputPort=45738
  [py-test] .INFO:root:tether_task_runner.__main__: Task: word_count_task.WordCountTask
  [py-test] INFO:TetherTask:TetherTask.open: Opening connection to parent server on port=48091
  [py-test] localhost - - [03/Dec/2015 17:31:16] "POST / HTTP/1.1" 200 -
  [py-test] .log4j:WARN No appenders could be found for logger (org.apache.hadoop.metrics2.lib.MutableMetricsFactory).
  [py-test] log4j:WARN Please initialize the log4j system properly.
  [py-test] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
  [py-test] [bash, -c,  export JVM_PID=`echo $$` ; exec '/tmp/exec_word_count_a9usOs'  < /dev/null  1>> /x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/userlogs/job_local651769225_0001/attempt_local651769225_0001_m_000000_0/stdout 2>> /x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/userlogs/job_local651769225_0001/attempt_local651769225_0001_m_000000_0/stderr]
  [py-test] [bash, -c,  export JVM_PID=`echo $$` ; exec '/tmp/exec_word_count_a9usOs'  < /dev/null  1>> /x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/userlogs/job_local651769225_0001/attempt_local651769225_0001_r_000000_0/stdout 2>> /x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/userlogs/job_local651769225_0001/attempt_local651769225_0001_r_000000_0/stderr]
  [py-test] =========
  [py-test] 
  [py-test] 
  [py-test] TEST CAST TO STRING AFTER PARSE
  [py-test] ===============================
  [py-test] 
  [py-test] Mock server started process pid=13548
  [py-test] Mock server started process pid=13591
  [py-test] Mock server started process pid=13599
  [py-test] Command:
  [py-test] 	java -jar /x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/java/tools/target/avro-tools-1.9.0-SNAPSHOT.jar tether --in /tmp/test_tether_word_count/in --out /tmp/test_tether_word_count/out --outschema /tmp/wordcountBjaK7N.avsc --protocol http --program /tmp/exec_word_count_a9usOs
  [py-test] .
  [py-test] ======================================================================
  [py-test] ERROR: test1 (test_tether_task.TestTetherTask)
  [py-test] ----------------------------------------------------------------------
  [py-test] Traceback (most recent call last):
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/test/test_tether_task.py", line 101, in test1
  [py-test]     task.complete()
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/tether/tether_task.py", line 416, in complete
  [py-test]     self.outputClient.request("complete",dict())
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/tether/tether_task.py", line 170, in request
  [py-test]     transciever=ipc.HTTPTransceiver(self.server,self.port)
  [py-test]   File "/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build/src/avro/ipc.py", line 471, in __init__
  [py-test]     self.conn.connect()
  [py-test]   File "/usr/lib/python2.7/httplib.py", line 765, in connect
  [py-test]     self.timeout, self.source_address)
  [py-test]   File "/usr/lib/python2.7/socket.py", line 571, in create_connection
  [py-test]     raise err
  [py-test] error: [Errno 111] Connection refused
  [py-test] 
  [py-test] ----------------------------------------------------------------------
  [py-test] Ran 52 tests in 58.384s
  [py-test] 
  [py-test] FAILED (errors=1)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/AVRO-python/trunk/lang/py/build.xml:164: Test execution failed.  See output for details.

Total time: 1 minute 1 second
Build step 'Invoke Ant' marked build as failure

Jenkins build is back to normal : AVRO-python #575

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/AVRO-python/575/changes>