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 2012/06/11 22:50:04 UTC

Build failed in Jenkins: AVRO-python #304

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

Changes:

[cutting] Prepare trunk for 1.7.1 development.

------------------------------------------
[...truncated 1188 lines...]
  [py-test]      },
  [py-test] 
  [py-test]      "echoBytes": {
  [py-test]          "request": [{"name": "data", "type": "bytes"}],
  [py-test]          "response": "bytes"
  [py-test]      },
  [py-test] 
  [py-test]      "error": {
  [py-test]          "request": [],
  [py-test]          "response": "null",
  [py-test]          "errors": ["TestError"]
  [py-test]      }
  [py-test]  }
  [py-test] 
  [py-test] }
  [py-test]     : STRING CAST SUCCESS
  [py-test] {"namespace": "org.apache.avro.test.namespace",
  [py-test]  "protocol": "TestNamespace",
  [py-test] 
  [py-test]  "types": [
  [py-test]      {"name": "org.apache.avro.test.util.MD5", "type": "fixed", "size": 16},
  [py-test]      {"name": "TestRecord", "type": "record",
  [py-test]       "fields": [ {"name": "hash", "type": "org.apache.avro.test.util.MD5"} ]
  [py-test]      },
  [py-test]      {"name": "TestError", "namespace": "org.apache.avro.test.errors",
  [py-test]       "type": "error", "fields": [ {"name": "message", "type": "string"} ]
  [py-test]      }
  [py-test]  ],
  [py-test] 
  [py-test]  "messages": {
  [py-test]      "echo": {
  [py-test]          "request": [{"name": "record", "type": "TestRecord"}],
  [py-test]          "response": "TestRecord"
  [py-test]      },
  [py-test] 
  [py-test]      "error": {
  [py-test]          "request": [],
  [py-test]          "response": "null",
  [py-test]          "errors": ["org.apache.avro.test.errors.TestError"]
  [py-test]      }
  [py-test] 
  [py-test]  }
  [py-test] 
  [py-test] }
  [py-test]     : STRING CAST SUCCESS
  [py-test] {"namespace": "org.apache.avro.test.namespace",
  [py-test]  "protocol": "TestImplicitNamespace",
  [py-test] 
  [py-test]  "types": [
  [py-test]      {"name": "org.apache.avro.test.util.MD5", "type": "fixed", "size": 16},
  [py-test]      {"name": "ReferencedRecord", "type": "record", 
  [py-test]        "fields": [ {"name": "foo", "type": "string"} ] },
  [py-test]      {"name": "TestRecord", "type": "record",
  [py-test]       "fields": [ {"name": "hash", "type": "org.apache.avro.test.util.MD5"},
  [py-test]                   {"name": "unqalified", "type": "ReferencedRecord"} ]
  [py-test]      },
  [py-test]      {"name": "TestError",
  [py-test]       "type": "error", "fields": [ {"name": "message", "type": "string"} ]
  [py-test]      }
  [py-test]  ],
  [py-test] 
  [py-test]  "messages": {
  [py-test]      "echo": {
  [py-test]          "request": [{"name": "qualified", 
  [py-test]              "type": "org.apache.avro.test.namespace.TestRecord"}],
  [py-test]          "response": "TestRecord"
  [py-test]      },
  [py-test] 
  [py-test]      "error": {
  [py-test]          "request": [],
  [py-test]          "response": "null",
  [py-test]          "errors": ["org.apache.avro.test.namespace.TestError"]
  [py-test]      }
  [py-test] 
  [py-test]  }
  [py-test] 
  [py-test] }
  [py-test]     : STRING CAST SUCCESS
  [py-test] {"namespace": "org.apache.avro.test.namespace",
  [py-test]  "protocol": "TestNamespaceTwo",
  [py-test] 
  [py-test]  "types": [
  [py-test]      {"name": "org.apache.avro.test.util.MD5", "type": "fixed", "size": 16},
  [py-test]      {"name": "ReferencedRecord", "type": "record", 
  [py-test]        "namespace": "org.apache.avro.other.namespace", 
  [py-test]        "fields": [ {"name": "foo", "type": "string"} ] },
  [py-test]      {"name": "TestRecord", "type": "record",
  [py-test]       "fields": [ {"name": "hash", "type": "org.apache.avro.test.util.MD5"},
  [py-test]                   {"name": "qualified", 
  [py-test]                     "type": "org.apache.avro.other.namespace.ReferencedRecord"} 
  [py-test]                 ]
  [py-test]      },
  [py-test]      {"name": "TestError",
  [py-test]       "type": "error", "fields": [ {"name": "message", "type": "string"} ]
  [py-test]      }
  [py-test]  ],
  [py-test] 
  [py-test]  "messages": {
  [py-test]      "echo": {
  [py-test]          "request": [{"name": "qualified", 
  [py-test]              "type": "org.apache.avro.test.namespace.TestRecord"}],
  [py-test]          "response": "TestRecord"
  [py-test]      },
  [py-test] 
  [py-test]      "error": {
  [py-test]          "request": [],
  [py-test]          "response": "null",
  [py-test]          "errors": ["org.apache.avro.test.namespace.TestError"]
  [py-test]      }
  [py-test] 
  [py-test]  }
  [py-test] 
  [py-test] }
  [py-test]     : STRING CAST SUCCESS
  [py-test] {"namespace": "org.apache.avro.test.namespace",
  [py-test]  "protocol": "TestValidRepeatedName",
  [py-test] 
  [py-test]  "types": [
  [py-test]      {"name": "org.apache.avro.test.util.MD5", "type": "fixed", "size": 16},
  [py-test]      {"name": "ReferencedRecord", "type": "record", 
  [py-test]        "namespace": "org.apache.avro.other.namespace", 
  [py-test]        "fields": [ {"name": "foo", "type": "string"} ] },
  [py-test]      {"name": "ReferencedRecord", "type": "record", 
  [py-test]        "fields": [ {"name": "bar", "type": "double"} ] },
  [py-test]      {"name": "TestError",
  [py-test]       "type": "error", "fields": [ {"name": "message", "type": "string"} ]
  [py-test]      }
  [py-test]  ],
  [py-test] 
  [py-test]  "messages": {
  [py-test]      "echo": {
  [py-test]          "request": [{"name": "qualified", 
  [py-test]              "type": "ReferencedRecord"}],
  [py-test]          "response": "org.apache.avro.other.namespace.ReferencedRecord"
  [py-test]      },
  [py-test] 
  [py-test]      "error": {
  [py-test]          "request": [],
  [py-test]          "response": "null",
  [py-test]          "errors": ["org.apache.avro.test.namespace.TestError"]
  [py-test]      }
  [py-test] 
  [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" : "xy1.7.1-SNAPSHOT
  [py-test] .................E.........................
  [py-test] z.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] =====================
  [py-test] 
  [py-test] 
  [py-test] TEST CAST TO STRING AFTER PARSE
  [py-test] ===============================
  [py-test] 
  [py-test] ..
  [py-test] ======================================================================
  [py-test] ERROR: test_server_with_path (test_ipc.TestIPC)
  [py-test] ----------------------------------------------------------------------
  [py-test] Traceback (most recent call last):
  [py-test]   File "<https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build/test/test_ipc.py",> line 34, in test_server_with_path
  [py-test]     client_with_default_path = ipc.HTTPTransceiver('dummyserver.net', 80)
  [py-test]   File "<https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build/src/avro/ipc.py",> line 471, in __init__
  [py-test]     self.conn.connect()
  [py-test]   File "/usr/lib/python2.6/httplib.py", line 716, in connect
  [py-test]     self.timeout)
  [py-test]   File "/usr/lib/python2.6/socket.py", line 514, in create_connection
  [py-test]     raise error, msg
  [py-test] error: [Errno 110] Connection timed out
  [py-test] 
  [py-test] ----------------------------------------------------------------------
  [py-test] Ran 45 tests in 23.589s
  [py-test] 
  [py-test] FAILED (errors=1)

BUILD FAILED
<https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build.xml>:130: Test execution failed.  See output for details.

Total time: 26 seconds
Build step 'Invoke Ant' marked build as failure

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

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


Build failed in Jenkins: AVRO-python #306

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

Changes:

[cutting] AVRO-1069. Java: Fix HttpTransceiver to close streams.

[cutting] AVRO-1106. Java: Add AvroMultipleOutputs for newer mapreduce API.  Contributed by Ashish Nagavaram.

------------------------------------------
[...truncated 1157 lines...]
  [py-test]      },
  [py-test] 
  [py-test]      "echoBytes": {
  [py-test]          "request": [{"name": "data", "type": "bytes"}],
  [py-test]          "response": "bytes"
  [py-test]      },
  [py-test] 
  [py-test]      "error": {
  [py-test]          "request": [],
  [py-test]          "response": "null",
  [py-test]          "errors": ["TestError"]
  [py-test]      }
  [py-test]  }
  [py-test] 
  [py-test] }
  [py-test]     : STRING CAST SUCCESS
  [py-test] {"namespace": "org.apache.avro.test.namespace",
  [py-test]  "protocol": "TestNamespace",
  [py-test] 
  [py-test]  "types": [
  [py-test]      {"name": "org.apache.avro.test.util.MD5", "type": "fixed", "size": 16},
  [py-test]      {"name": "TestRecord", "type": "record",
  [py-test]       "fields": [ {"name": "hash", "type": "org.apache.avro.test.util.MD5"} ]
  [py-test]      },
  [py-test]      {"name": "TestError", "namespace": "org.apache.avro.test.errors",
  [py-test]       "type": "error", "fields": [ {"name": "message", "type": "string"} ]
  [py-test]      }
  [py-test]  ],
  [py-test] 
  [py-test]  "messages": {
  [py-test]      "echo": {
  [py-test]          "request": [{"name": "record", "type": "TestRecord"}],
  [py-test]          "response": "TestRecord"
  [py-test]      },
  [py-test] 
  [py-test]      "error": {
  [py-test]          "request": [],
  [py-test]          "response": "null",
  [py-test]          "errors": ["org.apache.avro.test.errors.TestError"]
  [py-test]      }
  [py-test] 
  [py-test]  }
  [py-test] 
  [py-test] }
  [py-test]     : STRING CAST SUCCESS
  [py-test] {"namespace": "org.apache.avro.test.namespace",
  [py-test]  "protocol": "TestImplicitNamespace",
  [py-test] 
  [py-test]  "types": [
  [py-test]      {"name": "org.apache.avro.test.util.MD5", "type": "fixed", "size": 16},
  [py-test]      {"name": "ReferencedRecord", "type": "record", 
  [py-test]        "fields": [ {"name": "foo", "type": "string"} ] },
  [py-test]      {"name": "TestRecord", "type": "record",
  [py-test]       "fields": [ {"name": "hash", "type": "org.apache.avro.test.util.MD5"},
  [py-test]                   {"name": "unqalified", "type": "ReferencedRecord"} ]
  [py-test]      },
  [py-test]      {"name": "TestError",
  [py-test]       "type": "error", "fields": [ {"name": "message", "type": "string"} ]
  [py-test]      }
  [py-test]  ],
  [py-test] 
  [py-test]  "messages": {
  [py-test]      "echo": {
  [py-test]          "request": [{"name": "qualified", 
  [py-test]              "type": "org.apache.avro.test.namespace.TestRecord"}],
  [py-test]          "response": "TestRecord"
  [py-test]      },
  [py-test] 
  [py-test]      "error": {
  [py-test]          "request": [],
  [py-test]          "response": "null",
  [py-test]          "errors": ["org.apache.avro.test.namespace.TestError"]
  [py-test]      }
  [py-test] 
  [py-test]  }
  [py-test] 
  [py-test] }
  [py-test]     : STRING CAST SUCCESS
  [py-test] {"namespace": "org.apache.avro.test.namespace",
  [py-test]  "protocol": "TestNamespaceTwo",
  [py-test] 
  [py-test]  "types": [
  [py-test]      {"name": "org.apache.avro.test.util.MD5", "type": "fixed", "size": 16},
  [py-test]      {"name": "ReferencedRecord", "type": "record", 
  [py-test]        "namespace": "org.apache.avro.other.namespace", 
  [py-test]        "fields": [ {"name": "foo", "type": "string"} ] },
  [py-test]      {"name": "TestRecord", "type": "record",
  [py-test]       "fields": [ {"name": "hash", "type": "org.apache.avro.test.util.MD5"},
  [py-test]                   {"name": "qualified", 
  [py-test]                     "type": "org.apache.avro.other.namespace.ReferencedRecord"} 
  [py-test]                 ]
  [py-test]      },
  [py-test]      {"name": "TestError",
  [py-test]       "type": "error", "fields": [ {"name": "message", "type": "string"} ]
  [py-test]      }
  [py-test]  ],
  [py-test] 
  [py-test]  "messages": {
  [py-test]      "echo": {
  [py-test]          "request": [{"name": "qualified", 
  [py-test]              "type": "org.apache.avro.test.namespace.TestRecord"}],
  [py-test]          "response": "TestRecord"
  [py-test]      },
  [py-test] 
  [py-test]      "error": {
  [py-test]          "request": [],
  [py-test]          "response": "null",
  [py-test]          "errors": ["org.apache.avro.test.namespace.TestError"]
  [py-test]      }
  [py-test] 
  [py-test]  }
  [py-test] 
  [py-test] }
  [py-test]     : STRING CAST SUCCESS
  [py-test] {"namespace": "org.apache.avro.test.namespace",
  [py-test]  "protocol": "TestValidRepeatedName",
  [py-test] 
  [py-test]  "types": [
  [py-test]      {"name": "org.apache.avro.test.util.MD5", "type": "fixed", "size": 16},
  [py-test]      {"name": "ReferencedRecord", "type": "record", 
  [py-test]        "namespace": "org.apache.avro.other.namespace", 
  [py-test]        "fields": [ {"name": "foo", "type": "string"} ] },
  [py-test]      {"name": "ReferencedRecord", "type": "record", 
  [py-test]        "fields": [ {"name": "bar", "type": "double"} ] },
  [py-test]      {"name": "TestError",
  [py-test]       "type": "error", "fields": [ {"name": "message", "type": "string"} ]
  [py-test]      }
  [py-test]  ],
  [py-test] 
  [py-test]  "messages": {
  [py-test]      "echo": {
  [py-test]          "request": [{"name": "qualified", 
  [py-test]              "type": "ReferencedRecord"}],
  [py-test]          "response": "org.apache.avro.other.namespace.ReferencedRecord"
  [py-test]      },
  [py-test] 
  [py-test]      "error": {
  [py-test]          "request": [],
  [py-test]          "response": "null",
  [py-test]          "errors": ["org.apache.avro.test.namespace.TestError"]
  [py-test]      }
  [py-test] 
  [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" : "xy1.7.1-SNAPSHOT
  [py-test] .................E..........................
  [py-test] z.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] =====================
  [py-test] 
  [py-test] 
  [py-test] TEST CAST TO STRING AFTER PARSE
  [py-test] ===============================
  [py-test] 
  [py-test] .
  [py-test] ======================================================================
  [py-test] ERROR: test_server_with_path (test_ipc.TestIPC)
  [py-test] ----------------------------------------------------------------------
  [py-test] Traceback (most recent call last):
  [py-test]   File "<https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build/test/test_ipc.py",> line 31, in test_server_with_path
  [py-test]     client_with_custom_path = ipc.HTTPTransceiver('dummyserver.net', 80, '/service/article')
  [py-test]   File "<https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build/src/avro/ipc.py",> line 471, in __init__
  [py-test]     self.conn.connect()
  [py-test]   File "/usr/lib/python2.6/httplib.py", line 716, in connect
  [py-test]     self.timeout)
  [py-test]   File "/usr/lib/python2.6/socket.py", line 514, in create_connection
  [py-test]     raise error, msg
  [py-test] error: [Errno 110] Connection timed out
  [py-test] 
  [py-test] ----------------------------------------------------------------------
  [py-test] Ran 45 tests in 23.412s
  [py-test] 
  [py-test] FAILED (errors=1)

BUILD FAILED
<https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build.xml>:130: Test execution failed.  See output for details.

Total time: 25 seconds
Build step 'Invoke Ant' marked build as failure

Build failed in Jenkins: AVRO-python #305

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

Changes:

[cutting] AVRO-1114. Java: Update license headers for new mapreduce code.

------------------------------------------
[...truncated 1196 lines...]
  [py-test]      },
  [py-test] 
  [py-test]      "echoBytes": {
  [py-test]          "request": [{"name": "data", "type": "bytes"}],
  [py-test]          "response": "bytes"
  [py-test]      },
  [py-test] 
  [py-test]      "error": {
  [py-test]          "request": [],
  [py-test]          "response": "null",
  [py-test]          "errors": ["TestError"]
  [py-test]      }
  [py-test]  }
  [py-test] 
  [py-test] }
  [py-test]     : STRING CAST SUCCESS
  [py-test] {"namespace": "org.apache.avro.test.namespace",
  [py-test]  "protocol": "TestNamespace",
  [py-test] 
  [py-test]  "types": [
  [py-test]      {"name": "org.apache.avro.test.util.MD5", "type": "fixed", "size": 16},
  [py-test]      {"name": "TestRecord", "type": "record",
  [py-test]       "fields": [ {"name": "hash", "type": "org.apache.avro.test.util.MD5"} ]
  [py-test]      },
  [py-test]      {"name": "TestError", "namespace": "org.apache.avro.test.errors",
  [py-test]       "type": "error", "fields": [ {"name": "message", "type": "string"} ]
  [py-test]      }
  [py-test]  ],
  [py-test] 
  [py-test]  "messages": {
  [py-test]      "echo": {
  [py-test]          "request": [{"name": "record", "type": "TestRecord"}],
  [py-test]          "response": "TestRecord"
  [py-test]      },
  [py-test] 
  [py-test]      "error": {
  [py-test]          "request": [],
  [py-test]          "response": "null",
  [py-test]          "errors": ["org.apache.avro.test.errors.TestError"]
  [py-test]      }
  [py-test] 
  [py-test]  }
  [py-test] 
  [py-test] }
  [py-test]     : STRING CAST SUCCESS
  [py-test] {"namespace": "org.apache.avro.test.namespace",
  [py-test]  "protocol": "TestImplicitNamespace",
  [py-test] 
  [py-test]  "types": [
  [py-test]      {"name": "org.apache.avro.test.util.MD5", "type": "fixed", "size": 16},
  [py-test]      {"name": "ReferencedRecord", "type": "record", 
  [py-test]        "fields": [ {"name": "foo", "type": "string"} ] },
  [py-test]      {"name": "TestRecord", "type": "record",
  [py-test]       "fields": [ {"name": "hash", "type": "org.apache.avro.test.util.MD5"},
  [py-test]                   {"name": "unqalified", "type": "ReferencedRecord"} ]
  [py-test]      },
  [py-test]      {"name": "TestError",
  [py-test]       "type": "error", "fields": [ {"name": "message", "type": "string"} ]
  [py-test]      }
  [py-test]  ],
  [py-test] 
  [py-test]  "messages": {
  [py-test]      "echo": {
  [py-test]          "request": [{"name": "qualified", 
  [py-test]              "type": "org.apache.avro.test.namespace.TestRecord"}],
  [py-test]          "response": "TestRecord"
  [py-test]      },
  [py-test] 
  [py-test]      "error": {
  [py-test]          "request": [],
  [py-test]          "response": "null",
  [py-test]          "errors": ["org.apache.avro.test.namespace.TestError"]
  [py-test]      }
  [py-test] 
  [py-test]  }
  [py-test] 
  [py-test] }
  [py-test]     : STRING CAST SUCCESS
  [py-test] {"namespace": "org.apache.avro.test.namespace",
  [py-test]  "protocol": "TestNamespaceTwo",
  [py-test] 
  [py-test]  "types": [
  [py-test]      {"name": "org.apache.avro.test.util.MD5", "type": "fixed", "size": 16},
  [py-test]      {"name": "ReferencedRecord", "type": "record", 
  [py-test]        "namespace": "org.apache.avro.other.namespace", 
  [py-test]        "fields": [ {"name": "foo", "type": "string"} ] },
  [py-test]      {"name": "TestRecord", "type": "record",
  [py-test]       "fields": [ {"name": "hash", "type": "org.apache.avro.test.util.MD5"},
  [py-test]                   {"name": "qualified", 
  [py-test]                     "type": "org.apache.avro.other.namespace.ReferencedRecord"} 
  [py-test]                 ]
  [py-test]      },
  [py-test]      {"name": "TestError",
  [py-test]       "type": "error", "fields": [ {"name": "message", "type": "string"} ]
  [py-test]      }
  [py-test]  ],
  [py-test] 
  [py-test]  "messages": {
  [py-test]      "echo": {
  [py-test]          "request": [{"name": "qualified", 
  [py-test]              "type": "org.apache.avro.test.namespace.TestRecord"}],
  [py-test]          "response": "TestRecord"
  [py-test]      },
  [py-test] 
  [py-test]      "error": {
  [py-test]          "request": [],
  [py-test]          "response": "null",
  [py-test]          "errors": ["org.apache.avro.test.namespace.TestError"]
  [py-test]      }
  [py-test] 
  [py-test]  }
  [py-test] 
  [py-test] }
  [py-test]     : STRING CAST SUCCESS
  [py-test] {"namespace": "org.apache.avro.test.namespace",
  [py-test]  "protocol": "TestValidRepeatedName",
  [py-test] 
  [py-test]  "types": [
  [py-test]      {"name": "org.apache.avro.test.util.MD5", "type": "fixed", "size": 16},
  [py-test]      {"name": "ReferencedRecord", "type": "record", 
  [py-test]        "namespace": "org.apache.avro.other.namespace", 
  [py-test]        "fields": [ {"name": "foo", "type": "string"} ] },
  [py-test]      {"name": "ReferencedRecord", "type": "record", 
  [py-test]        "fields": [ {"name": "bar", "type": "double"} ] },
  [py-test]      {"name": "TestError",
  [py-test]       "type": "error", "fields": [ {"name": "message", "type": "string"} ]
  [py-test]      }
  [py-test]  ],
  [py-test] 
  [py-test]  "messages": {
  [py-test]      "echo": {
  [py-test]          "request": [{"name": "qualified", 
  [py-test]              "type": "ReferencedRecord"}],
  [py-test]          "response": "org.apache.avro.other.namespace.ReferencedRecord"
  [py-test]      },
  [py-test] 
  [py-test]      "error": {
  [py-test]          "request": [],
  [py-test]          "response": "null",
  [py-test]          "errors": ["org.apache.avro.test.namespace.TestError"]
  [py-test]      }
  [py-test] 
  [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" : "xy1.7.1-SNAPSHOT
  [py-test] .................E..........................
  [py-test] z.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] .
  [py-test] ======================================================================
  [py-test] ERROR: test_server_with_path (test_ipc.TestIPC)
  [py-test] ----------------------------------------------------------------------
  [py-test] Traceback (most recent call last):
  [py-test]   File "<https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build/test/test_ipc.py",> line 31, in test_server_with_path
  [py-test]     client_with_custom_path = ipc.HTTPTransceiver('dummyserver.net', 80, '/service/article')
  [py-test]   File "<https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build/src/avro/ipc.py",> line 471, in __init__
  [py-test]     self.conn.connect()
  [py-test]   File "/usr/lib/python2.6/httplib.py", line 716, in connect
  [py-test]     "namespace" : "xyz.api.product",
  [py-test]     self.timeout)
  [py-test]     "fields" : [ {
  [py-test]   File "/usr/lib/python2.6/socket.py", line 514, in create_connection
  [py-test]       "name" : "symbols",
  [py-test]     raise error, msg
  [py-test]       "type" : {
  [py-test] error: [Errno 110] Connection timed out
  [py-test]         "type" : "map",
  [py-test] 
  [py-test]         "values" : "xyz.api.product.Symbol"
  [py-test] ----------------------------------------------------------------------
  [py-test]       }
  [py-test] Ran 45 tests in 22.441s
  [py-test]     } ]
  [py-test] 
  [py-test]   } ],
  [py-test] FAILED (errors=1)
  [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] =====================
  [py-test] 
  [py-test] 
  [py-test] TEST CAST TO STRING AFTER PARSE
  [py-test] ===============================
  [py-test] 

BUILD FAILED
<https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build.xml>:130: Test execution failed.  See output for details.

Total time: 23 seconds
Build step 'Invoke Ant' marked build as failure