You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2011/02/07 20:16:26 UTC

Build failed in Hudson: OpenJPA-trunk #393

See <https://hudson.apache.org/hudson/job/OpenJPA-trunk/393/changes>

Changes:

[mikedd] restore missing message

------------------------------------------
[...truncated 14774 lines...]
296  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.PersistenceTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@b50848 has no metadata; enhancing as persistence aware. If you intended for "class org.apache.openjpa.slice.PersistenceTestCase" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.openjpa.slice.PersistenceTestCase". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
305  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.SingleEMFTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@b50848 has no metadata; enhancing as persistence aware. If you intended for "class org.apache.openjpa.slice.SingleEMFTestCase" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.openjpa.slice.SingleEMFTestCase". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
330  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.EvenOddDistributionPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@b50848 has no metadata; enhancing as persistence aware. If you intended for "class org.apache.openjpa.slice.policy.EvenOddDistributionPolicy" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.openjpa.slice.policy.EvenOddDistributionPolicy". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
335  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.UserDistributionPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@b50848 has no metadata; enhancing as persistence aware. If you intended for "class org.apache.openjpa.slice.policy.UserDistributionPolicy" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.openjpa.slice.policy.UserDistributionPolicy". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
356  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.SampleQueryTargetPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@b50848 has no metadata; enhancing as persistence aware. If you intended for "class org.apache.openjpa.slice.policy.SampleQueryTargetPolicy" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.openjpa.slice.policy.SampleQueryTargetPolicy". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
378  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.SliceTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@b50848 has no metadata; enhancing as persistence aware. If you intended for "class org.apache.openjpa.slice.SliceTestCase" to be persistence-capable, then this means that OpenJPA could not find any metadata for "class org.apache.openjpa.slice.SliceTestCase". This can happen if the directory containing your metadata is not in your CLASSPATH, or if your metadata files are not named properly. See the documentation on metadata placement for more information.
[INFO] Executed tasks
[WARNING] DEPRECATED [systemProperties]: Use systemPropertyVariables instead.
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-slice/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.openjpa.slice.TestQuery
4  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not explicitly listed via "openjpa.slice.Names" property.The configuration will be scanned to determine slice identifiers.
5  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
38  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
157  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
477  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
4296  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
11829  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
12049  ordering  WARN   [main] openjpa.Runtime - Query "SELECT p.value,p FROM PObject p ORDER BY p.value ASC" is removed from cache  excluded permanently. Query "SELECT p.value,p FROM PObject p ORDER BY p.value ASC" is not cached because its result is not obtained by executing a select statement. This can happen if the query was evaluated in-memory. The result was provided by org.apache.openjpa.kernel.OrderingMergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not explicitly listed via "openjpa.slice.Names" property.The configuration will be scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
3  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
12  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
9  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
9  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
416  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
516  ordering  WARN   [main] openjpa.Runtime - Query "SELECT p FROM PObject p ORDER BY p.value ASC" is removed from cache  excluded permanently. Query "SELECT p FROM PObject p ORDER BY p.value ASC" is not cached because its result is not obtained by executing a select statement. This can happen if the query was evaluated in-memory. The result was provided by org.apache.openjpa.kernel.OrderingMergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not explicitly listed via "openjpa.slice.Names" property.The configuration will be scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
3  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
11  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
8  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
8  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
207  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
353  ordering  WARN   [main] openjpa.Runtime - Query "SELECT p FROM Person p JOIN p.address a ORDER BY a.zip ASC, a.city DESC" is removed from cache  excluded permanently. Query "SELECT p FROM Person p JOIN p.address a ORDER BY a.zip ASC, a.city DESC" is not cached because its result is not obtained by executing a select statement. This can happen if the query was evaluated in-memory. The result was provided by org.apache.openjpa.kernel.OrderingMergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not explicitly listed via "openjpa.slice.Names" property.The configuration will be scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
3  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
10  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
7  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
6  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
190  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
268  ordering  WARN   [main] openjpa.Runtime - Query "SELECT MAX(p.value) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT MAX(p.value) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
277  ordering  WARN   [main] openjpa.Runtime - Query "SELECT MIN(p.value) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT MIN(p.value) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
287  ordering  WARN   [main] openjpa.Runtime - Query "SELECT SUM(p.value) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT SUM(p.value) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
298  ordering  WARN   [main] openjpa.Runtime - Query "SELECT MIN(p.value),MAX(p.value) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT MIN(p.value),MAX(p.value) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not explicitly listed via "openjpa.slice.Names" property.The configuration will be scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
2  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
8  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
6  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
7  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
218  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
305  ordering  WARN   [main] openjpa.Runtime - Query "SELECT MAX(p.value) FROM PObject p WHERE MOD(p.value,2)=0" is removed from cache  excluded permanently. Query "SELECT MAX(p.value) FROM PObject p WHERE MOD(p.value,2)=0" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not explicitly listed via "openjpa.slice.Names" property.The configuration will be scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
2  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
8  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
7  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
6  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
177  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
259  ordering  WARN   [main] openjpa.Runtime - Query "SELECT p FROM PObject p ORDER BY p.value ASC" is removed from cache  excluded permanently. Query "SELECT p FROM PObject p ORDER BY p.value ASC" is not cached because its result is not obtained by executing a select statement. This can happen if the query was evaluated in-memory. The result was provided by org.apache.openjpa.kernel.OrderingMergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not explicitly listed via "openjpa.slice.Names" property.The configuration will be scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
2  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
7  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
6  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
18  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
179  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
258  ordering  WARN   [main] openjpa.Runtime - Query "SELECT p FROM PObject p" is removed from cache  excluded permanently. Query "SELECT p FROM PObject p" is not cached because its result is not obtained by executing a select statement. This can happen if the query was evaluated in-memory. The result was provided by org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not explicitly listed via "openjpa.slice.Names" property.The configuration will be scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
2  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
7  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
5  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
6  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
159  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
249  ordering  WARN   [main] openjpa.Runtime - Query "SELECT p FROM PObject p" is removed from cache  excluded permanently. Query "SELECT p FROM PObject p" is not cached because its result is not obtained by executing a select statement. This can happen if the query was evaluated in-memory. The result was provided by org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not explicitly listed via "openjpa.slice.Names" property.The configuration will be scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
2  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
7  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
5  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
6  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
157  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
231  ordering  WARN   [main] openjpa.Runtime - Query "SELECT p FROM PObject p ORDER BY p.value" is removed from cache  excluded permanently. Query "SELECT p FROM PObject p ORDER BY p.value" is not cached because its result is not obtained by executing a select statement. This can happen if the query was evaluated in-memory. The result was provided by org.apache.openjpa.kernel.OrderingMergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not explicitly listed via "openjpa.slice.Names" property.The configuration will be scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
3  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
8  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
20  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
19  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
165  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
247  ordering  WARN   [main] openjpa.Runtime - Query "SELECT p FROM PObject p WHERE p.value > :v" is removed from cache  excluded permanently. Query "SELECT p FROM PObject p WHERE p.value > :v" is not cached because its result is not obtained by executing a select statement. This can happen if the query was evaluated in-memory. The result was provided by org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not explicitly listed via "openjpa.slice.Names" property.The configuration will be scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
2  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
5  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
5  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
5  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
146  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
236  ordering  WARN   [main] openjpa.Runtime - Query "select a from Address a where a.city = :city" is removed from cache  excluded permanently. Query "select a from Address a where a.city = :city" is not cached because its result is not obtained by executing a select statement. This can happen if the query was evaluated in-memory. The result was provided by org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
265  ordering  WARN   [main] openjpa.Runtime - Query "SELECT p FROM Person p WHERE p.address = :a" is removed from cache  excluded permanently. Query "SELECT p FROM Person p WHERE p.address = :a" is not cached because its result is not obtained by executing a select statement. This can happen if the query was evaluated in-memory. The result was provided by org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not explicitly listed via "openjpa.slice.Names" property.The configuration will be scanned to determine slice identifiers.
1  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
2  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
6  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
4  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
4  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
143  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
255  ordering  WARN   [main] openjpa.Runtime - Query "select c from Car c" is removed from cache  excluded permanently. Query "select c from Car c" is not cached because its result is not obtained by executing a select statement. This can happen if the query was evaluated in-memory. The result was provided by org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
276  ordering  WARN   [main] openjpa.Runtime - Query "select m from Manufacturer m" is removed from cache  excluded permanently. Query "select m from Manufacturer m" is not cached because its result is not obtained by executing a select statement. This can happen if the query was evaluated in-memory. The result was provided by org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.001 sec
Running org.apache.openjpa.slice.TestQueryMultiThreaded
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not explicitly listed via "openjpa.slice.Names" property.The configuration will be scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
2  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
6  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
4  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
4  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
188  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
285  ordering  WARN   [Thread-2] openjpa.Runtime - Query "SELECT MAX(p.value) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT MAX(p.value) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
291  ordering  WARN   [Thread-2] openjpa.Runtime - Query "SELECT MIN(p.value) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT MIN(p.value) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
297  ordering  WARN   [Thread-2] openjpa.Runtime - Query "SELECT SUM(p.value) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT SUM(p.value) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
304  ordering  WARN   [Thread-2] openjpa.Runtime - Query "SELECT MIN(p.value),MAX(p.value) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT MIN(p.value),MAX(p.value) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not explicitly listed via "openjpa.slice.Names" property.The configuration will be scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
2  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
6  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
4  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
4  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
159  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
237  ordering  WARN   [Thread-7] openjpa.Runtime - Query "SELECT MAX(p.value) FROM PObject p WHERE MOD(p.value,2)=0" is removed from cache  excluded permanently. Query "SELECT MAX(p.value) FROM PObject p WHERE MOD(p.value,2)=0" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not explicitly listed via "openjpa.slice.Names" property.The configuration will be scanned to determine slice identifiers.
1  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
2  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
5  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
4  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
5  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
145  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
299  ordering  WARN   [Thread-12] openjpa.Runtime - Query "SELECT p.value,p FROM PObject p ORDER BY p.value ASC" is removed from cache  excluded permanently. Query "SELECT p.value,p FROM PObject p ORDER BY p.value ASC" is not cached because its result is not obtained by executing a select statement. This can happen if the query was evaluated in-memory. The result was provided by org.apache.openjpa.kernel.OrderingMergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not explicitly listed via "openjpa.slice.Names" property.The configuration will be scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
2  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
7  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
8  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
8  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
233  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
370  ordering  WARN   [Thread-17] openjpa.Runtime - Query "SELECT p FROM PObject p" is removed from cache  excluded permanently. Query "SELECT p FROM PObject p" is not cached because its result is not obtained by executing a select statement. This can happen if the query was evaluated in-memory. The result was provided by org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not explicitly listed via "openjpa.slice.Names" property.The configuration will be scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
2  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
6  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
4  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
5  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
142  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
226  ordering  WARN   [Thread-22] openjpa.Runtime - Query "SELECT p FROM PObject p ORDER BY p.value" is removed from cache  excluded permanently. Query "SELECT p FROM PObject p ORDER BY p.value" is not cached because its result is not obtained by executing a select statement. This can happen if the query was evaluated in-memory. The result was provided by org.apache.openjpa.kernel.OrderingMergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not explicitly listed via "openjpa.slice.Names" property.The configuration will be scanned to determine slice identifiers.
1  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
2  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
5  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
4  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
4  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
136  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
217  ordering  WARN   [Thread-27] openjpa.Runtime - Query "SELECT p FROM PObject p WHERE p.value > :v" is removed from cache  excluded permanently. Query "SELECT p FROM PObject p WHERE p.value > :v" is not cached because its result is not obtained by executing a select statement. This can happen if the query was evaluated in-memory. The result was provided by org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
0  ordering  WARN   [main] openjpa.Runtime - Slice identifiers are not explicitly listed via "openjpa.slice.Names" property.The configuration will be scanned to determine slice identifiers.
0  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
1  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
4  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
4  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
4  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
131  ordering  WARN   [main] openjpa.Runtime - Query "SELECT COUNT(p) FROM PObject p" is removed from cache  excluded permanently. Query "SELECT COUNT(p) FROM PObject p" is not cached because it returns a single value rather than a list. A query that returns single value can not be cached. .
218  ordering  WARN   [Thread-32] openjpa.Runtime - Query "select a from Address a where a.city = :city" is removed from cache  excluded permanently. Query "select a from Address a where a.city = :city" is not cached because its result is not obtained by executing a select statement. This can happen if the query was evaluated in-memory. The result was provided by org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
223  ordering  WARN   [Thread-32] openjpa.Runtime - Query "SELECT p FROM Person p WHERE p.address = :a" is removed from cache  excluded permanently. Query "SELECT p FROM Person p WHERE p.address = :a" is not cached because its result is not obtained by executing a select statement. This can happen if the query was evaluated in-memory. The result was provided by org.apache.openjpa.lib.rop.MergedResultObjectProvider.  .
Build timed out. Aborting
killed.
Sending e-mails to: commits@openjpa.apache.org
[HUDSON] Recording test results
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
channel stopped
[INFO] hudson.remoting.RequestAbortedException: hudson.remoting.Channel$OrderlyShutdown
[INFO] ------------------------------------------------------------------------
[INFO] Trace
hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: hudson.remoting.Channel$OrderlyShutdown
	at hudson.remoting.Request.call(Request.java:137)
	at hudson.remoting.Channel.call(Channel.java:629)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:158)
	at $Proxy2.isArchivingDisabled(Unknown Source)
	at hudson.maven.MavenBuildProxy$Filter.isArchivingDisabled(MavenBuildProxy.java:224)
	at hudson.maven.reporters.MavenArtifact.archive(MavenArtifact.java:194)
	at hudson.maven.reporters.MavenArtifactArchiver.postBuild(MavenArtifactArchiver.java:107)
	at hudson.maven.MavenModuleSetBuild$Builder.postModule(MavenModuleSetBuild.java:918)
	at hudson.maven.MavenBuilder$Adapter.fireLeaveModule(MavenBuilder.java:353)
	at hudson.maven.MavenBuilder$Adapter.postBuild(MavenBuilder.java:311)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:68)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:173)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:164)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:868)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:799)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
Caused by: hudson.remoting.RequestAbortedException: hudson.remoting.Channel$OrderlyShutdown
	at hudson.remoting.Request.abort(Request.java:257)
	at hudson.remoting.Channel.terminate(Channel.java:680)
	at hudson.remoting.Channel$CloseCommand.execute(Channel.java:763)
	at hudson.remoting.Channel$ReaderThread.run(Channel.java:962)
Caused by: hudson.remoting.Channel$OrderlyShutdown
	... 2 more
Caused by: Command close created at
	at hudson.remoting.Command.<init>(Command.java:58)
	at hudson.remoting.Command.<init>(Command.java:47)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:759)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:759)
	at hudson.remoting.Channel.close(Channel.java:804)
	at hudson.slaves.Channels$1.close(Channels.java:91)
	at hudson.maven.ProcessCache$MavenProcess.discard(ProcessCache.java:145)
	at hudson.maven.MavenModuleSetBuild$RunnerImpl.doRun(MavenModuleSetBuild.java:651)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:420)
	at hudson.model.Run.run(Run.java:1362)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:405)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:145)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 158 minutes 54 seconds
[INFO] Finished at: Mon Feb 07 19:16:43 UTC 2011
[INFO] Final Memory: 133M/552M
[INFO] ------------------------------------------------------------------------


Build failed in Hudson: OpenJPA-trunk #395

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/OpenJPA-trunk/395/changes>

Changes:

[mikedd] OPENJPA-1937: update javadoc for evict methods on OpenJPAEntityManager.

------------------------------------------
[...truncated 360 lines...]
[INFO] Starting audit...
Audit done.

[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 357 source files to <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 5 source files to <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/target/test-classes>
[WARNING] DEPRECATED [systemProperties]: Use systemPropertyVariables instead.
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.openjpa.jdbc.sql.identifier.TestDBIdentifiers
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Running org.apache.openjpa.jdbc.meta.TestMappingDefaultsImpl
8  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.OracleDictionary".
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 sec
Running org.apache.openjpa.jdbc.sql.TestMySQLDictionary
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec
Running org.apache.openjpa.jdbc.kernel.TestUpdateManagerFlushException
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.openjpa.jdbc.sql.TestDictionaryFactory
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/target/openjpa-jdbc-2.2.0-SNAPSHOT.jar>
[INFO] [jar:jar {execution: default-jar}]
[INFO] [jar:test-jar {execution: attach-tests}]
[INFO] Building jar: <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/target/openjpa-jdbc-2.2.0-SNAPSHOT-tests.jar>
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: openjpa-jdbc-2.2.0-SNAPSHOT.jar
[INFO] Checking legal files in: openjpa-jdbc-2.2.0-SNAPSHOT-tests.jar
[INFO] [apache-rat:check {execution: default}]
[INFO] Exclude: **/.*/**
[INFO] Exclude: **/target/**/*
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/target/openjpa-jdbc-2.2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/openjpa/openjpa-jdbc/2.2.0-SNAPSHOT/openjpa-jdbc-2.2.0-SNAPSHOT.jar
[INFO] Installing <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/target/openjpa-jdbc-2.2.0-SNAPSHOT-tests.jar> to /home/hudson/.m2/repository/org/apache/openjpa/openjpa-jdbc/2.2.0-SNAPSHOT/openjpa-jdbc-2.2.0-SNAPSHOT-tests.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/pom.xml> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-jdbc/builds/2011-02-08_20-33-54/archive/org.apache.openjpa/openjpa-jdbc/2.2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/target/openjpa-jdbc-2.2.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-jdbc/builds/2011-02-08_20-33-54/archive/org.apache.openjpa/openjpa-jdbc/2.2.0-SNAPSHOT/openjpa-jdbc-2.2.0-SNAPSHOT.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/target/openjpa-jdbc-2.2.0-SNAPSHOT-tests.jar> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-jdbc/builds/2011-02-08_20-33-54/archive/org.apache.openjpa/openjpa-jdbc/2.2.0-SNAPSHOT/openjpa-jdbc-2.2.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenJPA Persistence
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/target> (included: [**], excluded: [])
[INFO] [buildnumber:create {execution: default}]
[INFO] [enforcer:enforce {execution: default}]
[INFO] [checkstyle:checkstyle {execution: default}]
[INFO] Starting audit...
Audit done.

[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 11 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 232 source files to <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/target/test-classes>
[WARNING] DEPRECATED [systemProperties]: Use systemPropertyVariables instead.
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.openjpa.persistence.TestEnumToKernelConstantMappings
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.apache.openjpa.persistence.TestPersistenceProductDerivation
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 sec

Results :

Tests run: 12, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/target/openjpa-persistence-2.2.0-SNAPSHOT.jar>
[INFO] [jar:jar {execution: default-jar}]
[INFO] [jar:test-jar {execution: attach-tests}]
[INFO] Building jar: <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/target/openjpa-persistence-2.2.0-SNAPSHOT-tests.jar>
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: openjpa-persistence-2.2.0-SNAPSHOT.jar
[INFO] Checking legal files in: openjpa-persistence-2.2.0-SNAPSHOT-tests.jar
[INFO] [apache-rat:check {execution: default}]
[INFO] Exclude: **/.*/**
[INFO] Exclude: **/target/**/*
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/target/openjpa-persistence-2.2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/openjpa/openjpa-persistence/2.2.0-SNAPSHOT/openjpa-persistence-2.2.0-SNAPSHOT.jar
[INFO] Installing <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/target/openjpa-persistence-2.2.0-SNAPSHOT-tests.jar> to /home/hudson/.m2/repository/org/apache/openjpa/openjpa-persistence/2.2.0-SNAPSHOT/openjpa-persistence-2.2.0-SNAPSHOT-tests.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/pom.xml> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-persistence/builds/2011-02-08_20-33-54/archive/org.apache.openjpa/openjpa-persistence/2.2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/target/openjpa-persistence-2.2.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-persistence/builds/2011-02-08_20-33-54/archive/org.apache.openjpa/openjpa-persistence/2.2.0-SNAPSHOT/openjpa-persistence-2.2.0-SNAPSHOT.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/target/openjpa-persistence-2.2.0-SNAPSHOT-tests.jar> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-persistence/builds/2011-02-08_20-33-54/archive/org.apache.openjpa/openjpa-persistence/2.2.0-SNAPSHOT/openjpa-persistence-2.2.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenJPA Persistence JDBC
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target> (included: [**], excluded: [])
[INFO] [buildnumber:create {execution: default}]
[INFO] [enforcer:enforce {execution: default}]
[INFO] [checkstyle:checkstyle {execution: default}]
[INFO] Starting audit...
Audit done.

[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 65 source files to <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 94 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2478 source files to <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/test-classes>
[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks

enhance:

enhance.all.entities:
     [echo]  running enhancer
org.apache.commons.lang.exception.NestableRuntimeException: Error extracting class information from "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/test-classes/org/apache/openjpa/persistence/embed/EmployeePK2_.class".>
	at org.apache.openjpa.lib.meta.ClassArgParser.parseTypeNames(ClassArgParser.java:226)
	at org.apache.openjpa.lib.meta.ClassArgParser.parseTypes(ClassArgParser.java:161)
	at org.apache.openjpa.enhance.PCEnhancer.run(PCEnhancer.java:4659)
	at org.apache.openjpa.ant.PCEnhancerTask.executeOn(PCEnhancerTask.java:89)
	at org.apache.openjpa.lib.ant.AbstractTask.execute(AbstractTask.java:171)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.maven.plugin.antrun.AbstractAntMojo.executeTasks(AbstractAntMojo.java:118)
	at org.apache.maven.plugin.antrun.AntRunMojo.execute(AntRunMojo.java:98)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:173)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:164)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:868)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:799)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
Caused by: java.io.FileNotFoundException: <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/test-classes/org/apache/openjpa/persistence/embed/EmployeePK2_.class> (Too many open files)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:106)
	at org.apache.openjpa.lib.util.J2DoPrivHelper$29.run(J2DoPrivHelper.java:688)
	at org.apache.openjpa.lib.util.J2DoPrivHelper$29.run(J2DoPrivHelper.java:686)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.openjpa.lib.meta.ClassArgParser.getFromClassFile(ClassArgParser.java:306)
	at org.apache.openjpa.lib.meta.ClassArgParser.parseTypeNames(ClassArgParser.java:217)
	... 69 more
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/pom.xml> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-persistence-jdbc/builds/2011-02-08_20-33-54/archive/org.apache.openjpa/openjpa-persistence-jdbc/2.2.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] An Ant BuildException has occured: The following error occurred while executing this line:
<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/src/main/ant/enhancer.xml>:51: The following error occurred while executing this line:
<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/src/main/ant/enhancer.xml>:86: org.apache.commons.lang.exception.NestableRuntimeException: Error extracting class information from "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/test-classes/org/apache/openjpa/persistence/embed/EmployeePK2_.class".>

<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/test-classes/org/apache/openjpa/persistence/embed/EmployeePK2_.class> (Too many open files)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 28 seconds
[INFO] Finished at: Tue Feb 08 12:38:12 PST 2011
[INFO] Final Memory: 103M/560M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@openjpa.apache.org
channel stopped


Build failed in Hudson: OpenJPA-trunk #394

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/OpenJPA-trunk/394/changes>

Changes:

[jrbauer] OPENJPA-1935 Updated Informix dictionary to examine nested SQL exceptions when determining whether a generic exception is a lock exception.  Added Informix JDBC profile to jdbc and locking poms.

------------------------------------------
[...truncated 365 lines...]
[INFO] Starting audit...
Audit done.

[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 14 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 357 source files to <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/src/test/resources>
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 5 source files to <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/target/test-classes>
[WARNING] DEPRECATED [systemProperties]: Use systemPropertyVariables instead.
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.openjpa.jdbc.sql.identifier.TestDBIdentifiers
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Running org.apache.openjpa.jdbc.meta.TestMappingDefaultsImpl
9  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.OracleDictionary".
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 sec
Running org.apache.openjpa.jdbc.sql.TestMySQLDictionary
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 sec
Running org.apache.openjpa.jdbc.kernel.TestUpdateManagerFlushException
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.apache.openjpa.jdbc.sql.TestDictionaryFactory
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

Tests run: 11, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/target/openjpa-jdbc-2.2.0-SNAPSHOT.jar>
[INFO] [jar:jar {execution: default-jar}]
[INFO] [jar:test-jar {execution: attach-tests}]
[INFO] Building jar: <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/target/openjpa-jdbc-2.2.0-SNAPSHOT-tests.jar>
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: openjpa-jdbc-2.2.0-SNAPSHOT.jar
[INFO] Checking legal files in: openjpa-jdbc-2.2.0-SNAPSHOT-tests.jar
[INFO] [apache-rat:check {execution: default}]
[INFO] Exclude: **/.*/**
[INFO] Exclude: **/target/**/*
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/target/openjpa-jdbc-2.2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/openjpa/openjpa-jdbc/2.2.0-SNAPSHOT/openjpa-jdbc-2.2.0-SNAPSHOT.jar
[INFO] Installing <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/target/openjpa-jdbc-2.2.0-SNAPSHOT-tests.jar> to /home/hudson/.m2/repository/org/apache/openjpa/openjpa-jdbc/2.2.0-SNAPSHOT/openjpa-jdbc-2.2.0-SNAPSHOT-tests.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/pom.xml> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-jdbc/builds/2011-02-08_17-15-09/archive/org.apache.openjpa/openjpa-jdbc/2.2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/target/openjpa-jdbc-2.2.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-jdbc/builds/2011-02-08_17-15-09/archive/org.apache.openjpa/openjpa-jdbc/2.2.0-SNAPSHOT/openjpa-jdbc-2.2.0-SNAPSHOT.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-jdbc/target/openjpa-jdbc-2.2.0-SNAPSHOT-tests.jar> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-jdbc/builds/2011-02-08_17-15-09/archive/org.apache.openjpa/openjpa-jdbc/2.2.0-SNAPSHOT/openjpa-jdbc-2.2.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenJPA Persistence
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/target> (included: [**], excluded: [])
[INFO] [buildnumber:create {execution: default}]
[INFO] [enforcer:enforce {execution: default}]
[INFO] [checkstyle:checkstyle {execution: default}]
[INFO] Starting audit...
Audit done.

[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 11 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 232 source files to <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/target/test-classes>
[WARNING] DEPRECATED [systemProperties]: Use systemPropertyVariables instead.
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.openjpa.persistence.TestEnumToKernelConstantMappings
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.openjpa.persistence.TestPersistenceProductDerivation
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 sec

Results :

Tests run: 12, Failures: 0, Errors: 0, Skipped: 0

[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/target/openjpa-persistence-2.2.0-SNAPSHOT.jar>
[INFO] [jar:jar {execution: default-jar}]
[INFO] [jar:test-jar {execution: attach-tests}]
[INFO] Building jar: <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/target/openjpa-persistence-2.2.0-SNAPSHOT-tests.jar>
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: openjpa-persistence-2.2.0-SNAPSHOT.jar
[INFO] Checking legal files in: openjpa-persistence-2.2.0-SNAPSHOT-tests.jar
[INFO] [apache-rat:check {execution: default}]
[INFO] Exclude: **/.*/**
[INFO] Exclude: **/target/**/*
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/target/openjpa-persistence-2.2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/openjpa/openjpa-persistence/2.2.0-SNAPSHOT/openjpa-persistence-2.2.0-SNAPSHOT.jar
[INFO] Installing <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/target/openjpa-persistence-2.2.0-SNAPSHOT-tests.jar> to /home/hudson/.m2/repository/org/apache/openjpa/openjpa-persistence/2.2.0-SNAPSHOT/openjpa-persistence-2.2.0-SNAPSHOT-tests.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/pom.xml> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-persistence/builds/2011-02-08_17-15-09/archive/org.apache.openjpa/openjpa-persistence/2.2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/target/openjpa-persistence-2.2.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-persistence/builds/2011-02-08_17-15-09/archive/org.apache.openjpa/openjpa-persistence/2.2.0-SNAPSHOT/openjpa-persistence-2.2.0-SNAPSHOT.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence/target/openjpa-persistence-2.2.0-SNAPSHOT-tests.jar> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-persistence/builds/2011-02-08_17-15-09/archive/org.apache.openjpa/openjpa-persistence/2.2.0-SNAPSHOT/openjpa-persistence-2.2.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenJPA Persistence JDBC
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target> (included: [**], excluded: [])
[INFO] [buildnumber:create {execution: default}]
[INFO] [enforcer:enforce {execution: default}]
[INFO] [checkstyle:checkstyle {execution: default}]
[INFO] Starting audit...
Audit done.

[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 65 source files to <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 94 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2478 source files to <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/test-classes>
[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks

enhance:

enhance.all.entities:
     [echo]  running enhancer
org.apache.commons.lang.exception.NestableRuntimeException: Error extracting class information from "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/test-classes/org/apache/openjpa/persistence/embed/EmployeePK2_.class".>
	at org.apache.openjpa.lib.meta.ClassArgParser.parseTypeNames(ClassArgParser.java:226)
	at org.apache.openjpa.lib.meta.ClassArgParser.parseTypes(ClassArgParser.java:161)
	at org.apache.openjpa.enhance.PCEnhancer.run(PCEnhancer.java:4659)
	at org.apache.openjpa.ant.PCEnhancerTask.executeOn(PCEnhancerTask.java:89)
	at org.apache.openjpa.lib.ant.AbstractTask.execute(AbstractTask.java:171)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
	at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
	at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.maven.plugin.antrun.AbstractAntMojo.executeTasks(AbstractAntMojo.java:118)
	at org.apache.maven.plugin.antrun.AntRunMojo.execute(AntRunMojo.java:98)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:173)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:164)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:868)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:799)
	at hudson.remoting.UserRequest.perform(UserRequest.java:114)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
Caused by: java.io.FileNotFoundException: <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/test-classes/org/apache/openjpa/persistence/embed/EmployeePK2_.class> (Too many open files)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:106)
	at org.apache.openjpa.lib.util.J2DoPrivHelper$29.run(J2DoPrivHelper.java:688)
	at org.apache.openjpa.lib.util.J2DoPrivHelper$29.run(J2DoPrivHelper.java:686)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.apache.openjpa.lib.meta.ClassArgParser.getFromClassFile(ClassArgParser.java:306)
	at org.apache.openjpa.lib.meta.ClassArgParser.parseTypeNames(ClassArgParser.java:217)
	... 69 more
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/pom.xml> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-persistence-jdbc/builds/2011-02-08_17-15-09/archive/org.apache.openjpa/openjpa-persistence-jdbc/2.2.0-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] An Ant BuildException has occured: The following error occurred while executing this line:
<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/src/main/ant/enhancer.xml>:51: The following error occurred while executing this line:
<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/src/main/ant/enhancer.xml>:86: org.apache.commons.lang.exception.NestableRuntimeException: Error extracting class information from "<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/test-classes/org/apache/openjpa/persistence/embed/EmployeePK2_.class".>

<https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-persistence-jdbc/target/test-classes/org/apache/openjpa/persistence/embed/EmployeePK2_.class> (Too many open files)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 49 seconds
[INFO] Finished at: Tue Feb 08 09:18:29 PST 2011
[INFO] Final Memory: 104M/610M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@openjpa.apache.org
channel stopped