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

Changes:

[tomwhite] AVRO-1697. Ruby: Add support for the Snappy codec to the Ruby 
library. Contributed by Daniel Schierbeck.

------------------------------------------
[...truncated 1950 lines...]
A         lang/c/src/avro/generic.h
A         lang/c/src/avro/value.h
A         lang/c/src/avro/msinttypes.h
A         lang/c/src/st.c
A         lang/c/src/schema_equal.c
A         lang/c/src/st.h
A         lang/c/src/consume-binary.c
A         lang/c/src/consumer.c
A         lang/c/src/encoding.h
A         lang/c/src/CMakeLists.txt
A         lang/c/src/avrocat.c
A         lang/c/src/datum_skip.c
A         lang/c/src/datum_equal.c
A         lang/c/ChangeLog
A         lang/c/docs
A         lang/c/docs/index.txt
A         lang/c/docs/CMakeLists.txt
A         lang/c/FindSnappy.cmake
A         lang/c/README.maintaining_win32.txt
A         lang/c/README
AU        lang/c/version.sh
A         lang/c/tests
A         lang/c/tests/generate_interop_data.c
A         lang/c/tests/test_avro_1238.c
A         lang/c/tests/.gitignore
A         lang/c/tests/test_refcount.c
AU        lang/c/tests/test_valgrind
A         lang/c/tests/test_avro_1279.c
A         lang/c/tests/test_avro_1379.c
A         lang/c/tests/test_avro_data.c
A         lang/c/tests/schema_tests
A         lang/c/tests/schema_tests/fail
A         lang/c/tests/schema_tests/fail/fixed_without_name
A         lang/c/tests/schema_tests/fail/enum_nonarray_symbols
A         lang/c/tests/schema_tests/fail/enum_nonstring_name
A         lang/c/tests/schema_tests/fail/record_with_field_missing_name
A         lang/c/tests/schema_tests/fail/record_with_field_missing_type
A         lang/c/tests/schema_tests/fail/enum_without_name
A         lang/c/tests/schema_tests/fail/record_with_nonarray_fields
A         lang/c/tests/schema_tests/fail/invalid_avro_id
A         lang/c/tests/schema_tests/fail/illegal_type
A         lang/c/tests/schema_tests/fail/record_with_nonstring_name
A         lang/c/tests/schema_tests/fail/fixed_without_size
A         lang/c/tests/schema_tests/fail/record_with_invalid_reference
A         lang/c/tests/schema_tests/pass
A         lang/c/tests/schema_tests/pass/fixed
A         lang/c/tests/schema_tests/pass/boolean_full
A         lang/c/tests/schema_tests/pass/enum
A         lang/c/tests/schema_tests/pass/recursive_record
A         lang/c/tests/schema_tests/pass/namespace_simple
A         lang/c/tests/schema_tests/pass/bytes_full
A         lang/c/tests/schema_tests/pass/interop.avsc
A         lang/c/tests/schema_tests/pass/int_full
A         lang/c/tests/schema_tests/pass/map
A         lang/c/tests/schema_tests/pass/array
A         lang/c/tests/schema_tests/pass/record
A         lang/c/tests/schema_tests/pass/string_extra_attributes
A         lang/c/tests/schema_tests/pass/long_full
A         lang/c/tests/schema_tests/pass/namespace_recursive
A         lang/c/tests/schema_tests/pass/record_fields_with_defaults
A         lang/c/tests/schema_tests/pass/float_full
A         lang/c/tests/schema_tests/pass/string_full
A         lang/c/tests/schema_tests/pass/union
A         lang/c/tests/schema_tests/pass/extra_attributes
A         lang/c/tests/schema_tests/pass/null_full
A         lang/c/tests/schema_tests/pass/double_full
AU        lang/c/tests/avro-1279-codec.avro
A         lang/c/tests/test_interop_data.c
A         lang/c/tests/test_data_structures.c
AU        lang/c/tests/avro-1237-good.avro
AU        lang/c/tests/avro-1238-good.avro
A         lang/c/tests/test_avro_1405.c
A         lang/c/tests/test_cpp.cpp
AU        lang/c/tests/avro-1237-bad-union-discriminant.avro
A         lang/c/tests/test_avro_1084.c
A         lang/c/tests/test_avro_1165.c
A         lang/c/tests/test_avro_values.c
A         lang/c/tests/test_avro_1087.c
A         lang/c/tests/test_avro_schema.c
A         lang/c/tests/msdirent.h
A         lang/c/tests/CMakeLists.txt
A         lang/c/tests/performance.c
A         lang/c/tests/test_avro_schema_names.c
A         lang/c/tests/test_avro_984.c
A         lang/c/tests/test_avro_968.c
A         lang/c/tests/test_avro_1034.c
AU        lang/c/tests/avro-1238-truncated.avro
AU        lang/c/tests/avro-1279-no-codec.avro
A         lang/c/tests/test_avro_1237.c
A         lang/c/cmake_avrolib.bat
A         lang/c/.gitignore
A         lang/c/INSTALL
A         lang/c/cmake_pretty.cmake
A         lang/perl
AU        lang/perl/README
A         lang/perl/.shipit
AU        lang/perl/NOTICE.txt
A         lang/perl/t
A         lang/perl/t/04_datafile.t
A         lang/perl/t/03_bin_decode.t
A         lang/perl/t/01_schema.t
A         lang/perl/t/01_names.t
A         lang/perl/t/05_protocol.t
A         lang/perl/t/02_bin_encode.t
A         lang/perl/t/00_compile.t
A         lang/perl/.gitignore
A         lang/perl/MANIFEST
A         lang/perl/lib
AU        lang/perl/lib/Avro.pm
A         lang/perl/lib/Avro
AU        lang/perl/lib/Avro/DataFile.pm
AU        lang/perl/lib/Avro/BinaryDecoder.pm
AU        lang/perl/lib/Avro/DataFileReader.pm
AU        lang/perl/lib/Avro/Schema.pm
AU        lang/perl/lib/Avro/Protocol.pm
AU        lang/perl/lib/Avro/BinaryEncoder.pm
AU        lang/perl/lib/Avro/DataFileWriter.pm
A         lang/perl/lib/Avro/Protocol
AU        lang/perl/lib/Avro/Protocol/Message.pm
AU        lang/perl/Makefile.PL
A         lang/perl/Changes
A         lang/perl/bin
A         lang/perl/bin/avro-to-json
A         lang/perl/MANIFEST.SKIP
A         lang/perl/xt
A         lang/perl/xt/pod.t
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/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/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/docker
A         share/docker/Dockerfile
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/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/test/schemas
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/schemas/social.avdl
A         share/test/schemas/simple.avpr
A         share/test/schemas/stringables.avdl
 U        .
At revision 1690276
[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 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 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-79
[ivy:retrieve]  confs: [default]
[ivy:retrieve] :: resolution report :: resolve 1295ms :: 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.8.0-SNAPSHOT
[ivy:retrieve]  ==== central: tried
[ivy:retrieve]    
http://repo1.maven.org/maven2/org/apache/avro/avro-tools/1.8.0-SNAPSHOT/avro-tools-1.8.0-SNAPSHOT.pom
[ivy:retrieve]    -- artifact 
org.apache.avro#avro-tools;1.8.0-SNAPSHOT!avro-tools.jar:
[ivy:retrieve]    
http://repo1.maven.org/maven2/org/apache/avro/avro-tools/1.8.0-SNAPSHOT/avro-tools-1.8.0-SNAPSHOT.jar
[ivy:retrieve]  ==== apache-snapshots: tried
[ivy:retrieve]    
https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.8.0-SNAPSHOT/avro-tools-1.8.0-SNAPSHOT.pom
[ivy:retrieve]    -- artifact 
org.apache.avro#avro-tools;1.8.0-SNAPSHOT!avro-tools.jar:
[ivy:retrieve]    
https://repository.apache.org/content/groups/snapshots/org/apache/avro/avro-tools/1.8.0-SNAPSHOT/avro-tools-1.8.0-SNAPSHOT.jar
[ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]          ::          UNRESOLVED DEPENDENCIES         ::
[ivy:retrieve]          ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:retrieve]          :: org.apache.avro#avro-tools;1.8.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.8.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.8.0-SNAPSHOT/avro-tools-1.8.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.8.0-SNAPSHOT/avro-tools-1.8.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

Reply via email to