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 2012/05/20 16:21:16 UTC

Build failed in Jenkins: AVRO-python #293

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

Changes:

[dcreager] AVRO-1088. C: Performance tests for arrays and schema resolution.

The current performance test in Avro-C measures the performance while
reading and writing of Avro values using a complex record schema, which
does not contain any arrays.

We add tests to measure the performance for simple and nested arrays. We
also replicate all tests to measure the performance of the schema
resolution using a resolved reader and a resolved writer.

Contributed by Vivek Nadkarni.

[dcreager] AVRO-1096. C: Describe CMAKE_OSX_ARCHITECTURES in installation instructions.

Bruce suggested that we describe how to set CMAKE_OSX_ARCHITECTURES in
the installation instructions.  A fantastic idea.

[dcreager] AVRO-1086. C: Fix possible crash bug in default codec initialization

Contributed by Pugachev Maxim.

[dcreager] AVRO-1083. C: Fix multiple memory leaks

Contributed by Pugachev Maxim.

[dcreager] AVRO-1084. C: Fix reference counting in file_reader and file_writer

Contributed by Pugachev Maxim.

[dcreager] AVRO-1096. C: Don't set default CMAKE_OSX_ARCHITECTURES

Our CMake build scripts set CMAKE_OSX_ARCHITECTURES to a default value,
and don't let the user override this value.  It should really be left up
to the user to choose whether to build a universal binary or not.
(Especially since the list of supported platforms differs depending on
which OS X version you're running.)

[dcreager] AVRO-1082. C: Avoid leaking open FILE objects

Contributed by Pugachev Maxim.

------------------------------------------
Started by an SCM change
Building remotely on ubuntu4 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
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/c/src/schema_specific.c
U         lang/c/src/datafile.c
U         lang/c/src/codec.c
U         lang/c/src/datum.c
U         lang/c/src/map.c
U         lang/c/tests/performance.c
A         lang/c/tests/test_avro_1084.c
U         lang/c/tests/CMakeLists.txt
U         lang/c/INSTALL
U         lang/c/CMakeLists.txt
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 1340731
[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: 2 seconds
Build step 'Invoke Ant' marked build as failure

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

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


Build failed in Jenkins: AVRO-python #300

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

Changes:

[cutting] AVRO-1052. Java: Add AvroMultipleOutputFormat, to permit splitting mapreduce output to multiple locations.  Contributed by Ashish Nagavaram.

------------------------------------------
Started by an SCM change
Building remotely on ubuntu1 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
U         lang/csharp/src/apache/test/Schema/SchemaNormalizationTests.cs
U         lang/csharp/src/apache/test/Utils/CaseFinderTests.cs
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
U         lang/java/avro/src/test/java/org/apache/avro/specific/TestSpecificData.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/mapred/src/test/java/org/apache/avro/mapred/TestAvroMultipleOutputs.java
AU        lang/java/mapred/src/main/java/org/apache/avro/mapred/AvroMultipleOutputs.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/c/src/schema_specific.c
U         lang/c/src/datafile.c
U         lang/c/src/errors.c
U         lang/c/src/codec.c
U         lang/c/src/CMakeLists.txt
U         lang/c/src/datum.c
U         lang/c/src/map.c
U         lang/c/README.maintaining_win32.txt
U         lang/c/tests/performance.c
A         lang/c/tests/test_avro_1084.c
A         lang/c/tests/test_avro_1087.c
U         lang/c/tests/CMakeLists.txt
A         lang/c/cmake_avrolib.bat
U         lang/c/INSTALL
AU        lang/c/cmake_avrolib.sh
U         lang/c/CMakeLists.txt
U         lang/php/lib/avro/io.php
U         lang/c++/test/unittest.cc
U         lang/c++/test/AvrogencppTests.cc
U         lang/c++/impl/Schema.cc
U         lang/c++/impl/avrogencpp.cc
U         lang/c++/impl/NodeImpl.cc
U         lang/c++/impl/Compiler.cc
U         lang/c++/impl/ValidSchema.cc
U         lang/c++/impl/Validator.cc
U         lang/c++/impl/Node.cc
U         lang/c++/impl/json/JsonIO.hh
U         lang/c++/impl/json/JsonIO.cc
U         lang/c++/api/NodeConcepts.hh
U         lang/c++/api/Node.hh
U         lang/c++/api/Schema.hh
U         lang/c++/api/Config.hh
U         lang/c++/api/NodeImpl.hh
A         lang/c++/jsonschemas/tweet
U         lang/c++/CMakeLists.txt
U         lang/py/test/test_ipc.py
U         lang/py/setup.py
U         lang/py/src/avro/ipc.py
U         share/rat-excludes.txt
U         CHANGES.txt
U         BUILD.txt
At revision 1341235
[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

Build failed in Jenkins: AVRO-python #299

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

Changes:

[cutting] Adding missing license headers in preparation for 1.7.0 release candidate.

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2 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
U         lang/csharp/src/apache/test/Utils/CaseFinderTests.cs
U         lang/java/avro/src/test/java/org/apache/avro/reflect/TestReflectDatumReader.java
U         lang/java/avro/src/test/java/org/apache/avro/specific/TestSpecificData.java
U         lang/java/avro/src/test/java/org/apache/avro/specific/TestSpecificDatumReader.java
U         lang/c/cmake_avrolib.bat
U         lang/c/cmake_avrolib.sh
U         share/rat-excludes.txt
At revision 1341211
[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/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: 2 seconds
Build step 'Invoke Ant' marked build as failure

Build failed in Jenkins: AVRO-python #298

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

Changes:

[tebeka] We need urllib3 on any version

------------------------------------------
Started by an SCM change
Building remotely on ubuntu2 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/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/c/src/schema_specific.c
U         lang/c/src/datafile.c
U         lang/c/src/errors.c
U         lang/c/src/codec.c
U         lang/c/src/CMakeLists.txt
U         lang/c/src/datum.c
U         lang/c/src/map.c
U         lang/c/README.maintaining_win32.txt
U         lang/c/tests/performance.c
A         lang/c/tests/test_avro_1084.c
A         lang/c/tests/test_avro_1087.c
U         lang/c/tests/CMakeLists.txt
A         lang/c/cmake_avrolib.bat
U         lang/c/INSTALL
AU        lang/c/cmake_avrolib.sh
U         lang/c/CMakeLists.txt
U         lang/php/lib/avro/io.php
U         lang/c++/test/unittest.cc
U         lang/c++/test/AvrogencppTests.cc
U         lang/c++/impl/Schema.cc
U         lang/c++/impl/avrogencpp.cc
U         lang/c++/impl/NodeImpl.cc
U         lang/c++/impl/Compiler.cc
U         lang/c++/impl/ValidSchema.cc
U         lang/c++/impl/Validator.cc
U         lang/c++/impl/Node.cc
U         lang/c++/impl/json/JsonIO.hh
U         lang/c++/impl/json/JsonIO.cc
U         lang/c++/api/NodeConcepts.hh
U         lang/c++/api/Node.hh
U         lang/c++/api/Schema.hh
U         lang/c++/api/Config.hh
U         lang/c++/api/NodeImpl.hh
A         lang/c++/jsonschemas/tweet
U         lang/c++/CMakeLists.txt
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 1341161
[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: 3 seconds
Build step 'Invoke Ant' marked build as failure

Build failed in Jenkins: AVRO-python #297

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

Changes:

[dcreager] AVRO-1087. C: avro_file_writer_open() and appending values works correctly.

The avro_file_writer_open() function wasn't correctly setting up the
avro_file_writer_t instance to allow you to append data to an existing
file.  We now open up the file for read+write, read in the header, and
set up the writer's codec to match what's in the existing file.  The
patch includes a test case.

Contributed by Pugachev Maxim.

------------------------------------------
Started by an SCM change
Building remotely on ubuntu4 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
U         lang/c/src/datafile.c
A         lang/c/tests/test_avro_1087.c
U         lang/c/tests/CMakeLists.txt
U         CHANGES.txt
At revision 1341006
[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/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

Build failed in Jenkins: AVRO-python #296

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

Changes:

[dcreager] AVRO-1088. C: Fix compiler warning in test case.

Contributed by Pugachev Maxim.

------------------------------------------
Started by an SCM change
Building remotely on ubuntu4 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
U         lang/c/tests/performance.c
At revision 1340988
[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/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

Re: Build failed in Jenkins: AVRO-python #295

Posted by Miki Tebeka <mi...@gmail.com>.
Thanks!

On Mon, May 21, 2012 at 12:07 PM, Doug Cutting <cu...@apache.org> wrote:
> On 05/20/2012 01:59 PM, Miki Tebeka wrote:
>>
>> Can someone with access to the build slave(s) "sudo easy_install urllib3"
>> there?
>
>
> I just filed a Jira issue for this.
>
> https://issues.apache.org/jira/browse/INFRA-4832
>
> Doug

Re: Build failed in Jenkins: AVRO-python #295

Posted by Doug Cutting <cu...@apache.org>.
On 05/20/2012 01:59 PM, Miki Tebeka wrote:
> Can someone with access to the build slave(s) "sudo easy_install urllib3" there?

I just filed a Jira issue for this.

https://issues.apache.org/jira/browse/INFRA-4832

Doug

Re: Build failed in Jenkins: AVRO-python #295

Posted by Miki Tebeka <mi...@gmail.com>.
Can someone with access to the build slave(s) "sudo easy_install urllib3" there?

On Sun, May 20, 2012 at 12:21 PM, Apache Jenkins Server
<je...@builds.apache.org> wrote:
> See <https://builds.apache.org/job/AVRO-python/295/changes>
>
> Changes:
>
> [thiru] AVRO-1026. Add namespace support to C++
>
> [thiru] AVRO-1095. C++ compiler warns about control reaching end of doAdavance (in JsonIO.cc) which returns something other than void
>
> ------------------------------------------
> Started by an SCM change
> Building remotely on ubuntu4 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
> U         lang/c/src/errors.c
> U         lang/c/src/CMakeLists.txt
> U         lang/c/README.maintaining_win32.txt
> A         lang/c/cmake_avrolib.bat
> U         lang/c/INSTALL
> AU        lang/c/cmake_avrolib.sh
> U         lang/c/CMakeLists.txt
> U         lang/c++/test/unittest.cc
> U         lang/c++/test/AvrogencppTests.cc
> U         lang/c++/impl/Schema.cc
> U         lang/c++/impl/avrogencpp.cc
> U         lang/c++/impl/NodeImpl.cc
> U         lang/c++/impl/Compiler.cc
> U         lang/c++/impl/ValidSchema.cc
> U         lang/c++/impl/Validator.cc
> U         lang/c++/impl/Node.cc
> U         lang/c++/impl/json/JsonIO.hh
> U         lang/c++/impl/json/JsonIO.cc
> U         lang/c++/api/NodeConcepts.hh
> U         lang/c++/api/Node.hh
> U         lang/c++/api/Schema.hh
> U         lang/c++/api/Config.hh
> U         lang/c++/api/NodeImpl.hh
> A         lang/c++/jsonschemas/tweet
> U         lang/c++/CMakeLists.txt
> U         CHANGES.txt
> At revision 1340806
> [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/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

Build failed in Jenkins: AVRO-python #295

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

Changes:

[thiru] AVRO-1026. Add namespace support to C++

[thiru] AVRO-1095. C++ compiler warns about control reaching end of doAdavance (in JsonIO.cc) which returns something other than void

------------------------------------------
Started by an SCM change
Building remotely on ubuntu4 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
U         lang/c/src/errors.c
U         lang/c/src/CMakeLists.txt
U         lang/c/README.maintaining_win32.txt
A         lang/c/cmake_avrolib.bat
U         lang/c/INSTALL
AU        lang/c/cmake_avrolib.sh
U         lang/c/CMakeLists.txt
U         lang/c++/test/unittest.cc
U         lang/c++/test/AvrogencppTests.cc
U         lang/c++/impl/Schema.cc
U         lang/c++/impl/avrogencpp.cc
U         lang/c++/impl/NodeImpl.cc
U         lang/c++/impl/Compiler.cc
U         lang/c++/impl/ValidSchema.cc
U         lang/c++/impl/Validator.cc
U         lang/c++/impl/Node.cc
U         lang/c++/impl/json/JsonIO.hh
U         lang/c++/impl/json/JsonIO.cc
U         lang/c++/api/NodeConcepts.hh
U         lang/c++/api/Node.hh
U         lang/c++/api/Schema.hh
U         lang/c++/api/Config.hh
U         lang/c++/api/NodeImpl.hh
A         lang/c++/jsonschemas/tweet
U         lang/c++/CMakeLists.txt
U         CHANGES.txt
At revision 1340806
[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/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

Build failed in Jenkins: AVRO-python #294

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

Changes:

[dcreager] AVRO-1091. C: Helper scripts for calling CMake on Windows and Linux.

Contributed by Vivek Nadkarni.

[dcreager] AVRO-1092. C: Thread-safe versions of error handling code.

We now provide optional thread-safe versions of the error managing code
on Unix.  (Only on Unix for now, because we rely on pthread's
thread-local storage API.)  You can ask for thread-safe versions by
defining the THREADSAFE cmake variable.

Contributed by Pugachev Maxim; Windows compatibility added by Vivek
Nadkarni.

------------------------------------------
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
U         lang/c/src/schema_specific.c
U         lang/c/src/datafile.c
U         lang/c/src/errors.c
U         lang/c/src/codec.c
U         lang/c/src/CMakeLists.txt
U         lang/c/src/datum.c
U         lang/c/src/map.c
U         lang/c/README.maintaining_win32.txt
U         lang/c/tests/performance.c
A         lang/c/tests/test_avro_1084.c
U         lang/c/tests/CMakeLists.txt
A         lang/c/cmake_avrolib.bat
U         lang/c/INSTALL
AU        lang/c/cmake_avrolib.sh
U         lang/c/CMakeLists.txt
U         CHANGES.txt
At revision 1340752
[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/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