See <https://builds.apache.org/job/AVRO-python/586/changes>
Changes: [martinkl] AVRO-1725. Docs: clarify restrictions on enum symbols. ------------------------------------------ [...truncated 2025 lines...] A lang/c++/api/ValidSchema.hh A lang/c++/api/SchemaResolution.hh A lang/c++/api/NodeConcepts.hh A lang/c++/api/Validator.hh A lang/c++/api/Specific.hh A lang/c++/api/Boost.hh A lang/c++/api/Zigzag.hh A lang/c++/api/Stream.hh A lang/c++/api/Parser.hh A lang/c++/api/AvroTraits.hh A lang/c++/api/Schema.hh A lang/c++/api/Reader.hh A lang/c++/api/Types.hh A lang/c++/api/NodeImpl.hh A lang/c++/api/GenericDatum.hh A lang/c++/api/DataFile.hh A lang/c++/api/Writer.hh A lang/c++/api/Generic.hh A lang/c++/api/Layout.hh A lang/c++/api/Encoder.hh A lang/c++/api/ResolverSchema.hh A lang/c++/api/Node.hh A lang/c++/api/ResolvingReader.hh A lang/c++/api/Exception.hh A lang/c++/api/Resolver.hh A lang/c++/api/AvroParse.hh A lang/c++/api/Config.hh A lang/c++/api/Decoder.hh A lang/c++/api/Serializer.hh A lang/c++/api/Compiler.hh A lang/c++/MainPage.dox A lang/c++/NEWS A lang/c++/CMakeLists.txt A lang/c++/jsonschemas A lang/c++/jsonschemas/array A lang/c++/jsonschemas/record A lang/c++/jsonschemas/verboseint A lang/c++/jsonschemas/bigrecord_r A lang/c++/jsonschemas/unionwithmap A lang/c++/jsonschemas/bigrecord2 A lang/c++/jsonschemas/nested A lang/c++/jsonschemas/reuse A lang/c++/jsonschemas/union A lang/c++/jsonschemas/tweet A lang/c++/jsonschemas/recinrec A lang/c++/jsonschemas/int A lang/c++/jsonschemas/empty_record A lang/c++/jsonschemas/circulardep A lang/c++/jsonschemas/union_map_union A lang/c++/jsonschemas/union_array_union A lang/c++/jsonschemas/fixed A lang/c++/jsonschemas/record2 A lang/c++/jsonschemas/bigrecord A lang/c++/jsonschemas/enum A lang/c++/jsonschemas/large_schema.avsc A lang/c++/jsonschemas/recursive A lang/c++/jsonschemas/union_conflict A lang/c++/jsonschemas/nested.error A lang/c++/jsonschemas/map A lang/c++/examples A lang/c++/examples/cpx.hh A lang/c++/examples/imaginary.json A lang/c++/examples/resolving.cc A lang/c++/examples/datafile.cc A lang/c++/examples/custom.cc A lang/c++/examples/imaginary.hh A lang/c++/examples/generic.cc A lang/c++/examples/cpx.json A lang/c++/examples/generated.cc A lang/c++/examples/schemaload.cc A lang/c++/examples/validating.cc A lang/c++/test A lang/c++/test/CodecTests.cc A lang/c++/test/SchemaTests.cc A lang/c++/test/AvrogencppTests.cc A lang/c++/test/SpecificTests.cc A lang/c++/test/buffertest.cc A lang/c++/test/testgentest.cc A lang/c++/test/DataFileTests.cc A lang/c++/test/JsonTests.cc 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++/m4 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 AU lang/c++/m4/README A lang/c++/NOTICE A lang/c++/LICENSE A lang/c++/Doxyfile 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/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 A lang/py/lib/simplejson/LICENSE.txt A lang/py/lib/simplejson/scanner.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/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 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/build.xml A lang/py/test 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 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/py3 A lang/py3/avro AU lang/py3/avro/io.py AU lang/py3/avro/txipc.py AU lang/py3/avro/datafile.py 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/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/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 A lang/py3/scripts A lang/py3/scripts/avro AU lang/py3/setup.py A lang/py3/README.txt U . At revision 1724131 [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-7a7 [ivy:retrieve] confs: [default] [ivy:retrieve] :: resolution report :: resolve 1643ms :: 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: 4 seconds Build step 'Invoke Ant' marked build as failure
