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 2016/01/12 18:29:32 UTC

Build failed in Jenkins: AVRO-python #588

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

Changes:

[blue] AVRO-1780: Java: Fix NPE in tools. Contributed by Tom White.

Changes for AVRO-1728 moved NOTICE, which was used to create the
no-argument output for Java's avro-tools. Using the new location fixed
the NPE and this also includes an update to show just the top of NOTICE
since it is now much longer.

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-6 (docker Ubuntu ubuntu) in workspace <https://builds.apache.org/job/AVRO-python/ws/>
Reverting <https://builds.apache.org/job/AVRO-python/ws/trunk> to depth infinity with ignoreExternals: false
Updating https://svn.apache.org/repos/asf/avro/trunk at revision '2016-01-12T17:29:15.772 +0000'
U         lang/java/tools/src/main/java/org/apache/avro/tool/Main.java
At revision 1724289
[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:

ivy-download:

build:
     [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>
[ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: file = <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/ivysettings.xml>
[ivy:retrieve] :: resolving dependencies :: org.apache.avro#python;working@priapus.apache.org
[ivy:retrieve] 	confs: [default]
[ivy:retrieve] :: resolution report :: resolve 1199ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   0   |   0   |
	---------------------------------------------------------------------
[ivy:retrieve] 
[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: WARNINGS
[ivy:retrieve] 		module not found: org.apache.avro#avro-tools;1.9.0-SNAPSHOT
[ivy:retrieve] 	==== central: tried
[ivy:retrieve] 	  http://repo1.maven.org/maven2/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.pom
[ivy:retrieve] 	  -- artifact org.apache.avro#avro-tools;1.9.0-SNAPSHOT!avro-tools.jar:
[ivy:retrieve] 	  http://repo1.maven.org/maven2/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 	==== apache-snapshots: tried
[ivy:retrieve] 	  https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.pom
[ivy:retrieve] 	  -- artifact org.apache.avro#avro-tools;1.9.0-SNAPSHOT!avro-tools.jar:
[ivy:retrieve] 	  https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 	==== local-maven2: tried
[ivy:retrieve] 	  /home/jenkins/.m2/repository/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.xml
[ivy:retrieve] 	  -- artifact org.apache.avro#avro-tools;1.9.0-SNAPSHOT!avro-tools.jar:
[ivy:retrieve] 	  /home/jenkins/.m2/repository/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] 		::          UNRESOLVED DEPENDENCIES         ::
[ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] 		:: org.apache.avro#avro-tools;1.9.0-SNAPSHOT: not found
[ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] :::: ERRORS
[ivy:retrieve] 	Server access Error: java.lang.RuntimeException: Could not generate DH keypair url=https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/maven-metadata.xml
[ivy:retrieve] 	Server access Error: java.lang.RuntimeException: Could not generate DH keypair url=https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.pom
[ivy:retrieve] 	Server access Error: java.lang.RuntimeException: Could not generate DH keypair url=https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 
[ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
<https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build.xml>:146: impossible to resolve dependencies:
	resolve failed - see output for details

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

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

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


Build failed in Jenkins: AVRO-python #593

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

Changes:

[blue] AVRO-1781 ADDENDUM: Remove LogicalTypes cache.

This cache maps a Schema to its corresponding LogicalType that has been
constructed from the Schema's properties, by object identity. This is no
longer needed now that the LogicalType is set on the schema instance
when it is parsed. The cache was necessary when we were trying to avoid
all changes to the Schema class.

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-6 (docker Ubuntu ubuntu) in workspace <https://builds.apache.org/job/AVRO-python/ws/>
Reverting <https://builds.apache.org/job/AVRO-python/ws/trunk> to depth infinity with ignoreExternals: false
Updating https://svn.apache.org/repos/asf/avro/trunk at revision '2016-01-20T04:29:06.842 +0000'
U         CHANGES.txt
U         LICENSE.txt
U         lang/java/tools/src/main/resources/META-INF/LICENSE
A         lang/java/guava
A         lang/java/guava/src
A         lang/java/guava/src/main
A         lang/java/guava/src/main/java
A         lang/java/guava/src/main/java/org
A         lang/java/guava/src/main/java/org/apache
A         lang/java/guava/src/main/java/org/apache/avro
A         lang/java/guava/src/main/java/org/apache/avro/GuavaClasses.java
A         lang/java/guava/src/main/resources
A         lang/java/guava/src/main/resources/META-INF
A         lang/java/guava/src/main/resources/META-INF/LICENSE
A         lang/java/guava/pom.xml
A         lang/java/avro/src/main/resources
A         lang/java/avro/src/main/resources/META-INF
A         lang/java/avro/src/main/resources/META-INF/LICENSE
U         lang/java/avro/src/main/java/org/apache/avro/LogicalTypes.java
U         lang/java/avro/src/main/java/org/apache/avro/generic/GenericData.java
U         lang/java/avro/pom.xml
U         lang/java/mapred/pom.xml
U         lang/java/pom.xml
U         lang/ruby/test/case_finder.rb
U         lang/ruby/lib/avro/schema_normalization.rb
U         lang/ruby/Gemfile
D         lang/c/jansson
U         lang/c/LICENSE
U         lang/c/src/schema.c
U         lang/c/src/schema.h
U         lang/c/src/allocation.c
U         lang/c/src/avro/schema.h
U         lang/c/src/avro/allocation.h
U         lang/c/src/schema_equal.c
U         lang/c/src/CMakeLists.txt
U         lang/c/docs/index.txt
U         lang/c/README.maintaining_win32.txt
U         lang/c/tests/test_avro_data.c
A         lang/c/tests/schema_tests/pass/namespace_fullname
A         lang/c/tests/schema_tests/pass/namespace_enum
A         lang/c/tests/schema_tests/pass/namespace_fixed
U         lang/c/tests/CMakeLists.txt
A         lang/c/tests/test_avro_1691.c
U         lang/c/INSTALL
U         lang/c/CMakeLists.txt
U         share/docker/Dockerfile
At revision 1725669
[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:

ivy-download:

build:
     [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>
[ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: file = <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/ivysettings.xml>
[ivy:retrieve] :: resolving dependencies :: org.apache.avro#python;working@priapus.apache.org
[ivy:retrieve] 	confs: [default]
[ivy:retrieve] :: resolution report :: resolve 1564ms :: artifacts dl 0ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   0   |   0   |
	---------------------------------------------------------------------
[ivy:retrieve] 
[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: WARNINGS
[ivy:retrieve] 		module not found: org.apache.avro#avro-tools;1.9.0-SNAPSHOT
[ivy:retrieve] 	==== central: tried
[ivy:retrieve] 	  http://repo1.maven.org/maven2/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.pom
[ivy:retrieve] 	  -- artifact org.apache.avro#avro-tools;1.9.0-SNAPSHOT!avro-tools.jar:
[ivy:retrieve] 	  http://repo1.maven.org/maven2/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 	==== apache-snapshots: tried
[ivy:retrieve] 	  https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.pom
[ivy:retrieve] 	  -- artifact org.apache.avro#avro-tools;1.9.0-SNAPSHOT!avro-tools.jar:
[ivy:retrieve] 	  https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 	==== local-maven2: tried
[ivy:retrieve] 	  /home/jenkins/.m2/repository/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.xml
[ivy:retrieve] 	  -- artifact org.apache.avro#avro-tools;1.9.0-SNAPSHOT!avro-tools.jar:
[ivy:retrieve] 	  /home/jenkins/.m2/repository/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] 		::          UNRESOLVED DEPENDENCIES         ::
[ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] 		:: org.apache.avro#avro-tools;1.9.0-SNAPSHOT: not found
[ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] :::: ERRORS
[ivy:retrieve] 	Server access Error: java.lang.RuntimeException: Could not generate DH keypair url=https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/maven-metadata.xml
[ivy:retrieve] 	Server access Error: java.lang.RuntimeException: Could not generate DH keypair url=https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.pom
[ivy:retrieve] 	Server access Error: java.lang.RuntimeException: Could not generate DH keypair url=https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 
[ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
<https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build.xml>:146: impossible to resolve dependencies:
	resolve failed - see output for details

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

Build failed in Jenkins: AVRO-python #592

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

Changes:

[martinkl] AVRO-1775. Ruby: Use test-unit gem for running tests.

[martinkl] AVRO-1663. C: Fix handling of namespaces for enum and fixed types.

[martinkl] AVRO-1691. C: Allow schemas consisting only of a primitive type. Contributed by Magnus Edenhill.

[martinkl] AVRO-1769. C: Use operating system's libjansson instead of bundling it with Avro. Contributed by Magnus Edenhill.

------------------------------------------
[...truncated 1646 lines...]
A         lang/csharp/src/apache/main/Protocol/Protocol.cs
A         lang/csharp/src/apache/main/Protocol/Message.cs
A         lang/csharp/src/apache/main/CodeGen
A         lang/csharp/src/apache/main/CodeGen/CodeGenUtil.cs
A         lang/csharp/src/apache/main/CodeGen/CodeGenException.cs
A         lang/csharp/src/apache/main/CodeGen/CodeGen.cs
A         lang/csharp/src/apache/main/CodeGen/AvroRuntimeException.cs
A         lang/csharp/src/apache/main/Specific
A         lang/csharp/src/apache/main/Specific/SpecificDatumWriter.cs
A         lang/csharp/src/apache/main/Specific/SpecificWriter.cs
A         lang/csharp/src/apache/main/Specific/SpecificDatumReader.cs
A         lang/csharp/src/apache/main/Specific/SpecificException.cs
A         lang/csharp/src/apache/main/Specific/SpecificRecord.cs
A         lang/csharp/src/apache/main/Specific/SpecificFixed.cs
A         lang/csharp/src/apache/main/Specific/ObjectCreator.cs
A         lang/csharp/src/apache/main/Specific/SpecificProtocol.cs
A         lang/csharp/src/apache/main/Specific/SpecificReader.cs
A         lang/csharp/src/apache/ipc
A         lang/csharp/src/apache/ipc/CallFuture.cs
A         lang/csharp/src/apache/ipc/Generic
A         lang/csharp/src/apache/ipc/Generic/GenericRequestor.cs
A         lang/csharp/src/apache/ipc/Generic/GenericResponder.cs
A         lang/csharp/src/apache/ipc/HttpListenerServer.cs
A         lang/csharp/src/apache/ipc/OutputStream.cs
A         lang/csharp/src/apache/ipc/Avro.ipc.csproj
A         lang/csharp/src/apache/ipc/SocketServer.cs
A         lang/csharp/src/apache/ipc/Specific
A         lang/csharp/src/apache/ipc/Specific/SpecificResponder.cs
A         lang/csharp/src/apache/ipc/Specific/SpecificRequestor.cs
A         lang/csharp/src/apache/ipc/org
A         lang/csharp/src/apache/ipc/org/apache
A         lang/csharp/src/apache/ipc/org/apache/avro
A         lang/csharp/src/apache/ipc/org/apache/avro/ipc
A         lang/csharp/src/apache/ipc/org/apache/avro/ipc/HandshakeRequest.cs
A         lang/csharp/src/apache/ipc/org/apache/avro/ipc/HandshakeMatch.cs
A         lang/csharp/src/apache/ipc/org/apache/avro/ipc/HandshakeResponse.cs
A         lang/csharp/src/apache/ipc/org/apache/avro/ipc/MD5.cs
A         lang/csharp/src/apache/ipc/Transceiver.cs
A         lang/csharp/src/apache/ipc/HttpTransceiver.cs
A         lang/csharp/src/apache/ipc/Properties
A         lang/csharp/src/apache/ipc/Properties/AssemblyInfo.cs
A         lang/csharp/src/apache/ipc/Requestor.cs
A         lang/csharp/src/apache/ipc/RpcContext.cs
A         lang/csharp/src/apache/ipc/CountdownLatch.cs
A         lang/csharp/src/apache/ipc/RpcRequest.cs
A         lang/csharp/src/apache/ipc/SocketTransceiver.cs
A         lang/csharp/src/apache/ipc/LocalTransceiver.cs
A         lang/csharp/src/apache/ipc/Responder.cs
A         lang/csharp/src/apache/perf
A         lang/csharp/src/apache/perf/schema.avsc
A         lang/csharp/src/apache/perf/com
A         lang/csharp/src/apache/perf/com/foo
A         lang/csharp/src/apache/perf/com/foo/Complex.cs
A         lang/csharp/src/apache/perf/com/foo/Narrow.cs
A         lang/csharp/src/apache/perf/com/foo/Wide.cs
A         lang/csharp/src/apache/perf/com/foo/Simple.cs
A         lang/csharp/src/apache/perf/com/foo/MyEnum.cs
A         lang/csharp/src/apache/perf/com/foo/A.cs
A         lang/csharp/src/apache/perf/com/foo/newRec.cs
A         lang/csharp/src/apache/perf/com/foo/MyFixed.cs
A         lang/csharp/src/apache/perf/PerfTest.cs
A         lang/csharp/src/apache/perf/Avro.perf.csproj
A         lang/csharp/src/apache/msbuild
A         lang/csharp/src/apache/msbuild/AvroBuilldTask.cs
A         lang/csharp/src/apache/msbuild/Properties
A         lang/csharp/src/apache/msbuild/Properties/AssemblyInfo.cs
A         lang/csharp/src/apache/msbuild/Avro.msbuild.csproj
A         lang/csharp/src/apache/test
A         lang/csharp/src/apache/test/Ipc
A         lang/csharp/src/apache/test/Ipc/SocketServerConcurrentExecutionTest.cs
A         lang/csharp/src/apache/test/Ipc/SocketServerWithCallbacksTest.cs
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org/apache
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org/apache/avro
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org/apache/avro/test
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org/apache/avro/test/Mail.cs
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org/apache/avro/test/TestRecordWithUnion.cs
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org/apache/avro/test/AllTestRecordPartial.cs
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org/apache/avro/test/Message.cs
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org/apache/avro/test/AllCallback.cs
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org/apache/avro/test/Kind.cs
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org/apache/avro/test/MD5.cs
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org/apache/avro/test/Simple.cs
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org/apache/avro/test/TestError.cs
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org/apache/avro/test/AllEnum.cs
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org/apache/avro/test/TestRecordExtensions.cs
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org/apache/avro/test/FixedTest.cs
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org/apache/avro/test/MailCallback.cs
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org/apache/avro/test/SimpleCallback.cs
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org/apache/avro/test/AllTestRecord.cs
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org/apache/avro/test/All.cs
A         lang/csharp/src/apache/test/Ipc/GeneratedFiles/org/apache/avro/test/TestRecord.cs
A         lang/csharp/src/apache/test/Ipc/SerializationTest.cs
A         lang/csharp/src/apache/test/Ipc/SocketServerTest.cs
A         lang/csharp/src/apache/test/Ipc/LocalTransceiverTest.cs
A         lang/csharp/src/apache/test/Ipc/SocketTransceiverWhenServerStopsTest.cs
A         lang/csharp/src/apache/test/Ipc/MailResponder.cs
A         lang/csharp/src/apache/test/Ipc/HttpClientServerTest.cs
A         lang/csharp/src/apache/test/Generic
A         lang/csharp/src/apache/test/Generic/GenericTests.cs
A         lang/csharp/src/apache/test/Properties
A         lang/csharp/src/apache/test/Properties/AssemblyInfo.cs
A         lang/csharp/src/apache/test/CodGen
A         lang/csharp/src/apache/test/CodGen/CodeGenTest.cs
A         lang/csharp/src/apache/test/File
A         lang/csharp/src/apache/test/File/FileTests.cs
A         lang/csharp/src/apache/test/Schema
A         lang/csharp/src/apache/test/Schema/AliasTest.cs
A         lang/csharp/src/apache/test/Schema/SchemaNormalizationTests.cs
A         lang/csharp/src/apache/test/Schema/SchemaTests.cs
A         lang/csharp/src/apache/test/Utils
A         lang/csharp/src/apache/test/Utils/CaseFinder.cs
A         lang/csharp/src/apache/test/Utils/CaseFinderTests.cs
A         lang/csharp/src/apache/test/Protocol
A         lang/csharp/src/apache/test/Protocol/ProtocolTest.cs
A         lang/csharp/src/apache/test/Avro.test.csproj
A         lang/csharp/src/apache/test/Specific
A         lang/csharp/src/apache/test/Specific/SpecificTests.cs
A         lang/csharp/src/apache/test/IO
A         lang/csharp/src/apache/test/IO/BinaryCodecTests.cs
AU        lang/csharp/build.sh
A         lang/csharp/README
A         share
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/FooBarSpecificRecord.avsc
A         share/test/schemas/mail.avpr
A         share/test/schemas/reserved.avsc
A         share/test/schemas/specialtypes.avdl
A         share/test/schemas/weather.avsc
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/http.avdl
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/InputProtocol.avpr
A         share/schemas/org/apache/avro/mapred/tether/OutputProtocol.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/HandshakeResponse.avsc
A         share/docker
A         share/docker/Dockerfile
A         share/editors
A         share/editors/avro-idl.vim
A         share/editors/README.txt
 U        .
At revision 1725645
[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>

ivy-download:
      [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.2.0/ivy-2.2.0.jar
      [get] To: <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/lib/ivy-2.2.0.jar>

build:
     [copy] Copying 14 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 10 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>
[ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: file = <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/ivysettings.xml>
[ivy:retrieve] :: resolving dependencies :: org.apache.avro#python;working@jenkins-ubuntu-1404-4gb-e9e
[ivy:retrieve] 	confs: [default]
[ivy:retrieve] :: resolution report :: resolve 2413ms :: artifacts dl 0ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   0   |   0   |
	---------------------------------------------------------------------
[ivy:retrieve] 
[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: WARNINGS
[ivy:retrieve] 		module not found: org.apache.avro#avro-tools;1.9.0-SNAPSHOT
[ivy:retrieve] 	==== central: tried
[ivy:retrieve] 	  http://repo1.maven.org/maven2/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.pom
[ivy:retrieve] 	  -- artifact org.apache.avro#avro-tools;1.9.0-SNAPSHOT!avro-tools.jar:
[ivy:retrieve] 	  http://repo1.maven.org/maven2/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 	==== apache-snapshots: tried
[ivy:retrieve] 	  https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.pom
[ivy:retrieve] 	  -- artifact org.apache.avro#avro-tools;1.9.0-SNAPSHOT!avro-tools.jar:
[ivy:retrieve] 	  https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 	==== local-maven2: tried
[ivy:retrieve] 	  /home/jenkins/.m2/repository/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.xml
[ivy:retrieve] 	  -- artifact org.apache.avro#avro-tools;1.9.0-SNAPSHOT!avro-tools.jar:
[ivy:retrieve] 	  /home/jenkins/.m2/repository/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] 		::          UNRESOLVED DEPENDENCIES         ::
[ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] 		:: org.apache.avro#avro-tools;1.9.0-SNAPSHOT: not found
[ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] :::: ERRORS
[ivy:retrieve] 	Server access Error: java.lang.RuntimeException: Could not generate DH keypair url=https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/maven-metadata.xml
[ivy:retrieve] 	Server access Error: java.lang.RuntimeException: Could not generate DH keypair url=https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.pom
[ivy:retrieve] 	Server access Error: java.lang.RuntimeException: Could not generate DH keypair url=https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 
[ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
<https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build.xml>:146: impossible to resolve dependencies:
	resolve failed - see output for details

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

Build failed in Jenkins: AVRO-python #591

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

Changes:

[tomwhite] AVRO-1760. Java: Thread scalability problem with the use of SynchronizedMap

------------------------------------------
[...truncated 2040 lines...]
A         lang/py3
A         lang/py3/avro
A         lang/py3/avro/NOTICE
A         lang/py3/avro/LICENSE
AU        lang/py3/avro/ipc.py
A         lang/py3/avro/tests
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/tests/gen_interop_data.py
AU        lang/py3/avro/tests/txsample_http_server.py
A         lang/py3/avro/tests/test_enum.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/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/py3/README.txt
A         lang/js
A         lang/js/test
A         lang/js/test/test_utils.js
A         lang/js/test/test_files.js
A         lang/js/test/test_schemas.js
A         lang/js/test/dat
A         lang/js/test/dat/Id.avsc
A         lang/js/test/dat/person-10.avro
A         lang/js/test/dat/person-10.no-codec.avro
A         lang/js/test/dat/Person.avsc
A         lang/js/test/dat/person-10.avro.raw
A         lang/js/NOTICE
A         lang/js/LICENSE
A         lang/js/package.json
A         lang/js/doc
A         lang/js/doc/Home.md
A         lang/js/doc/API.md
A         lang/js/doc/Advanced-usage.md
A         lang/js/lib
A         lang/js/lib/utils.js
A         lang/js/lib/files.js
A         lang/js/lib/schemas.js
A         lang/js/lib/index.js
AU        lang/js/build.sh
A         lang/js/etc
A         lang/js/etc/deprecated
A         lang/js/etc/deprecated/Gruntfile.js
AU        lang/js/etc/deprecated/README
AU        lang/js/etc/deprecated/test_validator.js
AU        lang/js/etc/deprecated/validator.js
A         lang/js/etc/browser
A         lang/js/etc/browser/crypto.js
A         lang/js/etc/browser/avro.js
A         lang/js/README.md
A         share
A         share/test
A         share/test/schemas
A         share/test/schemas/http.avdl
A         share/test/schemas/FooBarSpecificRecord.avsc
A         share/test/schemas/mail.avpr
A         share/test/schemas/reserved.avsc
A         share/test/schemas/specialtypes.avdl
A         share/test/schemas/weather.avsc
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/data
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
AU        share/test/data/weather-snappy.avro
A         share/test/interop
A         share/test/interop/rpc
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/interop/rpc/add
A         share/test/interop/rpc/add/onePlusOne
AU        share/test/interop/rpc/add/onePlusOne/response.avro
AU        share/test/interop/rpc/add/onePlusOne/request.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/bin
AU        share/test/interop/bin/test_rpc_interop.sh
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/InputProtocol.avpr
A         share/schemas/org/apache/avro/mapred/tether/OutputProtocol.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/HandshakeResponse.avsc
A         share/docker
A         share/docker/Dockerfile
A         share/editors
A         share/editors/avro-idl.vim
A         share/editors/README.txt
A         .gitignore
A         doc
A         doc/src
A         doc/src/content
A         doc/src/content/htmldocs
AU        doc/src/content/htmldocs/canonical-completeness.html
A         doc/src/content/xdocs
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/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
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/src/skinconf.xml
A         doc/build.xml
A         doc/examples
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/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/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/src/main/java/example/MapReduceAvroWordCount.java
AU        doc/examples/mr-example/src/main/java/example/GenerateData.java
AU        doc/examples/mr-example/pom.xml
A         doc/forrest.properties
A         doc/NOTICE
A         doc/LICENSE
A         CHANGES.txt
AU        build.sh
A         pom.xml
AU        README.txt
A         BUILD.txt
A         DIST_README.txt
A         NOTICE.txt
A         LICENSE.txt
 U        .
At revision 1725238
[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>

ivy-download:
      [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.2.0/ivy-2.2.0.jar
      [get] To: <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/lib/ivy-2.2.0.jar>

build:
     [copy] Copying 14 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 10 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>
[ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: file = <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/ivysettings.xml>
[ivy:retrieve] :: resolving dependencies :: org.apache.avro#python;working@jenkins-ubuntu-1404-4gb-3a8
[ivy:retrieve] 	confs: [default]
[ivy:retrieve] :: resolution report :: resolve 1669ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   0   |   0   |
	---------------------------------------------------------------------
[ivy:retrieve] 
[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: WARNINGS
[ivy:retrieve] 		module not found: org.apache.avro#avro-tools;1.9.0-SNAPSHOT
[ivy:retrieve] 	==== central: tried
[ivy:retrieve] 	  http://repo1.maven.org/maven2/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.pom
[ivy:retrieve] 	  -- artifact org.apache.avro#avro-tools;1.9.0-SNAPSHOT!avro-tools.jar:
[ivy:retrieve] 	  http://repo1.maven.org/maven2/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 	==== apache-snapshots: tried
[ivy:retrieve] 	  https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.pom
[ivy:retrieve] 	  -- artifact org.apache.avro#avro-tools;1.9.0-SNAPSHOT!avro-tools.jar:
[ivy:retrieve] 	  https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 	==== local-maven2: tried
[ivy:retrieve] 	  /home/jenkins/.m2/repository/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.xml
[ivy:retrieve] 	  -- artifact org.apache.avro#avro-tools;1.9.0-SNAPSHOT!avro-tools.jar:
[ivy:retrieve] 	  /home/jenkins/.m2/repository/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] 		::          UNRESOLVED DEPENDENCIES         ::
[ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] 		:: org.apache.avro#avro-tools;1.9.0-SNAPSHOT: not found
[ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] :::: ERRORS
[ivy:retrieve] 	Server access Error: java.lang.RuntimeException: Could not generate DH keypair url=https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/maven-metadata.xml
[ivy:retrieve] 	Server access Error: java.lang.RuntimeException: Could not generate DH keypair url=https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.pom
[ivy:retrieve] 	Server access Error: java.lang.RuntimeException: Could not generate DH keypair url=https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 
[ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
<https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build.xml>:146: impossible to resolve dependencies:
	resolve failed - see output for details

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

Build failed in Jenkins: AVRO-python #590

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

Changes:

[martinkl] AVRO-1782. Ruby: Fix unit test failures in new versions of Ruby.

------------------------------------------
[...truncated 2040 lines...]
A         lang/c++/test/precompile.cc
A         lang/c++/test/unittest.cc
A         lang/c++/test/CodecTests.cc
A         lang/c++/test/SchemaTests.cc
A         lang/c++/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
AU        lang/c++/m4/README
A         lang/c++/m4/m4_ax_boost_filesystem.m4
AU        lang/c++/m4/m4_ax_boost_system.m4
A         lang/c++/NOTICE
A         lang/c++/LICENSE
A         lang/py
A         lang/py/build.xml
A         lang/py/test
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.py
A         lang/py/test/test_datafile_interop.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/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
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/__init__.py
A         lang/py/lib/simplejson/encoder.py
A         lang/py/lib/simplejson/_speedups.c
A         lang/py/lib/simplejson/decoder.py
A         lang/py/lib/simplejson/LICENSE.txt
A         lang/py/lib/simplejson/scanner.py
A         lang/py/lib/simplejson/tool.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/datafile.py
A         lang/py/src/avro/NOTICE
A         lang/py/src/avro/LICENSE
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/src/avro/tether
AU        lang/py/src/avro/tether/tether_task_runner.py
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
A         lang/py/src/avro/io.py
A         lang/py/src/avro/txipc.py
A         share
A         share/test
A         share/test/interop
A         share/test/interop/rpc
A         share/test/interop/rpc/hello
A         share/test/interop/rpc/hello/world
AU        share/test/interop/rpc/hello/world/response.avro
AU        share/test/interop/rpc/hello/world/request.avro
A         share/test/interop/rpc/add
A         share/test/interop/rpc/add/onePlusOne
AU        share/test/interop/rpc/add/onePlusOne/response.avro
AU        share/test/interop/rpc/add/onePlusOne/request.avro
A         share/test/interop/rpc/echo
A         share/test/interop/rpc/echo/foo
AU        share/test/interop/rpc/echo/foo/request.avro
AU        share/test/interop/rpc/echo/foo/response.avro
A         share/test/interop/bin
AU        share/test/interop/bin/test_rpc_interop.sh
A         share/test/schemas
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/http.avdl
A         share/test/schemas/FooBarSpecificRecord.avsc
A         share/test/schemas/mail.avpr
A         share/test/schemas/reserved.avsc
A         share/test/schemas/specialtypes.avdl
A         share/test/schemas/weather.avsc
A         share/test/schemas/interop.avsc
A         share/test/schemas/contexts.avdl
A         share/test/schemas/BulkData.avpr
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/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/InputProtocol.avpr
A         share/schemas/org/apache/avro/mapred/tether/OutputProtocol.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/HandshakeResponse.avsc
A         share/docker
A         share/docker/Dockerfile
A         share/editors
A         share/editors/avro-idl.vim
A         share/editors/README.txt
A         .gitignore
A         doc
A         doc/build.xml
A         doc/examples
AU        doc/examples/example.py
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/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/src/main/java/example/MapReduceAvroWordCount.java
AU        doc/examples/mr-example/src/main/java/example/GenerateData.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/GenericMain.java
AU        doc/examples/java-example/src/main/java/example/SpecificMain.java
AU        doc/examples/java-example/pom.xml
A         doc/forrest.properties
A         doc/NOTICE
A         doc/LICENSE
A         doc/src
AU        doc/src/cli.xconf
A         doc/src/skinconf.xml
A         doc/src/content
A         doc/src/content/xdocs
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/content/xdocs/sasl.xml
A         doc/src/content/htmldocs
AU        doc/src/content/htmldocs/canonical-completeness.html
A         doc/src/resources
A         doc/src/resources/images
AU        doc/src/resources/images/apache_feather.gif
AU        doc/src/resources/images/avro-logo.png
A         doc/src/resources/images/favicon.ico
A         CHANGES.txt
AU        build.sh
A         pom.xml
AU        README.txt
A         BUILD.txt
 U        .
At revision 1724514
[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>

ivy-download:
      [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.2.0/ivy-2.2.0.jar
      [get] To: <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/lib/ivy-2.2.0.jar>

build:
     [copy] Copying 14 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 10 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>
[ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: file = <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/ivysettings.xml>
[ivy:retrieve] :: resolving dependencies :: org.apache.avro#python;working@asf910.gq1.ygridcore.net
[ivy:retrieve] 	confs: [default]
[ivy:retrieve] :: resolution report :: resolve 1374ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   0   |   0   |
	---------------------------------------------------------------------
[ivy:retrieve] 
[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: WARNINGS
[ivy:retrieve] 		module not found: org.apache.avro#avro-tools;1.9.0-SNAPSHOT
[ivy:retrieve] 	==== central: tried
[ivy:retrieve] 	  http://repo1.maven.org/maven2/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.pom
[ivy:retrieve] 	  -- artifact org.apache.avro#avro-tools;1.9.0-SNAPSHOT!avro-tools.jar:
[ivy:retrieve] 	  http://repo1.maven.org/maven2/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 	==== apache-snapshots: tried
[ivy:retrieve] 	  https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.pom
[ivy:retrieve] 	  -- artifact org.apache.avro#avro-tools;1.9.0-SNAPSHOT!avro-tools.jar:
[ivy:retrieve] 	  https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 	==== local-maven2: tried
[ivy:retrieve] 	  /home/jenkins/.m2/repository/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.xml
[ivy:retrieve] 	  -- artifact org.apache.avro#avro-tools;1.9.0-SNAPSHOT!avro-tools.jar:
[ivy:retrieve] 	  /home/jenkins/.m2/repository/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] 		::          UNRESOLVED DEPENDENCIES         ::
[ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] 		:: org.apache.avro#avro-tools;1.9.0-SNAPSHOT: not found
[ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] :::: ERRORS
[ivy:retrieve] 	Server access Error: java.lang.RuntimeException: Could not generate DH keypair url=https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/maven-metadata.xml
[ivy:retrieve] 	Server access Error: java.lang.RuntimeException: Could not generate DH keypair url=https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.pom
[ivy:retrieve] 	Server access Error: java.lang.RuntimeException: Could not generate DH keypair url=https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 
[ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
<https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build.xml>:146: impossible to resolve dependencies:
	resolve failed - see output for details

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

Build failed in Jenkins: AVRO-python #589

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

Changes:

[blue] AVRO-1781: Use Guava for a thread-safe weak identity cache.

This adds avro-guava-dependencies to minimize just Guava classes that
are shaded without minimizing classes from other dependencies. This
filtered artifact is then shaded and relocated in the avro module to
avoid leaking Guava classes to downstream consumers.

------------------------------------------
[...truncated 2040 lines...]
A         lang/c++/impl/FileStream.cc
A         lang/c++/impl/Stream.cc
A         lang/c++/impl/Schema.cc
A         lang/c++/impl/Resolver.cc
A         lang/c++/impl/avrogencpp.cc
A         lang/c++/impl/Types.cc
A         lang/c++/impl/GenericDatum.cc
A         lang/c++/impl/NodeImpl.cc
A         lang/c++/impl/DataFile.cc
A         lang/c++/impl/BinaryDecoder.cc
A         lang/c++/impl/Compiler.cc
A         lang/c++/impl/Generic.cc
A         lang/c++/.gitignore
A         lang/c++/config
A         lang/c++/config/.gitignore
A         lang/py
A         lang/py/build.xml
A         lang/py/test
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/py/test/txsample_http_server.py
AU        lang/py/ivy.xml
A         lang/py/lib
A         lang/py/lib/simplejson
A         lang/py/lib/simplejson/_speedups.c
A         lang/py/lib/simplejson/decoder.py
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/pyAntTasks-1.3.jar
A         lang/py/lib/pyAntTasks-1.3-LICENSE.txt
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_runner.py
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
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/NOTICE
A         lang/py/src/avro/LICENSE
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         share
A         share/docker
A         share/docker/Dockerfile
A         share/editors
A         share/editors/avro-idl.vim
A         share/editors/README.txt
A         share/test
A         share/test/data
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
AU        share/test/data/weather-snappy.avro
AU        share/test/data/schema-tests.txt
A         share/test/interop
A         share/test/interop/rpc
A         share/test/interop/rpc/echo
A         share/test/interop/rpc/echo/foo
AU        share/test/interop/rpc/echo/foo/request.avro
AU        share/test/interop/rpc/echo/foo/response.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/interop/rpc/add
A         share/test/interop/rpc/add/onePlusOne
AU        share/test/interop/rpc/add/onePlusOne/response.avro
AU        share/test/interop/rpc/add/onePlusOne/request.avro
A         share/test/interop/bin
AU        share/test/interop/bin/test_rpc_interop.sh
A         share/test/schemas
A         share/test/schemas/reserved.avsc
A         share/test/schemas/specialtypes.avdl
A         share/test/schemas/weather.avsc
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/http.avdl
A         share/test/schemas/FooBarSpecificRecord.avsc
A         share/test/schemas/mail.avpr
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/InputProtocol.avpr
A         share/schemas/org/apache/avro/mapred/tether/OutputProtocol.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/HandshakeResponse.avsc
A         .gitignore
A         doc
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/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/src/main/java/example/MapReduceAvroWordCount.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         doc/NOTICE
A         doc/LICENSE
A         doc/src
AU        doc/src/cli.xconf
A         doc/src/skinconf.xml
A         doc/src/content
A         doc/src/content/xdocs
AU        doc/src/content/xdocs/mr.xml
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
A         doc/src/content/htmldocs
AU        doc/src/content/htmldocs/canonical-completeness.html
A         doc/src/resources
A         doc/src/resources/images
AU        doc/src/resources/images/apache_feather.gif
AU        doc/src/resources/images/avro-logo.png
A         doc/src/resources/images/favicon.ico
A         CHANGES.txt
AU        build.sh
A         pom.xml
AU        README.txt
 U        .
At revision 1724476
[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>

ivy-download:
      [get] Getting: http://repo2.maven.org/maven2/org/apache/ivy/ivy/2.2.0/ivy-2.2.0.jar
      [get] To: <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/lib/ivy-2.2.0.jar>

build:
     [copy] Copying 14 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 10 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>
[ivy:retrieve] :: Ivy 2.2.0 - 20100923230623 :: http://ant.apache.org/ivy/ ::
[ivy:retrieve] :: loading settings :: file = <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/ivysettings.xml>
[ivy:retrieve] :: resolving dependencies :: org.apache.avro#python;working@jenkins-ubuntu-1404-4gb-47f
[ivy:retrieve] 	confs: [default]
[ivy:retrieve] :: resolution report :: resolve 1510ms :: artifacts dl 0ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   0   |   0   |
	---------------------------------------------------------------------
[ivy:retrieve] 
[ivy:retrieve] :: problems summary ::
[ivy:retrieve] :::: WARNINGS
[ivy:retrieve] 		module not found: org.apache.avro#avro-tools;1.9.0-SNAPSHOT
[ivy:retrieve] 	==== central: tried
[ivy:retrieve] 	  http://repo1.maven.org/maven2/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.pom
[ivy:retrieve] 	  -- artifact org.apache.avro#avro-tools;1.9.0-SNAPSHOT!avro-tools.jar:
[ivy:retrieve] 	  http://repo1.maven.org/maven2/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 	==== apache-snapshots: tried
[ivy:retrieve] 	  https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.pom
[ivy:retrieve] 	  -- artifact org.apache.avro#avro-tools;1.9.0-SNAPSHOT!avro-tools.jar:
[ivy:retrieve] 	  https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 	==== local-maven2: tried
[ivy:retrieve] 	  /home/jenkins/.m2/repository/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.xml
[ivy:retrieve] 	  -- artifact org.apache.avro#avro-tools;1.9.0-SNAPSHOT!avro-tools.jar:
[ivy:retrieve] 	  /home/jenkins/.m2/repository/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] 		::          UNRESOLVED DEPENDENCIES         ::
[ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] 		:: org.apache.avro#avro-tools;1.9.0-SNAPSHOT: not found
[ivy:retrieve] 		::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve] :::: ERRORS
[ivy:retrieve] 	Server access Error: java.lang.RuntimeException: Could not generate DH keypair url=https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/maven-metadata.xml
[ivy:retrieve] 	Server access Error: java.lang.RuntimeException: Could not generate DH keypair url=https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.pom
[ivy:retrieve] 	Server access Error: java.lang.RuntimeException: Could not generate DH keypair url=https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.9.0-SNAPSHOT/avro-tools-1.9.0-SNAPSHOT.jar
[ivy:retrieve] 
[ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
<https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build.xml>:146: impossible to resolve dependencies:
	resolve failed - see output for details

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