See <https://builds.apache.org/job/AvroJava/132/>

------------------------------------------
[...truncated 1432 lines...]
A         lang/c++
A         lang/c++/test
A         lang/c++/test/DataFileTests.cc
A         lang/c++/test/testparser.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++/test/AvrogencppTests.cc
A         lang/c++/test/SpecificTests.cc
A         lang/c++/test/buffertest.cc
A         lang/c++/test/testgen.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++/Doxyfile
A         lang/c++/AUTHORS
A         lang/c++/scripts
A         lang/c++/scripts/gen-cppcode.py
A         lang/c++/ChangeLog
A         lang/c++/parser
A         lang/c++/parser/AvroLex.ll
A         lang/c++/parser/AvroYacc.yy
A         lang/c++/README
A         lang/c++/impl
A         lang/c++/impl/Zigzag.cc
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/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++/impl/parsing
A         lang/c++/impl/parsing/ResolvingDecoder.cc
A         lang/c++/impl/parsing/Symbol.hh
A         lang/c++/impl/parsing/ValidatingCodec.cc
A         lang/c++/impl/parsing/Symbol.cc
A         lang/c++/impl/parsing/JsonCodec.cc
A         lang/c++/impl/parsing/ValidatingCodec.hh
A         lang/c++/impl/CompilerNode.cc
A         lang/c++/impl/ValidSchema.cc
A         lang/c++/impl/ResolverSchema.cc
A         lang/c++/impl/BinaryEncoder.cc
A         lang/c++/impl/Validator.cc
A         lang/c++/impl/Node.cc
A         lang/c++/.gitignore
A         lang/c++/config
A         lang/c++/config/.gitignore
A         lang/c++/COPYING
AU        lang/c++/build.sh
A         lang/c++/api
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/SymbolMap.hh
A         lang/c++/api/Decoder.hh
A         lang/c++/api/Serializer.hh
A         lang/c++/api/Compiler.hh
A         lang/c++/api/buffer
A         lang/c++/api/buffer/BufferStreambuf.hh
A         lang/c++/api/buffer/detail
A         lang/c++/api/buffer/detail/BufferDetailIterator.hh
A         lang/c++/api/buffer/detail/BufferDetail.hh
A         lang/c++/api/buffer/BufferStream.hh
A         lang/c++/api/buffer/BufferPrint.hh
A         lang/c++/api/buffer/Buffer.hh
A         lang/c++/api/buffer/BufferReader.hh
A         lang/c++/api/AvroSerialize.hh
A         lang/c++/api/ValidSchema.hh
A         lang/c++/api/CompilerNode.hh
A         lang/c++/api/SchemaResolution.hh
A         lang/c++/api/NodeConcepts.hh
A         lang/c++/api/Specific.hh
A         lang/c++/api/Validator.hh
A         lang/c++/api/Boost.hh
A         lang/c++/api/Stream.hh
A         lang/c++/api/Zigzag.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/DataFile.hh
A         lang/c++/api/Generic.hh
A         lang/c++/api/Writer.hh
A         lang/c++/api/Layout.hh
A         lang/c++/api/Encoder.hh
A         lang/c++/MainPage.dox
A         lang/c++/NEWS
A         lang/c++/jsonschemas
A         lang/c++/jsonschemas/verboseint
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/int
A         lang/c++/jsonschemas/recinrec
A         lang/c++/jsonschemas/union_map_union
A         lang/c++/jsonschemas/circulardep
A         lang/c++/jsonschemas/union_array_union
A         lang/c++/jsonschemas/fixed
A         lang/c++/jsonschemas/bigrecord
A         lang/c++/jsonschemas/record2
A         lang/c++/jsonschemas/enum
A         lang/c++/jsonschemas/recursive
A         lang/c++/jsonschemas/nested.error
A         lang/c++/jsonschemas/map
A         lang/c++/jsonschemas/record
A         lang/c++/jsonschemas/array
A         lang/c++/CMakeLists.txt
A         lang/py
A         lang/py/test
A         lang/py/test/test_datafile.py
A         lang/py/test/test_datafile_interop.py
A         lang/py/test/test_ipc.py
A         lang/py/test/txsample_http_client.py
A         lang/py/test/sample_http_client.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/txsample_http_server.py
A         lang/py/test/test_script.py
A         lang/py/test/av_bench.py
A         lang/py/test/sample_http_server.py
A         lang/py/test/test_io.py
A         lang/py/lib
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
A         lang/py/lib/pyAntTasks-1.3.jar
A         lang/py/lib/pyAntTasks-1.3-LICENSE.txt
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/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/io.py
A         lang/py/src/avro/txipc.py
A         lang/py/build.xml
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/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/social.avdl
A         share/test/schemas/simple.avpr
A         share/test/schemas/namespace.avpr
A         share/test/schemas/mail.avpr
A         share/test/schemas/weather.avsc
A         share/test/schemas/interop.avsc
A         share/test/schemas/BulkData.avpr
A         share/test/data
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/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/ipc
A         share/schemas/org/apache/avro/ipc/HandshakeResponse.avsc
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/editors
A         share/editors/avro-idl.vim
A         share/editors/README.txt
A         share/rat-excludes.txt
A         .gitignore
A         doc
A         doc/forrest.properties
A         doc/src
A         doc/src/skinconf.xml
A         doc/src/content
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
A         doc/src/content/xdocs/spec.xml
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         doc/build.xml
A         CHANGES.txt
AU        build.sh
A         pom.xml
A         BUILD.txt
A         DIST_README.txt
 U        .
At revision 1169961
no change for https://svn.apache.org/repos/asf/avro/trunk since the previous 
build
[trunk] $ /home/hudson/tools/maven/latest/bin/mvn test
Error: JAVA_HOME is not defined correctly.
  We cannot execute /home/hudson/tools/java/latest1.6/bin/java
Build step 'Invoke top-level Maven targets' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results

Reply via email to