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/10 08:57:16 UTC

Build failed in Hudson: OpenJPA-trunk #399

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

Changes:

[allee8285] OPENJPA-1938 Update timeTypeName from DATETIME to DATETIME2 to match the other date/timestamp data type.

------------------------------------------
[...truncated 14713 lines...]

Results :

Tests run: 3, 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-xmlstore/target/openjpa-xmlstore-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-xmlstore/target/openjpa-xmlstore-2.2.0-SNAPSHOT-tests.jar>
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: openjpa-xmlstore-2.2.0-SNAPSHOT.jar
[INFO] Checking legal files in: openjpa-xmlstore-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-xmlstore/target/openjpa-xmlstore-2.2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/openjpa/openjpa-xmlstore/2.2.0-SNAPSHOT/openjpa-xmlstore-2.2.0-SNAPSHOT.jar
[INFO] Installing <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-xmlstore/target/openjpa-xmlstore-2.2.0-SNAPSHOT-tests.jar> to /home/hudson/.m2/repository/org/apache/openjpa/openjpa-xmlstore/2.2.0-SNAPSHOT/openjpa-xmlstore-2.2.0-SNAPSHOT-tests.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-xmlstore/pom.xml> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-xmlstore/builds/2011-02-10_05-17-38/archive/org.apache.openjpa/openjpa-xmlstore/2.2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-xmlstore/target/openjpa-xmlstore-2.2.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-xmlstore/builds/2011-02-10_05-17-38/archive/org.apache.openjpa/openjpa-xmlstore/2.2.0-SNAPSHOT/openjpa-xmlstore-2.2.0-SNAPSHOT.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-xmlstore/target/openjpa-xmlstore-2.2.0-SNAPSHOT-tests.jar> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-xmlstore/builds/2011-02-10_05-17-38/archive/org.apache.openjpa/openjpa-xmlstore/2.2.0-SNAPSHOT/openjpa-xmlstore-2.2.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenJPA Slice
[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-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-trunk/ws/trunk/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-trunk/ws/trunk/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.PersistenceTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@f4a7c9 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.
345  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.EvenOddDistributionPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@f4a7c9 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.
404  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.SampleQueryTargetPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@f4a7c9 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.
407  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.SingleEMFTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@f4a7c9 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.
413  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.UserDistributionPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@f4a7c9 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.
416  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.SliceTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@f4a7c9 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".
158  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
480  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
17652  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
35027  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. .
35502  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
10  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".
421  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. .
519  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".
10  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".
213  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. .
364  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
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".
191  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. .
327  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. .
336  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. .
347  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. .
358  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".
6  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
300  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. .
411  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.2.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".
195  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. .
284  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.
3  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
19  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
17  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".
191  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. .
294  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.
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".
6  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. .
269  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.
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".
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. .
267  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.  .
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".
24  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
22  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".
186  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   [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.2.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".
148  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. .
251  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.  .
281  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.2.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".
150  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   [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.  .
292  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: 39.834 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".
175  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. .
329  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. .
335  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. .
342  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. .
349  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.
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".
5  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
181  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. .
273  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.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".
134  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. .
229  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".
7  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. .
246  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.2.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".
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. .
255  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.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".
181  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. .
279  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.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".
155  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. .
235  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.  .
242  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: 159 minutes 9 seconds
[INFO] Finished at: Thu Feb 10 07:57:35 UTC 2011
[INFO] Final Memory: 137M/625M
[INFO] ------------------------------------------------------------------------


Hudson build is back to normal : OpenJPA-trunk #404

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



Build failed in Hudson: OpenJPA-trunk #403

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

Changes:

[mikedd] clean deprecation warning

[mikedd] OPENJPA-1940: Use unqualified name when looking for PK columns on Oracle.

------------------------------------------
[...truncated 14715 lines...]

Results :

Tests run: 3, 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-xmlstore/target/openjpa-xmlstore-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-xmlstore/target/openjpa-xmlstore-2.2.0-SNAPSHOT-tests.jar>
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: openjpa-xmlstore-2.2.0-SNAPSHOT.jar
[INFO] Checking legal files in: openjpa-xmlstore-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-xmlstore/target/openjpa-xmlstore-2.2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/openjpa/openjpa-xmlstore/2.2.0-SNAPSHOT/openjpa-xmlstore-2.2.0-SNAPSHOT.jar
[INFO] Installing <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-xmlstore/target/openjpa-xmlstore-2.2.0-SNAPSHOT-tests.jar> to /home/hudson/.m2/repository/org/apache/openjpa/openjpa-xmlstore/2.2.0-SNAPSHOT/openjpa-xmlstore-2.2.0-SNAPSHOT-tests.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-xmlstore/pom.xml> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-xmlstore/builds/2011-02-17_00-13-20/archive/org.apache.openjpa/openjpa-xmlstore/2.2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-xmlstore/target/openjpa-xmlstore-2.2.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-xmlstore/builds/2011-02-17_00-13-20/archive/org.apache.openjpa/openjpa-xmlstore/2.2.0-SNAPSHOT/openjpa-xmlstore-2.2.0-SNAPSHOT.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-xmlstore/target/openjpa-xmlstore-2.2.0-SNAPSHOT-tests.jar> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-xmlstore/builds/2011-02-17_00-13-20/archive/org.apache.openjpa/openjpa-xmlstore/2.2.0-SNAPSHOT/openjpa-xmlstore-2.2.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenJPA Slice
[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-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-trunk/ws/trunk/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-trunk/ws/trunk/openjpa-slice/target/test-classes>
[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks

enhance:

enhance.all.entities:
     [echo]  running enhancer
239  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.SliceTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1ddf554 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.
317  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.UserDistributionPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1ddf554 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.
321  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.SingleEMFTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1ddf554 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.
331  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.PersistenceTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1ddf554 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.
936  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.EvenOddDistributionPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1ddf554 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.
940  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.SampleQueryTargetPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1ddf554 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.
[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.
39  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
159  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
608  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
5173  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
17248  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. .
17518  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.2.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".
419  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. .
535  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".
10  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".
7  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
235  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. .
385  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
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. .
285  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. .
294  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. .
304  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. .
315  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
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".
187  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. .
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".
9  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".
6  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
201  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   [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.2.0-SNAPSHOT
6  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".
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. .
273  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".
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".
7  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
203  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. .
286  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.  .
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".
8  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".
158  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 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".
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".
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. .
240  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.2.0-SNAPSHOT
5  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
24  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
166  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. .
260  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.  .
290  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.  .
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.
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
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".
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. .
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.  .
286  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: 21.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".
6  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".
4  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
184  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. .
292  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. .
296  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. .
300  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. .
310  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.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".
139  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-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".
3334  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. .
4315  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.2.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".
192  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. .
594  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.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".
1501  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. .
1696  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".
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".
222  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. .
308  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.
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".
153  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   [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.  .
263  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: 159 minutes 
[INFO] Finished at: Thu Feb 17 02:53:12 UTC 2011
[INFO] Final Memory: 129M/618M
[INFO] ------------------------------------------------------------------------


Build failed in Hudson: OpenJPA-trunk #402

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

Changes:

[mikedd] OPENJPA-1912: Generate externalizable methods correctly for super and subclasses. 
Submitted By: Mark Struberg

------------------------------------------
[...truncated 14717 lines...]
1  xmlstore-simple  INFO   [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.753 sec

Results :

Tests run: 3, 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-xmlstore/target/openjpa-xmlstore-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-xmlstore/target/openjpa-xmlstore-2.2.0-SNAPSHOT-tests.jar>
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: openjpa-xmlstore-2.2.0-SNAPSHOT.jar
[INFO] Checking legal files in: openjpa-xmlstore-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-xmlstore/target/openjpa-xmlstore-2.2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/openjpa/openjpa-xmlstore/2.2.0-SNAPSHOT/openjpa-xmlstore-2.2.0-SNAPSHOT.jar
[INFO] Installing <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-xmlstore/target/openjpa-xmlstore-2.2.0-SNAPSHOT-tests.jar> to /home/hudson/.m2/repository/org/apache/openjpa/openjpa-xmlstore/2.2.0-SNAPSHOT/openjpa-xmlstore-2.2.0-SNAPSHOT-tests.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-xmlstore/pom.xml> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-xmlstore/builds/2011-02-16_02-34-13/archive/org.apache.openjpa/openjpa-xmlstore/2.2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-xmlstore/target/openjpa-xmlstore-2.2.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-xmlstore/builds/2011-02-16_02-34-13/archive/org.apache.openjpa/openjpa-xmlstore/2.2.0-SNAPSHOT/openjpa-xmlstore-2.2.0-SNAPSHOT.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-xmlstore/target/openjpa-xmlstore-2.2.0-SNAPSHOT-tests.jar> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-xmlstore/builds/2011-02-16_02-34-13/archive/org.apache.openjpa/openjpa-xmlstore/2.2.0-SNAPSHOT/openjpa-xmlstore-2.2.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenJPA Slice
[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-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-trunk/ws/trunk/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-trunk/ws/trunk/openjpa-slice/target/test-classes>
[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks

enhance:

enhance.all.entities:
     [echo]  running enhancer
247  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.EvenOddDistributionPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1886f4b 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.
253  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.UserDistributionPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1886f4b 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.
298  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.SliceTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1886f4b 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.
302  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.SampleQueryTargetPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1886f4b 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.
403  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.PersistenceTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1886f4b 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.
411  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.SingleEMFTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1886f4b 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.
[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.
6  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
39  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
156  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
472  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
4715  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
12976  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. .
13236  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".
11  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".
391  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. .
480  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".
10  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".
7  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
227  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. .
381  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
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".
193  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   [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. .
294  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. .
304  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. .
315  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
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".
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. .
293  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.2.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".
221  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. .
296  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.
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
7  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
17  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. .
255  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
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. .
232  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
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. .
253  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".
22  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
21  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".
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. .
286  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.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".
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. .
246  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.  .
276  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.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".
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. .
254  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.  .
261  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.251 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".
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".
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. .
230  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. .
236  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. .
242  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. .
249  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".
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. .
196  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".
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".
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. .
273  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".
7  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. .
219  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".
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".
137  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.
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".
5  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
134  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. .
203  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.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".
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. .
196  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.  .
202  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: 159 minutes 1 second
[INFO] Finished at: Wed Feb 16 05:14:05 UTC 2011



Build failed in Hudson: OpenJPA-trunk #401

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

Changes:

[mikedd] OPENJPA_1939: increase index name length for DB2 version 9 and later

------------------------------------------
[...truncated 14768 lines...]
     [echo]  running enhancer
245  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.PersistenceTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1a8f518 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.
408  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.SingleEMFTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1a8f518 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.
411  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.SliceTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1a8f518 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.
435  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.EvenOddDistributionPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1a8f518 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.
524  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.UserDistributionPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1a8f518 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.
544  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.SampleQueryTargetPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@1a8f518 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.
[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.
39  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
158  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
482  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
5222  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
13414  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. .
13636  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.  .
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".
12  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
10  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".
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. .
483  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".
7  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
245  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. .
387  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.
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.2.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".
201  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. .
273  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. .
282  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. .
293  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. .
305  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.
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.2.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".
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. .
270  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.
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.2.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. .
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.
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.2.0-SNAPSHOT
7  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".
228  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. .
295  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".
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".
155  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. .
223  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
6  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".
150  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   [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
7  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
22  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
166  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. .
234  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.
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.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".
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. .
221  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.  .
251  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
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".
148  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. .
296  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.  .
317  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.591 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.
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
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".
172  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   [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. .
261  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. .
267  ordering  WARN   [Thread-3] 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. .
274  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".
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".
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. .
232  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".
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".
137  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. .
204  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".
7  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
172  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. .
242  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".
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".
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. .
219  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.
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".
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. .
248  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.
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".
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. .
190  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.  .
197  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] ------------------------------------------------------------------------
[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: 159 minutes 2 seconds
[INFO] Finished at: Tue Feb 15 22:29:35 UTC 2011
[INFO] Final Memory: 139M/628M
[INFO] ------------------------------------------------------------------------


Re: Build failed in Hudson: OpenJPA-trunk #400

Posted by Albert Lee <al...@gmail.com>.
I ran into similar problem yesterday as shown below. The test run just hung
and I have to kill the process. I have not yet tried if I can reproduce it.

*[18:04:48]:* *[org.apache.openjpa.slice.TestQueryMultiThreaded] **
testQueryParameterEntity*
*[18:04:48]:* [testQueryParameterEntity] *
[Test Error Output]

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".

5 ordering.Odd INFO [main] openjpa.jdbc.JDBC - Using dictionary class
"org.apache.openjpa.jdbc.sql.DerbyDictionary".

74 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. .


*
*[10:15:25]:* *Ant output:
run.module.tests:
[echo] Run tests in openjpa-integration-validation.
[echo]
classpath='C:\Users\wsjpa\tc\WASX\jpajunit\openjpa-integration-validation\target\test-classes;C:\Users\wsjpa\tc\WASX\as\runtimes\com.ibm.ws.jpa.thinclient_8.0.0.jar;C:\Users\wsjpa\tc\WASX\jpajunit\lib\commons-dbcp-1.2.2.jar;C:\Users\wsjpa\tc\WASX\jpajunit\lib\hamcrest-library-1.1.jar;C:\Users\wsjpa\tc\WASX\jpajunit\lib\jakarta-regexp-1.4.jar;C:\Users\wsjpa\tc\WASX\jpajunit\lib\jmock-2.5.1.jar;C:\Users\wsjpa\tc\WASX\jpajunit\lib\jmock-junit3-2.5.1.jar;C:\Users\wsjpa\tc\WASX\jpajunit\lib\junit-3.8.1.jar;C:\Users\wsjpa\tc\WASX\jpajunit\lib\log4j-1.2.13.jar;C:\Users\wsjpa\tc\WASX\jpajunit\lib\simple-jndi-0.11.4.jar;C:\Users\wsjpa\tc\WASX\jpajunit\lib\slf4j-api-1.5.6.jar;C:\Users\wsjpa\tc\WASX\jpajunit\lib\slf4j-log4j12-1.5.6.jar;C:\Users\wsjpa\tc\WASX\jpajunit\lib\validation-api-1.0.0.GA.jar;C:\Users\wsjpa\tc\WASX\jpajunit\lib\xercesImpl-2.0.2.jar;C:\Users\wsjpa\tc\WASX\as\derby\lib\derby.jar'

[junit] Running
org.apache.openjpa.integration.persistence.provider.TestPersistenceProviderResolver

[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.345 sec
[junit] Running org.apache.openjpa.integration.validation.TestConstraints
[junit] Tests run: 29, Failures: 0, Errors: 0, Time elapsed: 10.95 sec
[junit] Running org.apache.openjpa.integration.validation.TestMappedSuper
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.989 sec
[junit] Running
org.apache.openjpa.integration.validation.TestTraversableResolver
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 5.338 sec
[junit] Running org.apache.openjpa.integration.validation.TestValidatingLEM
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 3.825 sec
[junit] Running
org.apache.openjpa.integration.validation.TestValidationGroups
[junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 5.248 sec
run.openjpa.slice: run.module.slice:

[echo] ====================================================
[echo] Run test in openjpa-slice [mkdir] Created dir:
C:\Users\wsjpa\tc\WASX\atoms.logs\jpa.junit\openjpa-slice [unzip] Expanding:
C:\Users\wsjpa\tc\WASX\jpajunit\lib\openjpa-slice-2.1.0-SNAPSHOT-tests.jar
into C:\Users\wsjpa\tc\WASX\jpajunit\openjpa-slice\target\test-classes

[junit] Running org.apache.openjpa.slice.TestBasic
[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 8.295 sec
[junit] Running org.apache.openjpa.slice.TestConfiguration
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.762 sec
[junit] Running org.apache.openjpa.slice.TestQuery
[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 6.969 sec
[junit] Running org.apache.openjpa.slice.TestQueryMultiThreaded *
*[10:15:25]:* *Process exit code: 1*
*
*


On Mon, Feb 14, 2011 at 9:35 AM, Michael Dick <mi...@gmail.com>wrote:

> Build failures like this one have been cropping up lately.
>
> The slice module appears to hang sporadically when we run in Hudson, but
> I've never been able to reproduce it. Has anyone else seen this if they
> build locally?
>
> -mike
>
> On Fri, Feb 11, 2011 at 9:42 PM, Apache Hudson Server
>
> <snip>
>
>
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > Running org.apache.openjpa.slice.TestQuery
> > 5  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.
> > 6  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even,
> Odd]"
> > in configuration.
> > 39  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class
> > "org.apache.openjpa.jdbc.sql.DerbyDictionary".
> > 162  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice
> > 2.2.0-SNAPSHOT
> > 482  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary
> > class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
> > 5106  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary
> > class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
> > 13071  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.
> .
> > 13299  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
> > 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".
> > 371  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.
> .
> > 471  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
> > 9  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".
> > 205  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.
> .
> > 337  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.2.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".
> > 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.
> .
> > 341  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.
> .
> > 350  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.
> .
> > 360  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.
> .
> > 372  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".
> > 9  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.
> .
> > 268  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".
> > 10  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".
> > 6  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class
> > "org.apache.openjpa.jdbc.sql.DerbyDictionary".
> > 176  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.
> .
> > 345  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.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".
> > 236  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.
> .
> > 320  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
> > 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".
> > 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.
> .
> > 240  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".
> > 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.
> > 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
> > 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.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".
> > 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.
> .
> > 267  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.  .
> > 297  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".
> > 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".
> > 187  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.
> .
> > 294  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.  .
> > 300  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.429
> 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.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".
> > 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.
> .
> > 274  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. .
> > 279  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. .
> > 286  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. .
> > 295  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.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".
> > 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.
> .
> > 227  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".
> > 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".
> > 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.
> .
> > 242  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.
> > 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".
> > 7  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".
> > 7  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.
> .
> > 248  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".
> > 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".
> > 137  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.
> .
> > 209  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".
> > 5  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class
> > "org.apache.openjpa.jdbc.sql.DerbyDictionary".
> > 137  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.
> > 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".
> > 158  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   [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.  .
> > 248  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
> > channel 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: 158 minutes 59 seconds
> > [INFO] Finished at: Sat Feb 12 03:42:36 UTC 2011
> >
> >
>



-- 
Albert Lee.

Re: Build failed in Hudson: OpenJPA-trunk #400

Posted by Michael Dick <mi...@gmail.com>.
Build failures like this one have been cropping up lately.

The slice module appears to hang sporadically when we run in Hudson, but
I've never been able to reproduce it. Has anyone else seen this if they
build locally?

-mike

On Fri, Feb 11, 2011 at 9:42 PM, Apache Hudson Server

<snip>


> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.apache.openjpa.slice.TestQuery
> 5  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.
> 6  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]"
> in configuration.
> 39  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class
> "org.apache.openjpa.jdbc.sql.DerbyDictionary".
> 162  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice
> 2.2.0-SNAPSHOT
> 482  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary
> class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
> 5106  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary
> class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
> 13071  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. .
> 13299  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
> 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".
> 371  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. .
> 471  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
> 9  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".
> 205  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. .
> 337  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.2.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".
> 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. .
> 341  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. .
> 350  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. .
> 360  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. .
> 372  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".
> 9  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. .
> 268  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".
> 10  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".
> 6  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class
> "org.apache.openjpa.jdbc.sql.DerbyDictionary".
> 176  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. .
> 345  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.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".
> 236  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. .
> 320  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
> 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".
> 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. .
> 240  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".
> 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.
> 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
> 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.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".
> 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. .
> 267  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.  .
> 297  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".
> 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".
> 187  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. .
> 294  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.  .
> 300  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.429 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.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".
> 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. .
> 274  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. .
> 279  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. .
> 286  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. .
> 295  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.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".
> 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. .
> 227  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".
> 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".
> 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. .
> 242  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.
> 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".
> 7  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".
> 7  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. .
> 248  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".
> 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".
> 137  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. .
> 209  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".
> 5  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class
> "org.apache.openjpa.jdbc.sql.DerbyDictionary".
> 137  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.
> 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".
> 158  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   [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.  .
> 248  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
> channel 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: 158 minutes 59 seconds
> [INFO] Finished at: Sat Feb 12 03:42:36 UTC 2011
>
>

Build failed in Hudson: OpenJPA-trunk #400

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

Changes:

[ppoddar] OPENJPA-1050: Generics for extent

------------------------------------------
[...truncated 14715 lines...]
1  xmlstore-simple  INFO   [main] openjpa.Runtime - Starting OpenJPA 2.2.0-SNAPSHOT
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.769 sec

Results :

Tests run: 3, 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-xmlstore/target/openjpa-xmlstore-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-xmlstore/target/openjpa-xmlstore-2.2.0-SNAPSHOT-tests.jar>
[INFO] [ianal:verify-legal-files {execution: default}]
[INFO] Checking legal files in: openjpa-xmlstore-2.2.0-SNAPSHOT.jar
[INFO] Checking legal files in: openjpa-xmlstore-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-xmlstore/target/openjpa-xmlstore-2.2.0-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/openjpa/openjpa-xmlstore/2.2.0-SNAPSHOT/openjpa-xmlstore-2.2.0-SNAPSHOT.jar
[INFO] Installing <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-xmlstore/target/openjpa-xmlstore-2.2.0-SNAPSHOT-tests.jar> to /home/hudson/.m2/repository/org/apache/openjpa/openjpa-xmlstore/2.2.0-SNAPSHOT/openjpa-xmlstore-2.2.0-SNAPSHOT-tests.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-xmlstore/pom.xml> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-xmlstore/builds/2011-02-12_01-02-47/archive/org.apache.openjpa/openjpa-xmlstore/2.2.0-SNAPSHOT/pom.xml
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-xmlstore/target/openjpa-xmlstore-2.2.0-SNAPSHOT.jar> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-xmlstore/builds/2011-02-12_01-02-47/archive/org.apache.openjpa/openjpa-xmlstore/2.2.0-SNAPSHOT/openjpa-xmlstore-2.2.0-SNAPSHOT.jar
[HUDSON] Archiving <https://hudson.apache.org/hudson/job/OpenJPA-trunk/ws/trunk/openjpa-xmlstore/target/openjpa-xmlstore-2.2.0-SNAPSHOT-tests.jar> to /home/hudson/hudson/jobs/OpenJPA-trunk/modules/org.apache.openjpa$openjpa-xmlstore/builds/2011-02-12_01-02-47/archive/org.apache.openjpa/openjpa-xmlstore/2.2.0-SNAPSHOT/openjpa-xmlstore-2.2.0-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenJPA Slice
[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-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-trunk/ws/trunk/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-trunk/ws/trunk/openjpa-slice/target/test-classes>
[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks

enhance:

enhance.all.entities:
     [echo]  running enhancer
286  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.SingleEMFTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@289d64 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.
323  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.EvenOddDistributionPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@289d64 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.
347  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.SampleQueryTargetPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@289d64 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.
372  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.PersistenceTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@289d64 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.
383  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.policy.UserDistributionPolicy" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@289d64 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.
417  enhance  WARN   [pool-1-thread-1] openjpa.Enhance - Type "class org.apache.openjpa.slice.SliceTestCase" loaded by org.apache.openjpa.lib.util.TemporaryClassLoader@289d64 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
5  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.
6  ordering  INFO   [main] openjpa.Runtime - Detected slices "[Even, Odd]" in configuration.
39  ordering  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
162  ordering  INFO   [main] openjpa.Runtime - Starting OpenJPA Slice 2.2.0-SNAPSHOT
482  ordering.Even  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
5106  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
13071  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. .
13299  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
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".
371  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. .
471  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
9  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".
205  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. .
337  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.2.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".
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. .
341  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. .
350  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. .
360  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. .
372  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".
9  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. .
268  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".
10  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".
6  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
176  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. .
345  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.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".
236  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. .
320  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
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".
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. .
240  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".
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.
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
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.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".
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. .
267  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.  .
297  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".
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".
187  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. .
294  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.  .
300  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.429 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.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".
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. .
274  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. .
279  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. .
286  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. .
295  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.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".
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. .
227  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".
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".
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. .
242  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.
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".
7  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".
7  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. .
248  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".
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".
137  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. .
209  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".
5  ordering.Odd  INFO   [main] openjpa.jdbc.JDBC - Using dictionary class "org.apache.openjpa.jdbc.sql.DerbyDictionary".
137  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.
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".
158  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   [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.  .
248  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
channel 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: 158 minutes 59 seconds
[INFO] Finished at: Sat Feb 12 03:42:36 UTC 2011