Skip to content
Success

Console Output

Skipping 4,584 KB.. Full Log
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:55)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.11/java.lang.Thread.run(Thread.java:829)


 CurrentDate: 2024-05-16 15:12:57.292
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
	... 6 more
[EL Warning]: 2024-05-16 15:12:57.295--UnitOfWork(583405333)--Exception [EclipseLink-2004] (Eclipse Persistence Services - 3.0.5.v202405161506): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: A signal was attempted before wait() on ConcurrencyManager. This normally means that an attempt was made to 
commit or rollback a transaction before it was started, or to rollback a transaction twice.
Exception in thread "pool-2-thread-35" jakarta.persistence.PersistenceException: Exception [EclipseLink-2004] (Eclipse Persistence Services - 3.0.5.v202405161506): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: A signal was attempted before wait() on ConcurrencyManager. This normally means that an attempt was made to 
commit or rollback a transaction before it was started, or to rollback a transaction twice.
##########################Test with semaphores - end###########################
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:560)
	at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:404)
	at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
	at java.base/java.lang.Thread.run(Thread.java:829)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: Exception [EclipseLink-2004] (Eclipse Persistence Services - 3.0.5.v202405161506): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: A signal was attempted before wait() on ConcurrencyManager. This normally means that an attempt was made to 
commit or rollback a transaction before it was started, or to rollback a transaction twice.
	at org.eclipse.persistence.exceptions.ConcurrencyException.signalAttemptedBeforeWait(ConcurrencyException.java:86)
	at org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseReadLock(ConcurrencyManager.java:703)
	at org.eclipse.persistence.internal.identitymaps.CacheKey.releaseReadLock(CacheKey.java:502)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1115)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1026)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent(UnitOfWorkIdentityMapAccessor.java:212)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:140)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4135)
	at org.eclipse.persistence.queries.ObjectBuildingQuery.registerIndividualResult(ObjectBuildingQuery.java:468)
	at org.eclipse.persistence.queries.ReadObjectQuery.registerResultInUnitOfWork(ReadObjectQuery.java:898)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:949)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:851)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195)
	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1283)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3025)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1791)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:530)
	... 6 more
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.838 s - in org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest
[EL Severe]: cache: 2024-05-16 15:12:57.303--Summary current cache key of thread ForkJoinPool.commonPool-worker-9 Stuck thread problem: unique tiny message number (60) 
 The Thread [ForkJoinPool.commonPool-worker-9]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 926947123) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1989289933) (current cache key owner/activeThread: Null) (getNumberOfReaders: 3)  (concurrencyManagerId: 89) (concurrencyManagerCreationDate: 2024-05-16 15:12:50.01)  (totalNumberOfTimeCacheKeyAcquiredForReading:  140)  (totalNumberOfTimeCacheKeyReleasedForReading:  137)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (4 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-9 Listing of all ACTIVE Locks.
Thread Name: ForkJoinPool.commonPool-worker-9 
0 Active locks. The lockManager for this thread is null. 

Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-9 Listing of all DEFERRED Locks.
Thread Name: ForkJoinPool.commonPool-worker-9 
0 deferred locks. The lockManager for this thread is null. 

Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-9 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: ForkJoinPool.commonPool-worker-9 
0 read locks. The lockManager for this thread is null. 


[EL Severe]: cache: 2024-05-16 15:12:57.303--releaseAllLocksAcquiredByThread: Thread "ForkJoinPool.commonPool-worker-9"  .The Lock manager is null. This might be an acquire operation. So not possible to lockManager.releaseActiveLocksOnThread(). Cache Key:  "--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 926947123) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1989289933) (current cache key owner/activeThread: Null) (getNumberOfReaders: 3)  (concurrencyManagerId: 89) (concurrencyManagerCreationDate: 2024-05-16 15:12:50.01)  (totalNumberOfTimeCacheKeyAcquiredForReading:  140)  (totalNumberOfTimeCacheKeyReleasedForReading:  137)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---"
[EL Warning]: 2024-05-16 15:12:57.303--UnitOfWork(1620564812)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 3.0.5.v202405161506): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread ForkJoinPool.commonPool-worker-9 Stuck thread problem: unique tiny message number (60) 
 The Thread [ForkJoinPool.commonPool-worker-9]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 926947123) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1989289933) (current cache key owner/activeThread: Null) (getNumberOfReaders: 3)  (concurrencyManagerId: 89) (concurrencyManagerCreationDate: 2024-05-16 15:12:50.01)  (totalNumberOfTimeCacheKeyAcquiredForReading:  140)  (totalNumberOfTimeCacheKeyReleasedForReading:  137)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (4 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-9 Listing of all ACTIVE Locks.
Thread Name: ForkJoinPool.commonPool-worker-9 
0 Active locks. The lockManager for this thread is null. 

Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-9 Listing of all DEFERRED Locks.
Thread Name: ForkJoinPool.commonPool-worker-9 
0 deferred locks. The lockManager for this thread is null. 

Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-9 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: ForkJoinPool.commonPool-worker-9 
0 read locks. The lockManager for this thread is null. 

]
[EL Severe]: cache: 2024-05-16 15:12:57.304--Summary current cache key of thread ForkJoinPool.commonPool-worker-3 Stuck thread problem: unique tiny message number (61) 
 The Thread [ForkJoinPool.commonPool-worker-3]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 926947123) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1989289933) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 89) (concurrencyManagerCreationDate: 2024-05-16 15:12:50.01)  (totalNumberOfTimeCacheKeyAcquiredForReading:  140)  (totalNumberOfTimeCacheKeyReleasedForReading:  140)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (4 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-3 Listing of all ACTIVE Locks.
Thread Name: ForkJoinPool.commonPool-worker-3 
0 Active locks. The lockManager for this thread is null. 

Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-3 Listing of all DEFERRED Locks.
Thread Name: ForkJoinPool.commonPool-worker-3 
0 deferred locks. The lockManager for this thread is null. 

Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-3 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: ForkJoinPool.commonPool-worker-3 
0 read locks. The lockManager for this thread is null. 


[EL Severe]: cache: 2024-05-16 15:12:57.309--Summary current cache key of thread ForkJoinPool.commonPool-worker-5 Stuck thread problem: unique tiny message number (62) 
 The Thread [ForkJoinPool.commonPool-worker-5]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 926947123) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1989289933) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 89) (concurrencyManagerCreationDate: 2024-05-16 15:12:50.01)  (totalNumberOfTimeCacheKeyAcquiredForReading:  145)  (totalNumberOfTimeCacheKeyReleasedForReading:  145)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (3 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-5 Listing of all ACTIVE Locks.
Thread Name: ForkJoinPool.commonPool-worker-5 
0 Active locks. The lockManager for this thread is null. 

Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread ForkJoinPool.commonPool-worker-5 Listing of all DEFERRED Locks.
Thread Name: ForkJoinPool.commonPool-worker-5 
0 deferred locks. The lockManager for this thread is null. 

Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-5 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: ForkJoinPool.commonPool-worker-5 
0 read locks. The lockManager for this thread is null. 


Weld SE container e53bd521-4370-4c61-b6ab-cd7a29376795 shut down by shutdown hook
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Thu May 16 15:12:57 UTC 2024 : Apache Derby Network Server - 10.14.2.0 - (1828579) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jse.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jse.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.spring.test >---
[INFO] Building EclipseLink JPA Spring Test 3.0.5-SNAPSHOT              [33/39]
[INFO]   from jpa/eclipselink.jpa.spring.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test
[INFO] Storing buildNumber: 271766d158 at timestamp: 1715872377962
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 17 resources
[INFO] Copying 17 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.spring.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Thu May 16 15:12:58 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused (Connection refused)
Thu May 16 15:12:58 UTC 2024 : Apache Derby Network Server - 10.14.2.0 - (1828579) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-spring-local) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-spring-container) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Thu May 16 15:12:59 UTC 2024 : Apache Derby Network Server - 10.14.2.0 - (1828579) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.spring.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.spring.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.wdf.test >----
[INFO] Building EclipseLink JPA WDF Test 3.0.5-SNAPSHOT                 [34/39]
[INFO]   from jpa/eclipselink.jpa.wdf.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (clear-database)'
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test
[INFO] Storing buildNumber: 271766d158 at timestamp: 1715872379242
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 4 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-wdf-jpa1-model.jar) @ org.eclipse.persistence.jpa.wdf.test ---
[WARNING]  Parameter 'finalName' is read-only, must not be used in configuration
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa1-model.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/classes
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-wdf-jpa2-model.jar) @ org.eclipse.persistence.jpa.wdf.test ---
[WARNING]  Parameter 'finalName' is read-only, must not be used in configuration
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa2-model.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-wdf-tests.jar) @ org.eclipse.persistence.jpa.wdf.test ---
[WARNING]  Parameter 'finalName' is read-only, must not be used in configuration
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-tests.jar.xml
[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o  'org.eclipse.persistence:org.eclipse.persistence.core:test-jar'

[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar
[WARNING] Configuration option 'appendAssemblyId' is set to false.
Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar, it will become the file for main project artifact.
NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic!
[WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar
[INFO] 
[INFO] --- assembly:3.3.0:single (eclipselink-wdf.ear) @ org.eclipse.persistence.jpa.wdf.test ---
[WARNING]  Parameter 'finalName' is read-only, must not be used in configuration
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf.ear.xml
[INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf.ear
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.wdf.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.5-SNAPSHOT-client.jar
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-wdf-local) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.wdf.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.wdf.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.test >-----
[INFO] Building EclipseLink Oracle Extension Test 3.0.5-SNAPSHOT        [35/39]
[INFO]   from foundation/org.eclipse.persistence.oracle.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test
[INFO] Storing buildNumber: 271766d158 at timestamp: 1715872379549
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.oracle.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracle.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.oracle.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/src/test/resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.oracle.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (jar-test-sources) @ org.eclipse.persistence.oracle.test ---
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.oracle.test:java-source:test-sources:3.0.5-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.oracle.test >--
[INFO] Building EclipseLink DBWS Test Oracle 3.0.5-SNAPSHOT             [36/39]
[INFO]   from dbws/eclipselink.dbws.test.oracle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle
[INFO] Storing buildNumber: 271766d158 at timestamp: 1715872379730
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/src/test/resources
[INFO] Copying 6 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.test >--
[INFO] Building EclipseLink DBWS Builder Test Oracle 3.0.5-SNAPSHOT     [37/39]
[INFO]   from utils/eclipselink.dbws.builder.test.oracle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle
[INFO] Storing buildNumber: 271766d158 at timestamp: 1715872379845
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/src/test/resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.server.test >--
[INFO] Building EclipseLink DBWS Builder Test Oracle Server 3.0.5-SNAPSHOT [38/39]
[INFO]   from utils/eclipselink.dbws.builder.test.oracle.server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server
[INFO] Storing buildNumber: 271766d158 at timestamp: 1715872383727
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/src/test/resources
[INFO] Copying 1 resource
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.utils.sigcompare >--
[INFO] Building EclipseLink Package Signature Compare Utility 3.0.5-SNAPSHOT [39/39]
[INFO]   from utils/eclipselink.utils.sigcompare/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/test-default-properties with includes "" and excludes ""
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare
[INFO] Storing buildNumber: 271766d158 at timestamp: 1715872383826
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-cb-3.0/target/org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/license with includes "" and excludes ""
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/src/it/resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.sigcompare ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.sigcompare ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.sigcompare ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for EclipseLink Parent 3.0.5-SNAPSHOT:
[INFO] 
[INFO] EclipseLink Parent ................................. SUCCESS [  2.070 s]
[INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 35.054 s]
[INFO] EclipseLink Core ................................... SUCCESS [ 11.468 s]
[INFO] EclipseLink Core Test Framework .................... SUCCESS [  0.263 s]
[INFO] EclipseLink JPA .................................... SUCCESS [  0.677 s]
[INFO] EclipseLink JPA Test Framework ..................... SUCCESS [  0.245 s]
[INFO] EclipseLink JPA Model Generator .................... SUCCESS [  2.563 s]
[INFO] EclipseLink MOXy ................................... SUCCESS [  9.034 s]
[INFO] EclipseLink DBWS ................................... SUCCESS [  4.474 s]
[INFO] EclipseLink JPA-RS ................................. SUCCESS [  7.567 s]
[INFO] EclipseLink Core Test .............................. SUCCESS [ 30.298 s]
[INFO] EclipseLink CORBA Extension ........................ SUCCESS [ 25.573 s]
[INFO] EclipseLink Extension .............................. SUCCESS [  1.057 s]
[INFO] EclipseLink Test Server Parent ..................... SUCCESS [  4.074 s]
[INFO] EclipseLink JPA Test ............................... SUCCESS [01:24 min]
[INFO] EclipseLink NoSQL Extension ........................ SUCCESS [  0.377 s]
[INFO] EclipseLink MOXy XJC ............................... SUCCESS [  0.116 s]
[INFO] EclipseLink SDO .................................... SUCCESS [  6.200 s]
[INFO] EclipseLink DBWS Builder ........................... SUCCESS [  0.230 s]
[INFO] EclipseLink Package Rename Utility ................. SUCCESS [  0.095 s]
[INFO] EclipseLink Oracle Extension ....................... SUCCESS [  0.160 s]
[INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [  2.151 s]
[INFO] EclipseLink Bundles Parent ......................... SUCCESS [  0.045 s]
[INFO] EclipseLink Bundles MOXy standalone ................ SUCCESS [  0.359 s]
[INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) ..... SUCCESS [ 45.065 s]
[INFO] EclipseLink Bundles tests .......................... SUCCESS [  7.029 s]
[INFO] EclipseLink Bundles Other .......................... SUCCESS [  7.859 s]
[INFO] EclipseLink Bundles P2 Site ........................ SUCCESS [  0.082 s]
[INFO] EclipseLink Test Server Parent ..................... SUCCESS [  3.703 s]
[INFO] EclipseLink SDO Test Server ........................ SUCCESS [  5.649 s]
[INFO] EclipseLink JPA NoSQL Test ......................... SUCCESS [  4.330 s]
[INFO] EclipseLink JPA JSE Test ........................... SUCCESS [ 54.843 s]
[INFO] EclipseLink JPA Spring Test ........................ SUCCESS [  1.299 s]
[INFO] EclipseLink JPA WDF Test ........................... SUCCESS [  0.309 s]
[INFO] EclipseLink Oracle Extension Test .................. SUCCESS [  0.182 s]
[INFO] EclipseLink DBWS Test Oracle ....................... SUCCESS [  0.112 s]
[INFO] EclipseLink DBWS Builder Test Oracle ............... SUCCESS [  0.133 s]
[INFO] EclipseLink DBWS Builder Test Oracle Server ........ SUCCESS [  3.850 s]
[INFO] EclipseLink Package Signature Compare Utility ...... SUCCESS [  0.095 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:04 min
[INFO] Finished at: 2024-05-16T15:13:03Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (NoSQL tests)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ etc/jenkins/test_nosql.sh
-[ EclipseLink Test NoSQL ]-----------------------------------------------------------
[16.05.2024 15:13:05] -[ Starting Mongo Database ]------------------------------
[16.05.2024 15:13:05] --[ Waiting for Mongo Database to come up ]---------------
2024-05-16T15:13:05.313+0000 I CONTROL  [main] log file "/var/log/mongodb/mongod.log" exists; moved to "/var/log/mongodb/mongod.log.2024-05-16T15-13-05".
. done
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.persistence:org.eclipse.persistence.jpa.test:jar:3.0.5-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-failsafe-plugin @ line 1362, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >--------
[INFO] Building EclipseLink NoSQL Extension 3.0.5-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.nosql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.5-SNAPSHOT:zip
[INFO] org.eclipse.persistence.parent-3.0.5-SNAPSHOT-test-defaults.zip already unpacked.
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.nosql ---
[INFO] ShortRevision tag detected. The value is '10'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql
[INFO] Storing buildNumber: 271766d158 at timestamp: 1715872389971
[INFO] Storing buildScmBranch: 3.0
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.nosql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.5-SNAPSHOT:zip
[INFO] org.eclipse.persistence.parent-3.0.5-SNAPSHOT-common-license.zip already unpacked.
[INFO] 
[INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.nosql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.nosql ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.nosql ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.nosql ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/src/test/resources
[INFO] Copying 226 resources
[INFO] 
[INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.nosql ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.nosql ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.nosql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- failsafe:3.0.0-M4:integration-test (test-nosql) @ org.eclipse.persistence.nosql ---
[WARNING] The system property file '/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/el-test.mongodb.properties' can't be read.
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.NoSQLJPATestSuite
Testing MongoDatabaseTestSuite
[EL Warning]: metadata: 2024-05-16 15:13:12.786--ServerSession(548554586)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: 2024-05-16 15:13:12.919--ServerSession(548554586)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405161501
May 16, 2024 3:13:13 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
May 16, 2024 3:13:13 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Adding discovered server localhost:27017 to client view of cluster
May 16, 2024 3:13:13 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster description not yet available. Waiting for 30000 ms before timing out
May 16, 2024 3:13:13 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Opened connection [connectionId{localValue:1, serverValue:2}] to localhost:27017
May 16, 2024 3:13:13 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 23]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1909537}
May 16, 2024 3:13:13 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Discovered cluster type of STANDALONE
May 16, 2024 3:13:13 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Opened connection [connectionId{localValue:2, serverValue:3}] to localhost:27017
[EL Warning]: metadata: 2024-05-16 15:13:13.71--ServerSession(1155437763)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: 2024-05-16 15:13:13.713--ServerSession(1155437763)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405161501
May 16, 2024 3:13:13 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
May 16, 2024 3:13:13 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Adding discovered server localhost:27017 to client view of cluster
May 16, 2024 3:13:13 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster description not yet available. Waiting for 30000 ms before timing out
May 16, 2024 3:13:13 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Opened connection [connectionId{localValue:3, serverValue:4}] to localhost:27017
May 16, 2024 3:13:13 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 23]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=387966}
May 16, 2024 3:13:13 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Discovered cluster type of STANDALONE
May 16, 2024 3:13:13 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Opened connection [connectionId{localValue:4, serverValue:5}] to localhost:27017
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster created with settings {hosts=[127.0.0.1:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Opened connection [connectionId{localValue:5, serverValue:6}] to 127.0.0.1:27017
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Monitor thread successfully connected to server with description ServerDescription{address=127.0.0.1:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 23]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=289494}
[EL Warning]: metadata: 2024-05-16 15:13:14.178--ServerSession(1013528106)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: 2024-05-16 15:13:14.181--ServerSession(1013528106)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405161501
[EL Warning]: metadata: 2024-05-16 15:13:14.223--ServerSession(1784908921)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: 2024-05-16 15:13:14.236--ServerSession(1784908921)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405161501
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='100 ms', maxWaitQueueSize=500}
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Adding discovered server localhost:27017 to client view of cluster
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster description not yet available. Waiting for 100 ms before timing out
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Opened connection [connectionId{localValue:6, serverValue:7}] to localhost:27017
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 23]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=226421}
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Discovered cluster type of STANDALONE
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Closed connection [connectionId{localValue:7}] to localhost:27017 because there was a socket exception raised by this connection.
[EL Severe]: 2024-05-16 15:13:14.257--ServerSession(1784908921)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='mydb', password=<hidden>, mechanismProperties=<hidden>}
[EL Severe]: ejb: 2024-05-16 15:13:14.257--ServerSession(1784908921)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='mydb', password=<hidden>, mechanismProperties=<hidden>}
[EL Warning]: metadata: 2024-05-16 15:13:14.293--ServerSession(2061316668)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: 2024-05-16 15:13:14.296--ServerSession(2061316668)--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405161501
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='100 ms', maxWaitQueueSize=500}
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Adding discovered server localhost:27017 to client view of cluster
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster description not yet available. Waiting for 100 ms before timing out
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Opened connection [connectionId{localValue:8, serverValue:9}] to localhost:27017
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 23]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=286831}
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Discovered cluster type of STANDALONE
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Closed connection [connectionId{localValue:9}] to localhost:27017 because there was a socket exception raised by this connection.
[EL Severe]: 2024-05-16 15:13:14.303--ServerSession(2061316668)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='mydb', password=<hidden>, mechanismProperties=<hidden>}
[EL Severe]: ejb: 2024-05-16 15:13:14.303--ServerSession(2061316668)--java.lang.IllegalStateException: Can't overwrite cause with com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='mydb', password=<hidden>, mechanismProperties=<hidden>}
[EL Fine]: server: 2024-05-16 15:13:14.318--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Finest]: jpa: 2024-05-16 15:13:14.319--ServerSession(1372150180)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Initial; factoryCount 0
[EL Finest]: properties: 2024-05-16 15:13:14.322--ServerSession(1372150180)--Thread(Thread[main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true
[EL Finest]: properties: 2024-05-16 15:13:14.322--ServerSession(1372150180)--Thread(Thread[main,5,main])--property=eclipselink.weaving.changetracking; default value=true
[EL Finest]: properties: 2024-05-16 15:13:14.322--ServerSession(1372150180)--Thread(Thread[main,5,main])--property=eclipselink.weaving.lazy; default value=true
[EL Finest]: properties: 2024-05-16 15:13:14.322--ServerSession(1372150180)--Thread(Thread[main,5,main])--property=eclipselink.weaving.eager; default value=false
[EL Finest]: properties: 2024-05-16 15:13:14.322--ServerSession(1372150180)--Thread(Thread[main,5,main])--property=eclipselink.weaving.fetchgroups; default value=true
[EL Finest]: properties: 2024-05-16 15:13:14.322--ServerSession(1372150180)--Thread(Thread[main,5,main])--property=eclipselink.weaving.internal; default value=true
[EL Finest]: properties: 2024-05-16 15:13:14.323--ServerSession(1372150180)--Thread(Thread[main,5,main])--property=eclipselink.weaving.rest; default value=false
[EL Finest]: properties: 2024-05-16 15:13:14.323--ServerSession(1372150180)--Thread(Thread[main,5,main])--property=eclipselink.weaving.mappedsuperclass; default value=true
[EL Finest]: properties: 2024-05-16 15:13:14.323--ServerSession(1372150180)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true
[EL Finest]: properties: 2024-05-16 15:13:14.323--ServerSession(1372150180)--Thread(Thread[main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false
[EL Finer]: metadata: 2024-05-16 15:13:14.323--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/].
[EL Fine]: moxy: 2024-05-16 15:13:14.333--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@6d1dcdff
[EL Fine]: moxy: 2024-05-16 15:13:14.334--Thread(Thread[main,5,main])--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@102ecc22
[EL Fine]: moxy: 2024-05-16 15:13:14.35--Thread(Thread[main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller" started
[EL Finer]: metadata: 2024-05-16 15:13:14.35--Thread(Thread[main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/].
[EL Config]: metadata: 2024-05-16 15:13:14.362--ServerSession(1372150180)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Person] is being defaulted to: Person.
[EL Finer]: weaver: 2024-05-16 15:13:14.365--ServerSession(1372150180)--Thread(Thread[main,5,main])--Class [org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Address] registered to be processed by weaver.
[EL Finer]: weaver: 2024-05-16 15:13:14.367--ServerSession(1372150180)--Thread(Thread[main,5,main])--Class [org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Person] registered to be processed by weaver.
[EL Config]: weaver: 2024-05-16 15:13:14.367--ServerSession(1372150180)--Thread(Thread[main,5,main])--Class org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Person could not be weaved for change tracking as it is not supported by its mappings.
[EL Finest]: jpa: 2024-05-16 15:13:14.37--ServerSession(1372150180)--Thread(Thread[main,5,main])--End predeploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Predeployed; factoryCount 0
[EL Finer]: weaver: 2024-05-16 15:13:14.371--Thread(Thread[main,5,main])--JavaSECMPInitializer - transformer is null.
[EL Finest]: jpa: 2024-05-16 15:13:14.371--ServerSession(1372150180)--Thread(Thread[main,5,main])--Begin predeploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Predeployed; factoryCount 0
[EL Finest]: jpa: 2024-05-16 15:13:14.371--ServerSession(1372150180)--Thread(Thread[main,5,main])--End predeploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Predeployed; factoryCount 1
[EL Finer]: metamodel: 2024-05-16 15:13:14.371--ServerSession(1372150180)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Person_] not found during initialization.
[EL Finer]: metamodel: 2024-05-16 15:13:14.371--ServerSession(1372150180)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Address_] not found during initialization.
[EL Finest]: jpa: 2024-05-16 15:13:14.372--ServerSession(1372150180)--Thread(Thread[main,5,main])--Begin deploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Predeployed; factoryCount 1
[EL Finest]: jpa: 2024-05-16 15:13:14.392--ServerSession(1372150180)--Thread(Thread[main,5,main])--Bean Validation Factory was not initialized: [jakarta/validation/Validation].
[EL Finest]: properties: 2024-05-16 15:13:14.393--ServerSession(1372150180)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
[EL Finest]: properties: 2024-05-16 15:13:14.393--ServerSession(1372150180)--Thread(Thread[main,5,main])--property=eclipselink.logging.level; value=finest; translated value=FINEST
[EL Finest]: properties: 2024-05-16 15:13:14.393--ServerSession(1372150180)--Thread(Thread[main,5,main])--property=eclipselink.target-database; value=org.eclipse.persistence.nosql.adapters.mongo.MongoPlatform
[EL Finest]: properties: 2024-05-16 15:13:14.393--ServerSession(1372150180)--Thread(Thread[main,5,main])--property=eclipselink.nosql.connection-spec; value=org.eclipse.persistence.nosql.adapters.mongo.MongoConnectionSpec
[EL Info]: 2024-05-16 15:13:14.393--ServerSession(1372150180)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.5.v202405161501
[EL Fine]: connection: 2024-05-16 15:13:14.393--ServerSession(1372150180)--Connection(483635512)--Thread(Thread[main,5,main])--connecting(EISLogin(
	platform=> MongoPlatform
	user name=> ""
	MongoConnectionSpec()
))
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster created with settings {hosts=[localhost:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Adding discovered server localhost:27017 to client view of cluster
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Cluster description not yet available. Waiting for 30000 ms before timing out
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Opened connection [connectionId{localValue:10, serverValue:11}] to localhost:27017
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 6, 23]}, minWireVersion=0, maxWireVersion=6, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=246037}
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Discovered cluster type of STANDALONE
May 16, 2024 3:13:14 PM com.mongodb.diagnostics.logging.JULLogger log
INFO: Opened connection [connectionId{localValue:11, serverValue:12}] to localhost:27017
[EL Config]: connection: 2024-05-16 15:13:14.402--ServerSession(1372150180)--Connection(1517105378)--Thread(Thread[main,5,main])--Connected: 
	User: 
	Database: 3.6.23  Version: 3.6.23
[EL Finest]: connection: 2024-05-16 15:13:14.402--ServerSession(1372150180)--Connection(1517105378)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Finest]: connection: 2024-05-16 15:13:14.402--ServerSession(1372150180)--Connection(1517105378)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finest]: sequencing: 2024-05-16 15:13:14.402--ServerSession(1372150180)--Thread(Thread[main,5,main])--sequencing connected, state is NoPreallocation_State
[EL Finest]: sequencing: 2024-05-16 15:13:14.402--ServerSession(1372150180)--Thread(Thread[main,5,main])--sequence SEQUENCE: preallocation size 50
[EL Finest]: sequencing: 2024-05-16 15:13:14.402--ServerSession(1372150180)--Thread(Thread[main,5,main])--sequence SEQ_GEN: preallocation size 50
[EL Fine]: connection: 2024-05-16 15:13:14.408--ServerSession(1372150180)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic login successful
[EL Finest]: metamodel: 2024-05-16 15:13:14.409--Thread(Thread[main,5,main])--Metamodel processing: The mapping type [org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping[pastEmployers]] in the attribute [SingularAttributeImpl[null,org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping[pastEmployers]]] is currently unsupported.
[EL Finest]: metamodel: 2024-05-16 15:13:14.409--Thread(Thread[main,5,main])--Metamodel processing: The class type is null for the attribute: SingularAttributeImpl[null,org.eclipse.persistence.eis.mappings.EISCompositeDirectCollectionMapping[pastEmployers]].
[EL Finest]: metamodel: 2024-05-16 15:13:14.409--Thread(Thread[main,5,main])--Metamodel processing: The mapping type [org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping[addresses]] in the attribute [SingularAttributeImpl[null,org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping[addresses]]] is currently unsupported.
[EL Finest]: metamodel: 2024-05-16 15:13:14.409--Thread(Thread[main,5,main])--Metamodel processing: The class type is null for the attribute: SingularAttributeImpl[null,org.eclipse.persistence.eis.mappings.EISCompositeCollectionMapping[addresses]].
[EL Finer]: metamodel: 2024-05-16 15:13:14.409--ServerSession(1372150180)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Person_] not found during initialization.
[EL Finer]: metamodel: 2024-05-16 15:13:14.409--ServerSession(1372150180)--Thread(Thread[main,5,main])--Canonical Metamodel class [org.eclipse.persistence.testing.models.jpa.nosql.dynamic.Address_] not found during initialization.
[EL Finest]: jpa: 2024-05-16 15:13:14.41--ServerSession(1372150180)--Thread(Thread[main,5,main])--End deploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Deployed; factoryCount 1
[EL Finer]: connection: 2024-05-16 15:13:14.41--ServerSession(1372150180)--Thread(Thread[main,5,main])--client acquired: 1175662879
[EL Finer]: transaction: 2024-05-16 15:13:14.41--ClientSession(1175662879)--Thread(Thread[main,5,main])--acquire unit of work: 1698746141
[EL Finest]: transaction: 2024-05-16 15:13:14.411--UnitOfWork(1698746141)--Thread(Thread[main,5,main])--register_new_for_persist (There is no English translation for this message.)
[EL Finest]: sequencing: 2024-05-16 15:13:14.412--UnitOfWork(1698746141)--Thread(Thread[main,5,main])--assign sequence to the object ([B@53b7ce6 -> {Person})
[EL Finer]: transaction: 2024-05-16 15:13:14.412--UnitOfWork(1698746141)--Thread(Thread[main,5,main])--begin unit of work commit
[EL Finest]: query: 2024-05-16 15:13:14.413--UnitOfWork(1698746141)--Thread(Thread[main,5,main])--Execute query InsertObjectQuery({Person 6646228AB20294367A4B55A8})
[EL Finest]: connection: 2024-05-16 15:13:14.413--ServerSession(1372150180)--Connection(1517105378)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Finer]: transaction: 2024-05-16 15:13:14.413--ClientSession(1175662879)--Connection(1517105378)--Thread(Thread[main,5,main])--begin transaction
[EL Fine]: sql: 2024-05-16 15:13:14.413--ClientSession(1175662879)--Connection(1517105378)--Thread(Thread[main,5,main])--Executing MappedInteraction()
	spec => null
	properties => {mongo.operation=INSERT, mongo.collection=person}
	input => [DatabaseRecord(
	person.firstName => Boy
	person.occupation => null
	person._id => 6646228AB20294367A4B55A8
	person.currentEmployer => null
	person.age => null
	person.lastName => Pelletier
	person.employed => null
	person.pastEmployers => null
	person.addresses => [DatabaseRecord(
	zip => null
	city => Ottawa
	street1 => null
	street2 => null
	state => null)])]
[EL Finest]: query: 2024-05-16 15:13:14.416--ClientSession(1175662879)--Thread(Thread[main,5,main])--Adapter result: null
[EL Finest]: query: 2024-05-16 15:13:14.417--ClientSession(1175662879)--Thread(Thread[main,5,main])--Data access result: null
[EL Finer]: transaction: 2024-05-16 15:13:14.417--ClientSession(1175662879)--Connection(1517105378)--Thread(Thread[main,5,main])--commit transaction
[EL Finest]: connection: 2024-05-16 15:13:14.417--ServerSession(1372150180)--Connection(1517105378)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024-05-16 15:13:14.417--UnitOfWork(1698746141)--Thread(Thread[main,5,main])--end unit of work commit
[EL Finer]: transaction: 2024-05-16 15:13:14.417--UnitOfWork(1698746141)--Thread(Thread[main,5,main])--resume unit of work
[EL Finest]: query: 2024-05-16 15:13:14.418--UnitOfWork(1698746141)--Thread(Thread[main,5,main])--Execute query ReadAllQuery(name="Person.findAll" referenceClass=Person jpql="select p from Person p")
[EL Finest]: connection: 2024-05-16 15:13:14.418--ServerSession(1372150180)--Connection(1517105378)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024-05-16 15:13:14.418--ServerSession(1372150180)--Connection(1517105378)--Thread(Thread[main,5,main])--Executing MappedInteraction()
	spec => null
	properties => {mongo.operation=FIND, mongo.collection=person}
	input => [DatabaseRecord()]
[EL Finest]: query: 2024-05-16 15:13:14.419--ServerSession(1372150180)--Thread(Thread[main,5,main])--Adapter result: [{currentEmployer=null, firstName=Boy, lastName=Pelletier, addresses=[Document{{zip=null, city=Ottawa, street1=null, street2=null, state=null}}], occupation=null, pastEmployers=null, _id=6646228AB20294367A4B55A8, age=null, employed=null}]
[EL Finest]: query: 2024-05-16 15:13:14.419--ServerSession(1372150180)--Thread(Thread[main,5,main])--Data access result: [{currentEmployer=null, firstName=Boy, lastName=Pelletier, addresses=[Document{{zip=null, city=Ottawa, street1=null, street2=null, state=null}}], occupation=null, pastEmployers=null, _id=6646228AB20294367A4B55A8, age=null, employed=null}]
[EL Finest]: connection: 2024-05-16 15:13:14.419--ServerSession(1372150180)--Connection(1517105378)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024-05-16 15:13:14.419--UnitOfWork(1698746141)--Thread(Thread[main,5,main])--begin unit of work commit
[EL Finest]: query: 2024-05-16 15:13:14.419--UnitOfWork(1698746141)--Thread(Thread[main,5,main])--Execute query UpdateObjectQuery({Person 6646228AB20294367A4B55A8})
[EL Finest]: connection: 2024-05-16 15:13:14.42--ServerSession(1372150180)--Connection(1517105378)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Finer]: transaction: 2024-05-16 15:13:14.42--ClientSession(1175662879)--Connection(1517105378)--Thread(Thread[main,5,main])--begin transaction
[EL Fine]: sql: 2024-05-16 15:13:14.42--ClientSession(1175662879)--Connection(1517105378)--Thread(Thread[main,5,main])--Executing MappedInteraction()
	spec => null
	properties => {mongo.operation=UPDATE, mongo.collection=person}
	input => [DatabaseRecord(
	person.firstName => Boy
	person.occupation => null
	person._id => 6646228AB20294367A4B55A8
	person.currentEmployer => null
	person.age => null
	person.lastName => Pelletier
	person.employed => null
	person.pastEmployers => null
	person.addresses => [DatabaseRecord(
	zip => null
	city => Ottawa
	street1 => null
	street2 => null
	state => null), DatabaseRecord(
	zip => null
	city => Ottawa2
	street1 => null
	street2 => null
	state => null)])]
[EL Finest]: query: 2024-05-16 15:13:14.421--ClientSession(1175662879)--Thread(Thread[main,5,main])--Adapter result: {_id=6646228AB20294367A4B55A8}
[EL Finest]: query: 2024-05-16 15:13:14.421--ClientSession(1175662879)--Thread(Thread[main,5,main])--Data access result: {_id=6646228AB20294367A4B55A8}
[EL Finer]: transaction: 2024-05-16 15:13:14.421--ClientSession(1175662879)--Connection(1517105378)--Thread(Thread[main,5,main])--commit transaction
[EL Finest]: connection: 2024-05-16 15:13:14.421--ServerSession(1372150180)--Connection(1517105378)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024-05-16 15:13:14.421--UnitOfWork(1698746141)--Thread(Thread[main,5,main])--end unit of work commit
[EL Finer]: transaction: 2024-05-16 15:13:14.421--UnitOfWork(1698746141)--Thread(Thread[main,5,main])--resume unit of work
[EL Finer]: cache: 2024-05-16 15:13:14.423--UnitOfWork(1698746141)--Thread(Thread[main,5,main])--initialize identitymaps
[EL Finer]: transaction: 2024-05-16 15:13:14.423--UnitOfWork(1698746141)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2024-05-16 15:13:14.423--ClientSession(1175662879)--Thread(Thread[main,5,main])--client released
[EL Finer]: connection: 2024-05-16 15:13:14.423--ServerSession(1372150180)--Thread(Thread[main,5,main])--client acquired: 1310344955
[EL Finer]: transaction: 2024-05-16 15:13:14.423--ClientSession(1310344955)--Thread(Thread[main,5,main])--acquire unit of work: 1778257620
[EL Finest]: query: 2024-05-16 15:13:14.423--UnitOfWork(1778257620)--Thread(Thread[main,5,main])--Execute query ReadObjectQuery(name="readPerson" referenceClass=Person )
[EL Finest]: connection: 2024-05-16 15:13:14.423--ServerSession(1372150180)--Connection(1517105378)--Thread(Thread[main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024-05-16 15:13:14.423--ServerSession(1372150180)--Connection(1517105378)--Thread(Thread[main,5,main])--Executing MappedInteraction()
	spec => null
	properties => {mongo.operation=FIND, mongo.collection=person}
	input => [6646228AB20294367A4B55A8]
[EL Finest]: query: 2024-05-16 15:13:14.424--ServerSession(1372150180)--Thread(Thread[main,5,main])--Adapter result: [{currentEmployer=null, firstName=Boy, lastName=Pelletier, addresses=[Document{{zip=null, city=Ottawa, street1=null, street2=null, state=null}}, Document{{zip=null, city=Ottawa2, street1=null, street2=null, state=null}}], occupation=null, pastEmployers=null, _id=6646228AB20294367A4B55A8, age=null, employed=null}]
[EL Finest]: query: 2024-05-16 15:13:14.424--ServerSession(1372150180)--Thread(Thread[main,5,main])--Data access result: [{currentEmployer=null, firstName=Boy, lastName=Pelletier, addresses=[Document{{zip=null, city=Ottawa, street1=null, street2=null, state=null}}, Document{{zip=null, city=Ottawa2, street1=null, street2=null, state=null}}], occupation=null, pastEmployers=null, _id=6646228AB20294367A4B55A8, age=null, employed=null}]
[EL Finest]: connection: 2024-05-16 15:13:14.424--ServerSession(1372150180)--Connection(1517105378)--Thread(Thread[main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024-05-16 15:13:14.425--UnitOfWork(1778257620)--Thread(Thread[main,5,main])--release unit of work
[EL Finer]: connection: 2024-05-16 15:13:14.425--ClientSession(1310344955)--Thread(Thread[main,5,main])--client released
[EL Finest]: jpa: 2024-05-16 15:13:14.425--ServerSession(1372150180)--Thread(Thread[main,5,main])--Begin undeploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Deployed; factoryCount 1
[EL Finest]: sequencing: 2024-05-16 15:13:14.425--ServerSession(1372150180)--Thread(Thread[main,5,main])--sequencing disconnected
[EL Fine]: connection: 2024-05-16 15:13:14.425--ServerSession(1372150180)--Connection(1517105378)--Thread(Thread[main,5,main])--disconnect
[EL Finer]: cache: 2024-05-16 15:13:14.425--ServerSession(1372150180)--Thread(Thread[main,5,main])--initialize identitymaps
[EL Fine]: connection: 2024-05-16 15:13:14.425--ServerSession(1372150180)--Thread(Thread[main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic logout successful
[EL Fine]: connection: 2024-05-16 15:13:14.426--ServerSession(1372150180)--Connection(1517105378)--Thread(Thread[main,5,main])--disconnect
[EL Finest]: jpa: 2024-05-16 15:13:14.426--ServerSession(1372150180)--Thread(Thread[main,5,main])--End undeploying Persistence Unit mongo-dynamic; session /file:/home/jenkins/agent/workspace/eclipselink-cb-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes/_mongo-dynamic; state Undeployed; factoryCount 0
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.318 s - in org.eclipse.persistence.testing.tests.NoSQLJPATestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.nosql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.nosql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.nosql ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.342 s
[INFO] Finished at: 2024-05-16T15:13:15Z
[INFO] ------------------------------------------------------------------------
[16.05.2024 15:13:15] -[ Stopping Mongo Database ]------------------------------
[16.05.2024 15:13:15] --[ Waiting for Mongo Database to stop ]------------------
 done
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (LRG Server tests (Wildfly))
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ etc/jenkins/test_server.sh
-[ EclipseLink Continuous Build -> No server tests]-------------------------------
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish to nightly)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.eclipselink (ssh://genie.eclipselink@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-vEeCB3hD9XsK/agent.277
SSH_AGENT_PID=279
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/eclipselink-cb-3.0@tmp/private_key_16588708905621943844.key (/home/jenkins/agent/workspace/eclipselink-cb-3.0@tmp/private_key_16588708905621943844.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ etc/jenkins/publish_nightly.sh
-[ EclipseLink Continuous Build -> No publishing any artifacts]-------------------------------
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 279 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish to snapshots)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ etc/jenkins/publish_snapshots.sh
-[ EclipseLink Publish to Jakarta Snapshots -> No publishing any artifacts]-----------------------------------------------------------
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Proceed test results)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
Processing file: bundles/**/target/surefire-reports/*.xml,bundles/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: dbws/**/target/surefire-reports/*.xml,dbws/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: foundation/**/target/surefire-reports/*.xml,foundation/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: jpa/**/target/surefire-reports/*.xml,jpa/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: moxy/**/target/surefire-reports/*.xml,moxy/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: sdo/**/target/surefire-reports/*.xml,sdo/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: utils/**/target/surefire-reports/*.xml,utils/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
No test report files were found. Configuration error?
None of the test reports contained any result
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS