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/08 11:13:49 UTC

Build failed in Hudson: OpenJPA-2.1.x-deploy #29

See <https://hudson.apache.org/hudson/job/OpenJPA-2.1.x-deploy/29/changes>

Changes:

[mikedd] restoring missing message

------------------------------------------
[...truncated 14804 lines...]
[INFO] Checking legal files in: openjpa-xmlstore-2.1.0-SNAPSHOT.jar
[INFO] Checking legal files in: openjpa-xmlstore-2.1.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-2.1.x-deploy/ws/2.1.x/openjpa-xmlstore/target/openjpa-xmlstore-2.1.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/openjpa/openjpa-xmlstore/2.1.0-SNAPSHOT/openjpa-xmlstore-2.1.0-SNAPSHOT.jar
[INFO] Installing <https://hudson.apache.org/hudson/job/OpenJPA-2.1.x-deploy/ws/2.1.x/openjpa-xmlstore/target/openjpa-xmlstore-2.1.0-SNAPSHOT-tests.jar> to /home/hudson/.m2/repository/org/apache/openjpa/openjpa-xmlstore/2.1.0-SNAPSHOT/openjpa-xmlstore-2.1.0-SNAPSHOT-tests.jar
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/openjpa/openjpa-xmlstore/2.1.0-SNAPSHOT/openjpa-xmlstore-2.1.0-20110208.065101-134.jar
28K uploaded  (openjpa-xmlstore-2.1.0-20110208.065101-134.jar)
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'snapshot org.apache.openjpa:openjpa-xmlstore:2.1.0-SNAPSHOT'
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'artifact org.apache.openjpa:openjpa-xmlstore'
[INFO] Uploading project information for openjpa-xmlstore 2.1.0-20110208.065101-134
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/openjpa/openjpa-xmlstore/2.1.0-SNAPSHOT/openjpa-xmlstore-2.1.0-20110208.065101-134-tests.jar
75K uploaded  (openjpa-xmlstore-2.1.0-20110208.065101-134-tests.jar)
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-2.1.x-deploy/ws/2.1.x/openjpa-xmlstore/pom.xml> to /home/hudson/hudson/jobs/OpenJPA-2.1.x-deploy/modules/org.apache.openjpa$openjpa-xmlstore/builds/2011-02-08_06-49-10/archive/org.apache.openjpa/openjpa-xmlstore/2.1.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-2.1.x-deploy/ws/2.1.x/openjpa-xmlstore/target/openjpa-xmlstore-2.1.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/OpenJPA-2.1.x-deploy/modules/org.apache.openjpa$openjpa-xmlstore/builds/2011-02-08_06-49-10/archive/org.apache.openjpa/openjpa-xmlstore/2.1.0-20110208.065101-134/openjpa-xmlstore-2.1.0-SNAPSHOT.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-2.1.x-deploy/ws/2.1.x/openjpa-xmlstore/target/openjpa-xmlstore-2.1.0-SNAPSHOT-tests.jar> to /home/hudson/hudson/jobs/OpenJPA-2.1.x-deploy/modules/org.apache.openjpa$openjpa-xmlstore/builds/2011-02-08_06-49-10/archive/org.apache.openjpa/openjpa-xmlstore/2.1.0-20110208.065101-134/openjpa-xmlstore-2.1.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenJPA Slice
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/OpenJPA-2.1.x-deploy/ws/2.1.x/openjpa-slice/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 4 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 31 source files to <https://hudson.apache.org/hudson/job/OpenJPA-2.1.x-deploy/ws/2.1.x/openjpa-slice/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 22 source files to <https://hudson.apache.org/hudson/job/OpenJPA-2.1.x-deploy/ws/2.1.x/openjpa-slice/target/test-classes>
[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks

enhance:

enhance.all.entities:
     [echo]  running enhancer
246  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.SingleEMFTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1f32528 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.
271  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.UserDistributionPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1f32528 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.
300  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.SampleQueryTargetPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1f32528 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.
349  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.PersistenceTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1f32528 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.
394  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.EvenOddDistributionPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1f32528 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.
397  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.SliceTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1f32528 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-2.1.x-deploy/ws/2.1.x/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".
155  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.1.0-SNAPSHOT
471  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
4366  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
12437  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. .
12654  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.
1  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.1.0-SNAPSHOT
10  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".
387  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. .
479  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.
1  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.1.0-SNAPSHOT
8  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".
200  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. .
342  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.1.0-SNAPSHOT
8  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".
214  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" 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. .
315  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. .
325  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. .
337  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.
3  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
9  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.1.0-SNAPSHOT
7  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".
197  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. .
287  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.
1  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".
9  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.1.0-SNAPSHOT
8  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".
173  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. .
256  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.
1  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".
9  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.1.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".
167  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. .
250  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.
1  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.1.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".
202  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. .
283  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.1.0-SNAPSHOT
6  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".
154  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. .
239  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.
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.1.0-SNAPSHOT
6  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".
183  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. .
275  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.
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.1.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".
144  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. .
238  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.  .
267  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.
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".
5  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.1.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".
167  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. .
271  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.  .
277  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.648 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".
18  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.1.0-SNAPSHOT
17  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".
171  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. .
304  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. .
311  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. .
318  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. .
324  ordering  WARN   [Thread-3] 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".
5  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.1.0-SNAPSHOT
5  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".
135  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. .
216  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.
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".
5  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.1.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".
169  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   [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".
6  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.1.0-SNAPSHOT
7  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".
141  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. .
216  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.
1  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.1.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".
130  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. .
201  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.
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".
5  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.1.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".
132  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. .
208  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".
5  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.1.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".
133  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-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.  .
231  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.
[HUDSON] Recording test resultschannel stopped
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] channel is already closed
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 204 minutes 4 seconds
[INFO] Finished at: Tue Feb 08 10:14:06 UTC 2011
[INFO] Final Memory: 109M/479M
[INFO] ------------------------------------------------------------------------



Hudson build is back to normal : OpenJPA-2.1.x-deploy #31

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/OpenJPA-2.1.x-deploy/31/>



Build failed in Hudson: OpenJPA-2.1.x-deploy #30

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/OpenJPA-2.1.x-deploy/30/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 14808 lines...]
[INFO] Checking legal files in: openjpa-xmlstore-2.1.0-SNAPSHOT.jar
[INFO] Checking legal files in: openjpa-xmlstore-2.1.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-2.1.x-deploy/ws/2.1.x/openjpa-xmlstore/target/openjpa-xmlstore-2.1.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/openjpa/openjpa-xmlstore/2.1.0-SNAPSHOT/openjpa-xmlstore-2.1.0-SNAPSHOT.jar
[INFO] Installing <https://hudson.apache.org/hudson/job/OpenJPA-2.1.x-deploy/ws/2.1.x/openjpa-xmlstore/target/openjpa-xmlstore-2.1.0-SNAPSHOT-tests.jar> to /home/hudson/.m2/repository/org/apache/openjpa/openjpa-xmlstore/2.1.0-SNAPSHOT/openjpa-xmlstore-2.1.0-SNAPSHOT-tests.jar
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/openjpa/openjpa-xmlstore/2.1.0-SNAPSHOT/openjpa-xmlstore-2.1.0-20110209.025741-135.jar
28K uploaded  (openjpa-xmlstore-2.1.0-20110209.025741-135.jar)
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'snapshot org.apache.openjpa:openjpa-xmlstore:2.1.0-SNAPSHOT'
[INFO] Retrieving previous metadata from apache.snapshots.https
[INFO] Uploading repository metadata for: 'artifact org.apache.openjpa:openjpa-xmlstore'
[INFO] Uploading project information for openjpa-xmlstore 2.1.0-20110209.025741-135
[INFO] Retrieving previous build number from apache.snapshots.https
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/openjpa/openjpa-xmlstore/2.1.0-SNAPSHOT/openjpa-xmlstore-2.1.0-20110209.025741-135-tests.jar
75K uploaded  (openjpa-xmlstore-2.1.0-20110209.025741-135-tests.jar)
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-2.1.x-deploy/ws/2.1.x/openjpa-xmlstore/pom.xml> to /home/hudson/hudson/jobs/OpenJPA-2.1.x-deploy/modules/org.apache.openjpa$openjpa-xmlstore/builds/2011-02-09_02-56-12/archive/org.apache.openjpa/openjpa-xmlstore/2.1.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-2.1.x-deploy/ws/2.1.x/openjpa-xmlstore/target/openjpa-xmlstore-2.1.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/OpenJPA-2.1.x-deploy/modules/org.apache.openjpa$openjpa-xmlstore/builds/2011-02-09_02-56-12/archive/org.apache.openjpa/openjpa-xmlstore/2.1.0-20110209.025741-135/openjpa-xmlstore-2.1.0-SNAPSHOT.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-2.1.x-deploy/ws/2.1.x/openjpa-xmlstore/target/openjpa-xmlstore-2.1.0-SNAPSHOT-tests.jar> to /home/hudson/hudson/jobs/OpenJPA-2.1.x-deploy/modules/org.apache.openjpa$openjpa-xmlstore/builds/2011-02-09_02-56-12/archive/org.apache.openjpa/openjpa-xmlstore/2.1.0-20110209.025741-135/openjpa-xmlstore-2.1.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenJPA Slice
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://hudson.apache.org/hudson/job/OpenJPA-2.1.x-deploy/ws/2.1.x/openjpa-slice/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 4 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 31 source files to <https://hudson.apache.org/hudson/job/OpenJPA-2.1.x-deploy/ws/2.1.x/openjpa-slice/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 22 source files to <https://hudson.apache.org/hudson/job/OpenJPA-2.1.x-deploy/ws/2.1.x/openjpa-slice/target/test-classes>
[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks

enhance:

enhance.all.entities:
     [echo]  running enhancer
243  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.SampleQueryTargetPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@7f3ed6 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.
269  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.SliceTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@7f3ed6 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.
318  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.UserDistributionPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@7f3ed6 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.
362  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.SingleEMFTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@7f3ed6 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.
381  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.EvenOddDistributionPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@7f3ed6 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.
390  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.PersistenceTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@7f3ed6 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.
[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-2.1.x-deploy/ws/2.1.x/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.1.0-SNAPSHOT
472  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
4696  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
12806  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. .
13031  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.1.0-SNAPSHOT
10  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".
397  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. .
501  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.  .
1  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.
4  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.1.0-SNAPSHOT
8  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".
240  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. .
366  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.  .
1  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.
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.1.0-SNAPSHOT
8  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".
194  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. .
290  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. .
299  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. .
309  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. .
320  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.1.0-SNAPSHOT
7  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".
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. .
282  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. .
1  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.
3  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
9  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.1.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".
174  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. .
253  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".
8  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.1.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".
167  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. .
246  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.1.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".
163  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. .
241  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.1.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".
161  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. .
250  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.1.0-SNAPSHOT
7  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".
154  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. .
246  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".
6  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.1.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".
168  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 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.  .
288  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.
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.1.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".
182  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. .
280  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.  .
287  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: 17.026 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.
1  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.1.0-SNAPSHOT
5  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".
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. .
245  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. .
251  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. .
257  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. .
264  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.
1  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.1.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".
135  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. .
253  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.1.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".
160  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   [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.
1  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.1.0-SNAPSHOT
7  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".
169  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. .
261  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.
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.1.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".
132  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. .
211  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.
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".
5  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.1.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".
132  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. .
208  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.
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.1.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".
126  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. .
206  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.  .
212  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.
[HUDSON] Recording test results
[INFO] channel stopped------------------------------------------------------------------------

[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] channel is already closed
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 204 minutes 13 seconds
[INFO] Finished at: Wed Feb 09 06:21:12 UTC 2011
[INFO] Final Memory: 138M/532M
[INFO] ------------------------------------------------------------------------