See <https://builds.apache.org/job/AVRO-python/292/changes>
Changes: [cutting] AVRO-1028. Python: Fix HTTP server to handle connection resets and redirects. Contributed by Bo Shi. [cutting] AVRO-1050. PHP: Optimize memory use by string append. Contributed by A B. [cutting] AVRO-1094. Java: Fix specific compiler to better support non-default templates. Contributed by Ed Kohlwey. ------------------------------------------ Started by an SCM change Building remotely on ubuntu5 in workspace <https://builds.apache.org/job/AVRO-python/ws/> Reverting <https://builds.apache.org/job/AVRO-python/ws/trunk> Updating https://svn.apache.org/repos/asf/avro/trunk AU lang/java/avro/src/test/java/org/apache/avro/TestProtocol.java A lang/java/avro/src/test/java/org/apache/avro/reflect AU lang/java/avro/src/test/java/org/apache/avro/reflect/TestReflectDatumReader.java AU lang/java/avro/src/test/java/org/apache/avro/reflect/ByteBufferTest.java AU lang/java/avro/src/test/java/org/apache/avro/specific/TestSpecificDatumReader.java AU lang/java/avro/src/test/java/org/apache/avro/FooBarSpecificRecord.java U lang/java/avro/src/test/java/org/apache/avro/TestReflect.java A lang/java/avro/src/test/resources A lang/java/avro/src/test/resources/FooBarSpecificRecord.avsc U lang/java/avro/src/main/java/org/apache/avro/file/DataFileWriter.java U lang/java/avro/src/main/java/org/apache/avro/Protocol.java U lang/java/avro/src/main/java/org/apache/avro/reflect/ReflectDatumReader.java U lang/java/avro/src/main/java/org/apache/avro/reflect/ReflectData.java U lang/java/avro/src/main/java/org/apache/avro/io/Encoder.java U lang/java/avro/src/main/java/org/apache/avro/io/BinaryEncoder.java U lang/java/avro/src/main/java/org/apache/avro/io/BufferedBinaryEncoder.java U lang/java/avro/src/main/java/org/apache/avro/generic/GenericDatumReader.java U lang/java/avro/src/main/java/org/apache/avro/util/Utf8.java AU lang/java/compiler/src/test/java/org/apache/avro/compiler/TestSpecificCompiler.java A lang/java/compiler/src/test/resources A lang/java/compiler/src/test/resources/simple_record.avsc U lang/java/compiler/src/main/java/org/apache/avro/compiler/specific/SpecificCompiler.java U lang/php/lib/avro/io.php U lang/py/test/test_ipc.py U lang/py/setup.py U lang/py/src/avro/ipc.py U CHANGES.txt U BUILD.txt At revision 1340294 [py] $ /home/hudson/tools/ant/latest/bin/ant -file build.xml test Buildfile: <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build.xml> init: build: [copy] Copying 1 file to <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build/src> [copy] Copying 1 file to <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build/test> [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> test: test_datafile.py test_io.py test_ipc.py test_protocol.py test_schema.py test_script.py Modules: 'test_datafile','test_datafile','test_io','test_ipc','test_protocol','test_schema','test_script' Non-null modules arg. creating script pythonpath: <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build/src>:<https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build/test>:<https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build/lib> [py-test] Traceback (most recent call last): [py-test] File "<stdin>", line 2, in <module> [py-test] File "/usr/lib/python2.6/unittest.py", line 816, in __init__ [py-test] self.parseArgs(argv) [py-test] File "/usr/lib/python2.6/unittest.py", line 843, in parseArgs [py-test] self.createTests() [py-test] File "/usr/lib/python2.6/unittest.py", line 849, in createTests [py-test] self.module) [py-test] File "/usr/lib/python2.6/unittest.py", line 613, in loadTestsFromNames [py-test] suites = [self.loadTestsFromName(name, module) for name in names] [py-test] File "/usr/lib/python2.6/unittest.py", line 576, in loadTestsFromName [py-test] module = __import__('.'.join(parts_copy)) [py-test] File "<https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build/test/test_ipc.py",> line 26, in <module> [py-test] from avro import ipc, txipc [py-test] File "<https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build/src/avro/ipc.py",> line 20, in <module> [py-test] from urllib3.connectionpool import HTTPConnectionPool [py-test] ImportError: No module named urllib3.connectionpool BUILD FAILED <https://builds.apache.org/job/AVRO-python/ws/trunk/lang/py/build.xml>:130: Test execution failed. See output for details. Total time: 1 second Build step 'Invoke Ant' marked build as failure
