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 2014/10/27 15:21:15 UTC

Build failed in Jenkins: AVRO-python #510

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

Changes:

[tomwhite] AVRO-1489. Java: Avro fails to build with OpenJDK 8. Contributed by Ricardo Arguello.

------------------------------------------
[...truncated 1236 lines...]
  [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" : "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.8.0-SNAPSHOT
  [py-test] mock_tether_parent: Launching Server on Port: 55104
  [py-test] MockParentResponder: Recieved 'configure': inputPort=41597
  [py-test] MockParentResponder: Recieved output
  [py-test] MockParentResponder: Recieved output
  [py-test] ................................................127.0.0.1 - - [27/Oct/2014 14:21:08] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:08] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:08] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:08] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:08] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:08] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:08] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:08] "POST / HTTP/1.1" 200 -
  [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] MockParentResponder: Recieved 'status': message=Status message
  [py-test] mock_tether_parent: Launching Server on Port: 45954
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:08] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:08] "POST / HTTP/1.1" 200 -
  [py-test] MockParentResponder: Recieved 'configure': inputPort=39006
  [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] .127.0.0.1 - - [27/Oct/2014 14:21:09] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:09] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:09] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:09] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:09] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:09] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:09] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:09] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:09] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:09] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:09] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:09] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:09] "POST / HTTP/1.1" 200 -
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:09] "POST / HTTP/1.1" 200 -
  [py-test] mock_tether_parent: Launching Server on Port: 60817
  [py-test] MockParentResponder: Recieved 'configure': inputPort=40116
  [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=60817
  [py-test] 127.0.0.1 - - [27/Oct/2014 14:21:12] "POST / HTTP/1.1" 200 -
  [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=22567
  [py-test] Mock server started process pid=22580
  [py-test] Mock server started process pid=22630
  [py-test] Command:
  [py-test] 	java -jar <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/java/tools/target/avro-tools-1.8.0-SNAPSHOT.jar> tether --in /tmp/test_tether_word_count/in --out /tmp/test_tether_word_count/out --outschema /tmp/user/20000/wordcountPlMSW8.avsc --protocol http --program /tmp/user/20000/exec_word_count_eRlSUl
  [py-test] .Unable to access jarfile <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/java/tools/target/avro-tools-1.8.0-SNAPSHOT.jar>
  [py-test] E
  [py-test] ======================================================================
  [py-test] ERROR: test1 (test_tether_word_count.TestTetherWordCount)
  [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_tether_word_count.py",> line 194, in test1
  [py-test]     with file(os.path.join(outpath,"part-00000.avro")) as hf:
  [py-test] IOError: [Errno 2] No such file or directory: '/tmp/test_tether_word_count/out/part-00000.avro'
  [py-test] 
  [py-test] ----------------------------------------------------------------------
  [py-test] Ran 52 tests in 8.310s
  [py-test] 
  [py-test] FAILED (errors=1)

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

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

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

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


Build failed in Jenkins: AVRO-python #511

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

Changes:

[cutting] AVRO-570. Fix build to get avro-tools jar from snapshot repo when not built locally.

------------------------------------------
[...truncated 1938 lines...]
A         lang/c++/test/testparser.cc
A         lang/c++/test/LargeSchemaTests.cc
A         lang/c++/test/StreamTests.cc
A         lang/c++/test/precompile.cc
A         lang/c++/test/unittest.cc
A         lang/c++/test/CodecTests.cc
A         lang/c++/m4
AU        lang/c++/m4/README
A         lang/c++/m4/m4_ax_boost_filesystem.m4
AU        lang/c++/m4/m4_ax_boost_system.m4
AU        lang/c++/m4/m4_ax_boost_thread.m4
AU        lang/c++/m4/m4_ax_boost_base.m4
AU        lang/c++/m4/m4_ax_boost_regex.m4
A         lang/c++/m4/m4_ax_boost_asio.m4
A         lang/py
AU        lang/py/ivy.xml
A         lang/py/lib
A         lang/py/lib/pyAntTasks-1.3.jar
A         lang/py/lib/pyAntTasks-1.3-LICENSE.txt
A         lang/py/lib/simplejson
A         lang/py/lib/simplejson/LICENSE.txt
A         lang/py/lib/simplejson/scanner.py
A         lang/py/lib/simplejson/tool.py
A         lang/py/lib/simplejson/__init__.py
A         lang/py/lib/simplejson/encoder.py
A         lang/py/lib/simplejson/_speedups.c
A         lang/py/lib/simplejson/decoder.py
AU        lang/py/ivysettings.xml
A         lang/py/scripts
A         lang/py/scripts/avro
AU        lang/py/setup.py
A         lang/py/src
A         lang/py/src/avro
A         lang/py/src/avro/tether
AU        lang/py/src/avro/tether/tether_task.py
AU        lang/py/src/avro/tether/util.py
AU        lang/py/src/avro/tether/__init__.py
AU        lang/py/src/avro/tether/tether_task_runner.py
A         lang/py/src/avro/io.py
A         lang/py/src/avro/txipc.py
A         lang/py/src/avro/datafile.py
A         lang/py/src/avro/ipc.py
A         lang/py/src/avro/tool.py
A         lang/py/src/avro/__init__.py
A         lang/py/src/avro/schema.py
A         lang/py/src/avro/protocol.py
A         lang/py/build.xml
A         lang/py/test
A         lang/py/test/txsample_http_server.py
A         lang/py/test/txsample_http_client.py
AU        lang/py/test/set_avro_test_path.py
AU        lang/py/test/test_tether_word_count.py
A         lang/py/test/test_schema.py
A         lang/py/test/test_protocol.py
A         lang/py/test/gen_interop_data.py
A         lang/py/test/test_script.py
AU        lang/py/test/word_count_task.py
A         lang/py/test/av_bench.py
AU        lang/py/test/test_tether_task_runner.py
A         lang/py/test/sample_http_server.py
A         lang/py/test/test_io.py
A         lang/py/test/test_datafile_interop.py
A         lang/py/test/test_datafile.py
A         lang/py/test/test_ipc.py
AU        lang/py/test/test_tether_task.py
AU        lang/py/test/mock_tether_parent.py
A         lang/py/test/sample_http_client.py
A         lang/py3
A         lang/py3/avro
AU        lang/py3/avro/ipc.py
A         lang/py3/avro/tests
AU        lang/py3/avro/tests/gen_interop_data.py
AU        lang/py3/avro/tests/txsample_http_server.py
AU        lang/py3/avro/tests/test_script.py
AU        lang/py3/avro/tests/av_bench.py
AU        lang/py3/avro/tests/run_tests.py
AU        lang/py3/avro/tests/sample_http_server.py
AU        lang/py3/avro/tests/test_io.py
AU        lang/py3/avro/tests/test_datafile.py
AU        lang/py3/avro/tests/test_datafile_interop.py
AU        lang/py3/avro/tests/test_ipc.py
AU        lang/py3/avro/tests/txsample_http_client.py
AU        lang/py3/avro/tests/sample_http_client.py
AU        lang/py3/avro/tests/test_schema.py
AU        lang/py3/avro/tests/test_protocol.py
AU        lang/py3/avro/tool.py
AU        lang/py3/avro/__init__.py
AU        lang/py3/avro/schema.py
AU        lang/py3/avro/protocol.py
AU        lang/py3/avro/io.py
AU        lang/py3/avro/txipc.py
AU        lang/py3/avro/datafile.py
A         lang/py3/scripts
A         lang/py3/scripts/avro
AU        lang/py3/setup.py
A         lang/js
A         lang/js/lib
AU        lang/js/lib/validator.js
AU        lang/js/build.sh
AU        lang/js/grunt.js
AU        lang/js/README
A         lang/js/test
AU        lang/js/test/validator.js
A         lang/js/package.json
A         share
A         share/VERSION.txt
A         share/schemas
A         share/schemas/org
A         share/schemas/org/apache
A         share/schemas/org/apache/avro
A         share/schemas/org/apache/avro/mapred
A         share/schemas/org/apache/avro/mapred/tether
A         share/schemas/org/apache/avro/mapred/tether/OutputProtocol.avpr
A         share/schemas/org/apache/avro/mapred/tether/InputProtocol.avpr
A         share/schemas/org/apache/avro/data
A         share/schemas/org/apache/avro/data/Json.avsc
A         share/schemas/org/apache/avro/ipc
A         share/schemas/org/apache/avro/ipc/HandshakeRequest.avsc
A         share/schemas/org/apache/avro/ipc/trace
A         share/schemas/org/apache/avro/ipc/trace/avroTrace.avdl
A         share/schemas/org/apache/avro/ipc/trace/avroTrace.avpr
A         share/schemas/org/apache/avro/ipc/HandshakeResponse.avsc
A         share/editors
A         share/editors/avro-idl.vim
A         share/editors/README.txt
A         share/rat-excludes.txt
A         share/test
A         share/test/data
AU        share/test/data/weather-snappy.avro
AU        share/test/data/schema-tests.txt
AU        share/test/data/syncInMeta.avro
AU        share/test/data/weather-sorted.avro
AU        share/test/data/weather.avro
A         share/test/data/weather.json
AU        share/test/data/test.avro12
A         share/test/interop
A         share/test/interop/bin
AU        share/test/interop/bin/test_rpc_interop.sh
A         share/test/interop/rpc
A         share/test/interop/rpc/add
A         share/test/interop/rpc/add/onePlusOne
AU        share/test/interop/rpc/add/onePlusOne/request.avro
AU        share/test/interop/rpc/add/onePlusOne/response.avro
A         share/test/interop/rpc/echo
A         share/test/interop/rpc/echo/foo
AU        share/test/interop/rpc/echo/foo/response.avro
AU        share/test/interop/rpc/echo/foo/request.avro
A         share/test/interop/rpc/hello
A         share/test/interop/rpc/hello/world
AU        share/test/interop/rpc/hello/world/request.avro
AU        share/test/interop/rpc/hello/world/response.avro
A         share/test/schemas
A         share/test/schemas/interop.avsc
A         share/test/schemas/contexts.avdl
A         share/test/schemas/BulkData.avpr
A         share/test/schemas/social.avdl
A         share/test/schemas/simple.avpr
A         share/test/schemas/stringables.avdl
A         share/test/schemas/echo.avdl
A         share/test/schemas/namespace.avpr
A         share/test/schemas/FooBarSpecificRecord.avsc
A         share/test/schemas/mail.avpr
A         share/test/schemas/weather.avsc
A         .gitignore
A         doc
A         doc/src
A         doc/src/skinconf.xml
A         doc/src/content
A         doc/src/content/htmldocs
AU        doc/src/content/htmldocs/canonical-completeness.html
A         doc/src/content/xdocs
A         doc/src/content/xdocs/sasl.xml
A         doc/src/content/xdocs/site.xml
A         doc/src/content/xdocs/index.xml
A         doc/src/content/xdocs/idl.xml
A         doc/src/content/xdocs/tabs.xml
AU        doc/src/content/xdocs/gettingstartedjava.xml
AU        doc/src/content/xdocs/gettingstartedpython.xml
A         doc/src/content/xdocs/spec.xml
AU        doc/src/content/xdocs/mr.xml
A         doc/src/resources
A         doc/src/resources/images
AU        doc/src/resources/images/avro-logo.png
A         doc/src/resources/images/favicon.ico
AU        doc/src/resources/images/apache_feather.gif
AU        doc/src/cli.xconf
A         doc/build.xml
A         doc/examples
A         doc/examples/mr-example
A         doc/examples/mr-example/src
A         doc/examples/mr-example/src/main
A         doc/examples/mr-example/src/main/java
A         doc/examples/mr-example/src/main/java/example
AU        doc/examples/mr-example/src/main/java/example/MapReduceAvroWordCount.java
AU        doc/examples/mr-example/src/main/java/example/GenerateData.java
AU        doc/examples/mr-example/src/main/java/example/AvroWordCount.java
AU        doc/examples/mr-example/src/main/java/example/MapReduceColorCount.java
AU        doc/examples/mr-example/src/main/java/example/MapredColorCount.java
AU        doc/examples/mr-example/pom.xml
A         doc/examples/user.avsc
A         doc/examples/java-example
A         doc/examples/java-example/src
A         doc/examples/java-example/src/main
A         doc/examples/java-example/src/main/java
A         doc/examples/java-example/src/main/java/example
AU        doc/examples/java-example/src/main/java/example/SpecificMain.java
AU        doc/examples/java-example/src/main/java/example/GenericMain.java
AU        doc/examples/java-example/pom.xml
AU        doc/examples/example.py
A         doc/forrest.properties
A         CHANGES.txt
AU        build.sh
A         pom.xml
AU        README.txt
 U        .
At revision 1634923
[py] $ /home/jenkins/tools/ant/latest/bin/ant -file build.xml test
Buildfile: <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build.xml>

init:
    [mkdir] Created dir: <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build>

build:
     [copy] Copying 12 files to <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build/src>
     [copy] Copying 19 files to <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build/test>
     [copy] Copying 9 files to <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build/lib>
     [copy] Copying 2 files to <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build/src/avro/tether>
     [copy] Copying 1 file to <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build/src/avro>
     [copy] Copying 1 file to <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build>
     [copy] Copying 1 file to <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build/scripts>
     [copy] Copying 1 file to <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build/test>

BUILD FAILED
<https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build.xml>:132: Problem: failed to create task or type antlib:org.apache.ivy.ant:retrieve
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
No types or tasks have been defined in this namespace yet

This appears to be an antlib declaration. 
Action: Check that the implementing library exists in one of:
        -/home/jenkins/tools/ant/latest/lib
        -/home/jenkins/.ant/lib
        -a directory added on the command line with the -lib argument


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