Skip to content

Console Output

Skipping 2,309 KB.. Full Log
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_SALARY
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEEADDRESS
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJECT
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_LPROJECT
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_PHONENUMBER
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_SPROJECT
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_EXPERTISE
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_EMPLOYEE_OFFICE
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_CERTIFICATION
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_RESPONS
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_PROJ_EMP
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: CREATE TABLE JPARS_EMPLOYEE (EMP_ID INTEGER NOT NULL, F_NAME VARCHAR(255), GENDER VARCHAR(255), L_NAME VARCHAR(255), VERSION BIGINT, END_DATE DATE, START_DATE DATE, MANAGER_ID INTEGER, OFFICE_ID INTEGER, ADDR_ID INTEGER, PRIMARY KEY (EMP_ID))
    [junit] [EL Fine]: sql: CREATE TABLE JPARS_SALARY (EMP_ID INTEGER NOT NULL, SALARY DOUBLE, PRIMARY KEY (EMP_ID))
    [junit] [EL Fine]: sql: CREATE TABLE JPARS_EMPLOYEEADDRESS (ADDRESS_ID INTEGER NOT NULL, AREAPICTURE LONGBLOB, CITY VARCHAR(255), COUNTRY LONGTEXT, P_CODE VARCHAR(255), PROVINCE VARCHAR(255), STREET VARCHAR(255), PRIMARY KEY (ADDRESS_ID))
    [junit] [EL Fine]: sql: CREATE TABLE JPARS_PROJECT (PROJ_ID INTEGER NOT NULL, PROJ_TYPE VARCHAR(31), DESCRIP VARCHAR(255), PROJ_NAME VARCHAR(255), VERSION BIGINT, LEADER_ID INTEGER, PRIMARY KEY (PROJ_ID))
    [junit] [EL Fine]: sql: CREATE TABLE JPARS_LPROJECT (PROJ_ID INTEGER NOT NULL, BUDGET DOUBLE, MILESTONE DATETIME, PRIMARY KEY (PROJ_ID))
    [junit] [EL Fine]: sql: CREATE TABLE JPARS_PHONENUMBER (PHONE_TYPE VARCHAR(255) NOT NULL, AREA_CODE VARCHAR(255), EMP_ID INTEGER NOT NULL, P_NUMBER VARCHAR(255), PRIMARY KEY (PHONE_TYPE, EMP_ID))
    [junit] [EL Fine]: sql: CREATE TABLE JPARS_SPROJECT (PROJ_ID INTEGER NOT NULL, PRIMARY KEY (PROJ_ID))
    [junit] [EL Fine]: sql: CREATE TABLE JPARS_EMPLOYEE_EXPERTISE (ID INTEGER NOT NULL, SUBJECT VARCHAR(255), EMPLOYEE_EMP_ID INTEGER, PRIMARY KEY (ID))
    [junit] [EL Fine]: sql: CREATE TABLE JPARS_EMPLOYEE_OFFICE (ID INTEGER NOT NULL, LOCATION VARCHAR(255), PRIMARY KEY (ID))
    [junit] [EL Fine]: sql: CREATE TABLE JPARS_CERTIFICATION (ISSUE_DATE VARCHAR(255), NAME VARCHAR(255), EMP_ID INTEGER)
    [junit] [EL Fine]: sql: CREATE TABLE JPARS_RESPONS (Employee_EMP_ID INTEGER, RESPONSIBILITIES VARCHAR(255))
    [junit] [EL Fine]: sql: CREATE TABLE JPARS_PROJ_EMP (EMP_ID INTEGER NOT NULL, PROJ_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PROJ_ID))
    [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE ADD CONSTRAINT FK_JPARS_EMPLOYEE_OFFICE_ID FOREIGN KEY (OFFICE_ID) REFERENCES JPARS_EMPLOYEE_OFFICE (ID)
    [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE ADD CONSTRAINT FK_JPARS_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES JPARS_EMPLOYEEADDRESS (ADDRESS_ID)
    [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE ADD CONSTRAINT FK_JPARS_EMPLOYEE_MANAGER_ID FOREIGN KEY (MANAGER_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID)
    [junit] [EL Fine]: sql: ALTER TABLE JPARS_SALARY ADD CONSTRAINT FK_JPARS_SALARY_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID)
    [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJECT ADD CONSTRAINT FK_JPARS_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID)
    [junit] [EL Fine]: sql: ALTER TABLE JPARS_LPROJECT ADD CONSTRAINT FK_JPARS_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES JPARS_PROJECT (PROJ_ID)
    [junit] [EL Fine]: sql: ALTER TABLE JPARS_PHONENUMBER ADD CONSTRAINT FK_JPARS_PHONENUMBER_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID)
    [junit] [EL Fine]: sql: ALTER TABLE JPARS_SPROJECT ADD CONSTRAINT FK_JPARS_SPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES JPARS_PROJECT (PROJ_ID)
    [junit] [EL Fine]: sql: ALTER TABLE JPARS_EMPLOYEE_EXPERTISE ADD CONSTRAINT FK_JPARS_EMPLOYEE_EXPERTISE_EMPLOYEE_EMP_ID FOREIGN KEY (EMPLOYEE_EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID)
    [junit] [EL Fine]: sql: ALTER TABLE JPARS_CERTIFICATION ADD CONSTRAINT FK_JPARS_CERTIFICATION_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID)
    [junit] [EL Fine]: sql: ALTER TABLE JPARS_RESPONS ADD CONSTRAINT FK_JPARS_RESPONS_Employee_EMP_ID FOREIGN KEY (Employee_EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID)
    [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJ_EMP ADD CONSTRAINT FK_JPARS_PROJ_EMP_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES JPARS_PROJECT (PROJ_ID)
    [junit] [EL Fine]: sql: ALTER TABLE JPARS_PROJ_EMP ADD CONSTRAINT FK_JPARS_PROJ_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES JPARS_EMPLOYEE (EMP_ID)
    [junit] [EL Fine]: sql: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
    [junit] [EL Fine]: sql: SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
    [junit] [EL Fine]: sql: INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0)
    [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
    [junit] [EL Fine]: sql: UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
    [junit] 	bind => [50, SEQ_GEN]
    [junit] [EL Fine]: sql: SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ?
    [junit] 	bind => [SEQ_GEN]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [1, null, NYC, US, null, NY, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [121, Bill, M, Anderson, 1, null, null, null, null, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [768, John, M, Smith, 1, null, 2024-04-30, 121, null, 1]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?)
    [junit] 	bind => [2, REST, 121]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?)
    [junit] 	bind => [Work, 613, 9876543, 768]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?)
    [junit] 	bind => [Home, 613, 1234567, 768]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?)
    [junit] 	bind => [0.0, 121]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?)
    [junit] 	bind => [35000.0, 768]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ff2cf2eb-90bf-472b-b106-ab73bf653980
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ff2cf2eb-90bf-472b-b106-ab73bf653980 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?))
    [junit] 	bind => [Home, 768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?))
    [junit] 	bind => [Work, 768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?)
    [junit] 	bind => [2]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?))
    [junit] 	bind => [768, 1]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?))
    [junit] 	bind => [121, 1]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [3, null, NYC, US, null, NY, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [121, Bill, M, Anderson, 1, null, null, null, null, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [768, John, M, Smith, 1, null, 2024-04-30, 121, null, 3]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?)
    [junit] 	bind => [4, REST, 121]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?)
    [junit] 	bind => [Work, 613, 9876543, 768]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?)
    [junit] 	bind => [Home, 613, 1234567, 768]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?)
    [junit] 	bind => [0.0, 121]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?)
    [junit] 	bind => [35000.0, 768]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ff2cf2eb-90bf-472b-b106-ab73bf653980
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ff2cf2eb-90bf-472b-b106-ab73bf653980 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?))
    [junit] 	bind => [Home, 768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?))
    [junit] 	bind => [Work, 768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?)
    [junit] 	bind => [4]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?))
    [junit] 	bind => [768, 1]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?)
    [junit] 	bind => [3]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?))
    [junit] 	bind => [121, 1]
    [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ff2cf2eb-90bf-472b-b106-ab73bf653980
    [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?)
    [junit] 	bind => [333]
    [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?)
    [junit] 	bind => [444]
    [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_BID WHERE (ID = ?)
    [junit] 	bind => [555]
    [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?)
    [junit] 	bind => [111]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ff2cf2eb-90bf-472b-b106-ab73bf653980 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@562919fe
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ff2cf2eb-90bf-472b-b106-ab73bf653980
    [junit] [EL Fine]: sql: SELECT ID, AMOUNT, TIME, AUCTION_ID, USER_ID FROM JPARS_ST_AUC_BID WHERE (ID = ?)
    [junit] 	bind => [1234]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?)
    [junit] 	bind => [2002, User 2002, 1, null, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?)
    [junit] 	bind => [1001, 5000.0, 1714482312094, null, 2002]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ff2cf2eb-90bf-472b-b106-ab73bf653980
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ff2cf2eb-90bf-472b-b106-ab73bf653980 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@63fd4dda
    [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?)
    [junit] 	bind => [1001]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [2002, 1]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?)
    [junit] 	bind => [5678, 111.0, 1714482312103, null, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?)
    [junit] 	bind => [1234, 110.0, 1714482312103, null, null]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ff2cf2eb-90bf-472b-b106-ab73bf653980
    [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?)
    [junit] 	bind => [12]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ff2cf2eb-90bf-472b-b106-ab73bf653980 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@39da5e49
    [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?)
    [junit] 	bind => [1234]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?)
    [junit] 	bind => [5678]
    [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [5, null, NYC, US, null, NY, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [121, Bill, M, Anderson, 1, null, null, null, null, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [768, John, M, Smith, 1, null, 2024-04-30, 121, null, 5]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?)
    [junit] 	bind => [6, REST, 121]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?)
    [junit] 	bind => [Home, 613, 1234567, 768]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?)
    [junit] 	bind => [Work, 613, 9876543, 768]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?)
    [junit] 	bind => [0.0, 121]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?)
    [junit] 	bind => [35000.0, 768]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ff2cf2eb-90bf-472b-b106-ab73bf653980
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ff2cf2eb-90bf-472b-b106-ab73bf653980 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?))
    [junit] 	bind => [Home, 768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?))
    [junit] 	bind => [Work, 768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?)
    [junit] 	bind => [6]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?))
    [junit] 	bind => [768, 1]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?)
    [junit] 	bind => [5]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?))
    [junit] 	bind => [121, 1]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [7, null, NYC, US, null, NY, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [121, Bill, M, Anderson, 1, null, null, null, null, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [768, John, M, Smith, 1, null, 2024-04-30, 121, null, 7]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?)
    [junit] 	bind => [8, REST, 121]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?)
    [junit] 	bind => [Home, 613, 1234567, 768]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?)
    [junit] 	bind => [Work, 613, 9876543, 768]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?)
    [junit] 	bind => [0.0, 121]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?)
    [junit] 	bind => [35000.0, 768]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY ff2cf2eb-90bf-472b-b106-ab73bf653980
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN ff2cf2eb-90bf-472b-b106-ab73bf653980 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?))
    [junit] 	bind => [Home, 768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?))
    [junit] 	bind => [Work, 768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?)
    [junit] 	bind => [8]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?))
    [junit] 	bind => [768, 1]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?)
    [junit] 	bind => [7]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?))
    [junit] 	bind => [121, 1]
    [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
    [junit] [EL Warning]: Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it.
    [junit] [EL Warning]: Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it.
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntityMetadataResponse--ENTRY 852796c2-83fa-4525-9b06-c0f3a55cdb21
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY 7e6a6761-dafd-4a64-b413-4f15e7c68d89
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY ac473d36-fef2-4350-b8da-a09aee82f8e7
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY dd62d883-9e2b-4912-99af-7a34a8288aff
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY 098bdd2d-37e1-4c24-a546-678b6f3b2ea0
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY be20887b-2d6f-4114-b89e-071568a45344
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY 8cbfb136-5087-4f4c-ae96-42ac2476c58f
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY c2d90448-e44a-42a8-99da-6b1658ddab13
    [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
    [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [1, Auction 1 description, 0.0, null, Auction 1, false, 1000.0]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?)
    [junit] 	bind => [2002, User 2002, 1, null, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?)
    [junit] 	bind => [1234, 110.0, 1714482312279, 1, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?)
    [junit] 	bind => [5678, 111.0, 1714482312279, 1, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?)
    [junit] 	bind => [1001, 5000.0, 1714482312279, null, 2002]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY c2d90448-e44a-42a8-99da-6b1658ddab13
    [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?)
    [junit] 	bind => [111]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN c2d90448-e44a-42a8-99da-6b1658ddab13 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4c319d52
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY c2d90448-e44a-42a8-99da-6b1658ddab13
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN c2d90448-e44a-42a8-99da-6b1658ddab13 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@60bf494c
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY c2d90448-e44a-42a8-99da-6b1658ddab13
    [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?)
    [junit] 	bind => [12]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN c2d90448-e44a-42a8-99da-6b1658ddab13 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4026461d
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY c2d90448-e44a-42a8-99da-6b1658ddab13
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN c2d90448-e44a-42a8-99da-6b1658ddab13 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@68ea253b
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY c2d90448-e44a-42a8-99da-6b1658ddab13
    [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?)
    [junit] 	bind => [12]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN c2d90448-e44a-42a8-99da-6b1658ddab13 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4b195203
    [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?)
    [junit] 	bind => [1001]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?)
    [junit] 	bind => [1234]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?)
    [junit] 	bind => [5678]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [2002, 1]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [9, null, NYC, US, null, NY, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [121, Bill, M, Anderson, 1, null, null, null, null, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [768, John, M, Smith, 1, null, 2024-04-30, 121, null, 9]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?)
    [junit] 	bind => [10, REST, 121]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?)
    [junit] 	bind => [Home, 613, 1234567, 768]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?)
    [junit] 	bind => [Work, 613, 9876543, 768]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?)
    [junit] 	bind => [0.0, 121]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?)
    [junit] 	bind => [35000.0, 768]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY c2d90448-e44a-42a8-99da-6b1658ddab13
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN c2d90448-e44a-42a8-99da-6b1658ddab13 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?))
    [junit] 	bind => [Home, 768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?))
    [junit] 	bind => [Work, 768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?)
    [junit] 	bind => [10]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?))
    [junit] 	bind => [768, 1]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?)
    [junit] 	bind => [9]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?))
    [junit] 	bind => [121, 1]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [11, null, NYC, US, null, NY, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [121, Bill, M, Anderson, 1, null, null, null, null, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [768, John, M, Smith, 1, null, 2024-04-30, 121, null, 11]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?)
    [junit] 	bind => [12, REST, 121]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?)
    [junit] 	bind => [Home, 613, 1234567, 768]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?)
    [junit] 	bind => [Work, 613, 9876543, 768]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?)
    [junit] 	bind => [0.0, 121]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?)
    [junit] 	bind => [35000.0, 768]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY c2d90448-e44a-42a8-99da-6b1658ddab13
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN c2d90448-e44a-42a8-99da-6b1658ddab13 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?))
    [junit] 	bind => [Home, 768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?))
    [junit] 	bind => [Work, 768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?)
    [junit] 	bind => [12]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?))
    [junit] 	bind => [768, 1]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?)
    [junit] 	bind => [11]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?))
    [junit] 	bind => [121, 1]
    [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.basket.Basket] is set to [FIELD].
    [junit] [EL Config]: metadata: The target entity (reference) class for the one to many mapping element [field basketItems] is being defaulted to: class org.eclipse.persistence.jpars.test.model.basket.BasketItem.
    [junit] [EL Config]: metadata: The access type for the persistent class [class org.eclipse.persistence.jpars.test.model.basket.BasketItem] is set to [FIELD].
    [junit] [EL Config]: metadata: The target entity (reference) class for the many to one mapping element [field basket] is being defaulted to: class org.eclipse.persistence.jpars.test.model.basket.Basket.
    [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.basket.Basket] is being defaulted to: Basket.
    [junit] [EL Config]: metadata: The alias name for the entity class [class org.eclipse.persistence.jpars.test.model.basket.BasketItem] is being defaulted to: BasketItem.
    [junit] [EL Config]: metadata: The primary key column name for the mapping element [field basket] is being defaulted to: BASKET_ID.
    [junit] [EL Info]: EclipseLink, version: Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf
    [junit] [EL Fine]: sql: ALTER TABLE JPARS_BASKET_ITEM DROP FOREIGN KEY FK_JPARS_BASKET_ITEM_BASKET_ID
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: DROP TABLE JPARS_BASKET_ITEM
    [junit] [EL Fine]: sql: SELECT 1
    [junit] [EL Fine]: sql: CREATE TABLE JPARS_BASKET (BASKET_ID INTEGER NOT NULL, BASKET_NAME VARCHAR(255), PRIMARY KEY (BASKET_ID))
    [junit] [EL Fine]: sql: CREATE TABLE JPARS_BASKET_ITEM (ITEM_ID INTEGER NOT NULL, ITEM_NAME VARCHAR(255), ITEM_QTY INTEGER, BASKET_ID INTEGER, PRIMARY KEY (ITEM_ID))
    [junit] [EL Fine]: sql: ALTER TABLE JPARS_BASKET_ITEM ADD CONSTRAINT FK_JPARS_BASKET_ITEM_BASKET_ID FOREIGN KEY (BASKET_ID) REFERENCES JPARS_BASKET (BASKET_ID)
    [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY 4a53de27-6d80-4e50-8789-1bdae24f23b0
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY 4a53de27-6d80-4e50-8789-1bdae24f23b0
    [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
    [junit] [EL Warning]: Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it.
    [junit] [EL Warning]: Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it.
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntityMetadataResponse--ENTRY 1e938ee8-d27c-46fe-8edc-d739f8f0ae88
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY 7083b73e-fbfa-43c4-b212-1bab53dacf92
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 5f2b402c-cbd8-4080-b5e7-339c38618203
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY ec6ca0a3-3d49-4d88-b934-7ecab255afcf
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY 152b1df5-8dc2-4e8f-9e2b-3b660b39182c
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY 1136e7b1-646e-458a-b5c5-b0b00d3c750e
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY 61fdfae1-106e-4042-831e-c0e5d96599a5
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 14b38ef9-27e0-4d68-80ca-b24fa9e2c0b5
    [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
    [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_AUCTION (ID, DESCRIPTION, ENDPRICE, IMAGE, NAME, SOLD, STARTPRICE) VALUES (?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [1, Auction 1 description, 0.0, null, Auction 1, false, 1000.0]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_USER (ID, NAME, VERSION, ADDRESS_TYPE, ADDRESS_ID) VALUES (?, ?, ?, ?, ?)
    [junit] 	bind => [2002, User 2002, 1, null, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?)
    [junit] 	bind => [5678, 111.0, 1714482312615, 1, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?)
    [junit] 	bind => [1001, 5000.0, 1714482312615, null, 2002]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_ST_AUC_BID (ID, AMOUNT, TIME, AUCTION_ID, USER_ID) VALUES (?, ?, ?, ?, ?)
    [junit] 	bind => [1234, 110.0, 1714482312615, 1, null]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 14b38ef9-27e0-4d68-80ca-b24fa9e2c0b5
    [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?)
    [junit] 	bind => [111]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 14b38ef9-27e0-4d68-80ca-b24fa9e2c0b5 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@4aaecabd
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 14b38ef9-27e0-4d68-80ca-b24fa9e2c0b5
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 14b38ef9-27e0-4d68-80ca-b24fa9e2c0b5 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@26da1ba2
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 14b38ef9-27e0-4d68-80ca-b24fa9e2c0b5
    [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?)
    [junit] 	bind => [12]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 14b38ef9-27e0-4d68-80ca-b24fa9e2c0b5 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@7d37ee0c
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 14b38ef9-27e0-4d68-80ca-b24fa9e2c0b5
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 14b38ef9-27e0-4d68-80ca-b24fa9e2c0b5 org.eclipse.persistence.jpars.test.model.auction.StaticBid org.eclipse.persistence.jpars.test.model.auction.StaticBid@5eb87338
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 14b38ef9-27e0-4d68-80ca-b24fa9e2c0b5
    [junit] [EL Fine]: sql: SELECT ID FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?)
    [junit] 	bind => [12]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 14b38ef9-27e0-4d68-80ca-b24fa9e2c0b5 org.eclipse.persistence.jpars.test.model.auction.StaticAuction org.eclipse.persistence.jpars.test.model.auction.StaticAuction@3a3f96ab
    [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?)
    [junit] 	bind => [1001]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?)
    [junit] 	bind => [1234]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_BID WHERE (ID = ?)
    [junit] 	bind => [5678]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_USER WHERE ((ID = ?) AND (VERSION = ?))
    [junit] 	bind => [2002, 1]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_ST_AUC_AUCTION WHERE (ID = ?)
    [junit] 	bind => [1]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [13, null, NYC, US, null, NY, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [121, Bill, M, Anderson, 1, null, null, null, null, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [768, John, M, Smith, 1, null, 2024-04-30, 121, null, 13]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?)
    [junit] 	bind => [14, REST, 121]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?)
    [junit] 	bind => [Home, 613, 1234567, 768]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?)
    [junit] 	bind => [Work, 613, 9876543, 768]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?)
    [junit] 	bind => [0.0, 121]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?)
    [junit] 	bind => [35000.0, 768]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 14b38ef9-27e0-4d68-80ca-b24fa9e2c0b5
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 14b38ef9-27e0-4d68-80ca-b24fa9e2c0b5 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?))
    [junit] 	bind => [Home, 768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?))
    [junit] 	bind => [Work, 768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?)
    [junit] 	bind => [14]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?))
    [junit] 	bind => [768, 1]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?)
    [junit] 	bind => [13]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?))
    [junit] 	bind => [121, 1]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEEADDRESS (ADDRESS_ID, AREAPICTURE, CITY, COUNTRY, P_CODE, PROVINCE, STREET) VALUES (?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [15, null, NYC, US, null, NY, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [121, Bill, M, Anderson, 1, null, null, null, null, null]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, VERSION, END_DATE, START_DATE, MANAGER_ID, OFFICE_ID, ADDR_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    [junit] 	bind => [768, John, M, Smith, 1, null, 2024-04-30, 121, null, 15]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_EMPLOYEE_EXPERTISE (ID, SUBJECT, EMPLOYEE_EMP_ID) VALUES (?, ?, ?)
    [junit] 	bind => [16, REST, 121]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?)
    [junit] 	bind => [Home, 613, 1234567, 768]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_PHONENUMBER (PHONE_TYPE, AREA_CODE, P_NUMBER, EMP_ID) VALUES (?, ?, ?, ?)
    [junit] 	bind => [Work, 613, 9876543, 768]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?)
    [junit] 	bind => [0.0, 121]
    [junit] [EL Fine]: sql: INSERT INTO JPARS_SALARY (SALARY, EMP_ID) VALUES (?, ?)
    [junit] 	bind => [35000.0, 768]
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 14b38ef9-27e0-4d68-80ca-b24fa9e2c0b5
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 14b38ef9-27e0-4d68-80ca-b24fa9e2c0b5 org.eclipse.persistence.jpars.test.model.employee.Employee id=121, firstName=Bill, lastName=Anderson
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PROJ_EMP WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?))
    [junit] 	bind => [Home, 768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE ((PHONE_TYPE = ?) AND (EMP_ID = ?))
    [junit] 	bind => [Work, 768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE_EXPERTISE WHERE (ID = ?)
    [junit] 	bind => [16]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_RESPONS WHERE (Employee_EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_PHONENUMBER WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?)
    [junit] 	bind => [768]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?))
    [junit] 	bind => [768, 1]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEEADDRESS WHERE (ADDRESS_ID = ?)
    [junit] 	bind => [15]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_SALARY WHERE (EMP_ID = ?)
    [junit] 	bind => [121]
    [junit] [EL Fine]: sql: DELETE FROM JPARS_EMPLOYEE WHERE ((EMP_ID = ?) AND (VERSION = ?))
    [junit] 	bind => [121, 1]
    [junit] [EL Warning]: moxy: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY f9563388-1ecc-4366-a240-3aaf38fcfea5
    [junit] [EL Finest]: jpars: org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY f9563388-1ecc-4366-a240-3aaf38fcfea5
    [junit] 
[junitreport] Processing /home/jenkins/agent/workspace/eclipselink-cb-2.7/jpa/eclipselink.jpars.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-cb-2.7/jpa/eclipselink.jpars.test/reports/junit-noframes.html
[junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl
[junitreport] Transform time: 52ms

test-moxy-srg:
     [echo] moxytest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7/moxy/eclipselink.moxy.test'
     [echo] moxytest.2.trunk.dir = '../..'
     [echo] oep.nosql.lib ='/home/jenkins/agent/workspace/eclipselink-cb-2.7/moxy/eclipselink.moxy.test/../../plugins/org.eclipse.persistence.nosql_2.7.15.v20240430-4abffe4bdf.jar'

clean:
   [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-cb-2.7/moxy/eclipselink.moxy.test/build

compile-tests-against-jar:
     [echo] Compiling OXM tests...
    [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7/moxy/eclipselink.moxy.test/build/classes
    [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7/moxy/eclipselink.moxy.test/antbuild.xml:1088: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 1299 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7/moxy/eclipselink.moxy.test/build/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 8
WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-bz81p-1dtmj because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-bz81p-1dtmj" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-bz81p-1dtmj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-bz81p-1dtmj" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
Retrying...

ERROR: Failed to launch el-master-agent-pod-bz81p-1dtmj
io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-bz81p-1dtmj" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-bz81p-1dtmj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-bz81p-1dtmj" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:136)
Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-bz81p-1dtmj" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-bz81p-1dtmj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-bz81p-1dtmj" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
	at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97)
	at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42)
	at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133)
	at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	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:839)
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 warning
     [copy] Copying 897 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7/moxy/eclipselink.moxy.test/build/classes
     [echo] 
     [echo] Compiling JAXB tests...
    [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7/moxy/eclipselink.moxy.test/antbuild.xml:1088: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 2762 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7/moxy/eclipselink.moxy.test/build/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 8
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 warning
     [copy] Copying 2400 files to /home/jenkins/agent/workspace/eclipselink-cb-2.7/moxy/eclipselink.moxy.test/build/classes
     [copy] Copied 15 empty directories to 1 empty directory under /home/jenkins/agent/workspace/eclipselink-cb-2.7/moxy/eclipselink.moxy.test/build/classes
     [echo] Compiling MOXy unit tests...
    [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7/moxy/eclipselink.moxy.test/antbuild.xml:1088: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 4 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7/moxy/eclipselink.moxy.test/build/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 8
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 warning

compile-and-run-srg-tests-against-jar:
    [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7/moxy/eclipselink.moxy.test/reports/srg/jaxb
    [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7/moxy/eclipselink.moxy.test/build/test/tmp
    [junit] Running org.eclipse.persistence.testing.jaxb.JAXBSRGTestSuite
    [junit] removed existing: /home/jenkins/agent/workspace/eclipselink-cb-2.7/moxy/eclipselink.moxy.test/build/test/tmp/schema1.xsd
WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-bz81p-zbk1p because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-bz81p-zbk1p" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-bz81p-zbk1p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-bz81p-zbk1p" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
Retrying...

ERROR: Failed to launch el-master-agent-pod-bz81p-zbk1p
io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-bz81p-zbk1p" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-bz81p-zbk1p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-bz81p-zbk1p" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:136)
Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-bz81p-zbk1p" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-bz81p-zbk1p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-bz81p-zbk1p" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
	at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97)
	at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42)
	at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133)
	at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	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:839)
    [junit] Tests run: 627, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.768 sec
    [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7/moxy/eclipselink.moxy.test/reports/srg/oxm/default
    [junit] Running org.eclipse.persistence.testing.oxm.OXMSRGTestSuite
    [junit] Local Exception Stack: 
    [junit] Exception [EclipseLink-25008] (Eclipse Persistence Services - 2.7.15.v20240430-4abffe4bdf): org.eclipse.persistence.exceptions.XMLMarshalException
    [junit] Exception Description: A descriptor with default root element email-address was not found in the project
    [junit] 	at org.eclipse.persistence.exceptions.XMLMarshalException.noDescriptorWithMatchingRootElement(XMLMarshalException.java:164)
    [junit] 	at org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler.startElement(SAXUnmarshallerHandler.java:314)
    [junit] 	at org.eclipse.persistence.internal.oxm.record.DOMReader.reportElementEvents(DOMReader.java:198)
    [junit] 	at org.eclipse.persistence.internal.oxm.record.DOMReader.parse(DOMReader.java:96)
    [junit] 	at org.eclipse.persistence.internal.oxm.record.DOMReader.parse(DOMReader.java:103)
    [junit] 	at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:550)
    [junit] 	at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:541)
    [junit] 	at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:556)
    [junit] 	at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:704)
    [junit] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    [junit] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
    [junit] 	at junit.framework.TestCase.runTest(TestCase.java:177)
    [junit] 	at junit.framework.TestCase.runBare(TestCase.java:142)
    [junit] 	at junit.framework.TestResult$1.protect(TestResult.java:122)
    [junit] 	at junit.framework.TestResult.runProtected(TestResult.java:142)
    [junit] 	at junit.framework.TestResult.run(TestResult.java:125)
    [junit] 	at junit.framework.TestCase.run(TestCase.java:130)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:241)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:236)
    [junit] 	at junit.framework.TestSuite.runTest(TestSuite.java:241)
    [junit] 	at junit.framework.TestSuite.run(TestSuite.java:236)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1042)
    [junit] Tests run: 240, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.241 sec

moxy-srg-junit-report:
[junitreport] Processing /home/jenkins/agent/workspace/eclipselink-cb-2.7/moxy/eclipselink.moxy.test/reports/srg/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-cb-2.7/moxy/eclipselink.moxy.test/reports/srg/junit-noframes.html
[junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl
[junitreport] Transform time: 81ms

test-srg-against-jar:

test-sdo-srg:
     [echo] sdotest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7/sdo/eclipselink.sdo.test'
     [echo] sdotest.2.base.dir = '../..'

clean:

compile-sdo-tests-against-jar:
    [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7/sdo/eclipselink.sdo.test/classes
    [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7/sdo/eclipselink.sdo.test/antbuild.xml:332: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 660 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7/sdo/eclipselink.sdo.test/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 8
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 warning

test-srg-against-jar:
    [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7/sdo/eclipselink.sdo.test/resource/tmp
    [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7/sdo/eclipselink.sdo.test/reports/srg/true
     [echo] customContext=true
    [junit] Running org.eclipse.persistence.testing.sdo.SDOSRGTestSuite
    [junit] Apr 30, 2024 9:05:30 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] INFO: Looking for : class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases
    [junit] Apr 30, 2024 9:05:30 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] INFO: Not found: class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases
    [junit] Content of interfacesToSDOTypeHashMap: []
    [junit] Content of sdoTypeForSimpleJavaType: [class [Ljava.lang.Byte;, class java.lang.String, boolean, char, long, class java.lang.Byte, class java.math.BigDecimal, float, class java.lang.Integer, class java.lang.Long, short, class java.lang.Boolean, class java.math.BigInteger, class java.lang.Double, class [B, int, double, class java.util.Date, class java.lang.Character, class java.lang.Float, byte, class java.lang.Short]
    [junit] Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, 
    [junit] Content of anonymousTypes: null
    [junit] Content of commonjHashMap: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, int, class [B, class java.lang.String, class java.math.BigDecimal, interface commonj.sdo.ChangeSummary, class java.lang.String, boolean, null, short, char, class java.lang.String, double, interface java.util.List, class java.util.Date, class java.math.BigInteger, float, null, interface commonj.sdo.DataObject, class java.lang.String, class java.lang.String, byte, long, class java.lang.Object, class java.lang.String, 
    [junit] 
    [junit] Apr 30, 2024 9:05:30 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress
    [junit] Apr 30, 2024 9:05:30 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] INFO: Not found: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress
    [junit] Content of interfacesToSDOTypeHashMap: []
    [junit] Content of sdoTypeForSimpleJavaType: [class [Ljava.lang.Byte;, class java.lang.String, boolean, char, long, class java.lang.Byte, class java.math.BigDecimal, float, class java.lang.Integer, class java.lang.Long, short, class java.lang.Boolean, class java.math.BigInteger, class java.lang.Double, class [B, int, double, class java.util.Date, class java.lang.Character, class java.lang.Float, byte, class java.lang.Short]
    [junit] Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, 
    [junit] Content of anonymousTypes: null
    [junit] Content of commonjHashMap: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, int, class [B, class java.lang.String, class java.math.BigDecimal, interface commonj.sdo.ChangeSummary, class java.lang.String, boolean, null, short, char, class java.lang.String, double, interface java.util.List, class java.util.Date, class java.math.BigInteger, float, null, interface commonj.sdo.DataObject, class java.lang.String, class java.lang.String, byte, long, class java.lang.Object, class java.lang.String, 
    [junit] 
    [junit] Apr 30, 2024 9:05:30 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress
    [junit] Apr 30, 2024 9:05:30 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] INFO: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress was found in: typesHashMap.
    [junit] Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.109 sec
    [junit] Error: 
    [junit] Apr 30, 2024 9:05:30 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] INFO: Looking for : class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases
    [junit] Apr 30, 2024 9:05:30 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] INFO: Not found: class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases
    [junit] Content of interfacesToSDOTypeHashMap: []
    [junit] Content of sdoTypeForSimpleJavaType: [class [Ljava.lang.Byte;, class java.lang.String, boolean, char, long, class java.lang.Byte, class java.math.BigDecimal, float, class java.lang.Integer, class java.lang.Long, short, class java.lang.Boolean, class java.math.BigInteger, class java.lang.Double, class [B, int, double, class java.util.Date, class java.lang.Character, class java.lang.Float, byte, class java.lang.Short]
    [junit] Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, 
    [junit] Content of anonymousTypes: null
    [junit] Content of commonjHashMap: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, int, class [B, class java.lang.String, class java.math.BigDecimal, interface commonj.sdo.ChangeSummary, class java.lang.String, boolean, null, short, char, class java.lang.String, double, interface java.util.List, class java.util.Date, class java.math.BigInteger, float, null, interface commonj.sdo.DataObject, class java.lang.String, class java.lang.String, byte, long, class java.lang.Object, class java.lang.String, 
    [junit] 
    [junit] Apr 30, 2024 9:05:30 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress
    [junit] Apr 30, 2024 9:05:30 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] INFO: Not found: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress
    [junit] Content of interfacesToSDOTypeHashMap: []
    [junit] Content of sdoTypeForSimpleJavaType: [class [Ljava.lang.Byte;, class java.lang.String, boolean, char, long, class java.lang.Byte, class java.math.BigDecimal, float, class java.lang.Integer, class java.lang.Long, short, class java.lang.Boolean, class java.math.BigInteger, class java.lang.Double, class [B, int, double, class java.util.Date, class java.lang.Character, class java.lang.Float, byte, class java.lang.Short]
    [junit] Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, 
    [junit] Content of anonymousTypes: null
    [junit] Content of commonjHashMap: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, int, class [B, class java.lang.String, class java.math.BigDecimal, interface commonj.sdo.ChangeSummary, class java.lang.String, boolean, null, short, char, class java.lang.String, double, interface java.util.List, class java.util.Date, class java.math.BigInteger, float, null, interface commonj.sdo.DataObject, class java.lang.String, class java.lang.String, byte, long, class java.lang.Object, class java.lang.String, 
    [junit] 
    [junit] Apr 30, 2024 9:05:30 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress
    [junit] Apr 30, 2024 9:05:30 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
    [junit] INFO: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress was found in: typesHashMap.
    [junit] 
[junitreport] Processing /home/jenkins/agent/workspace/eclipselink-cb-2.7/sdo/eclipselink.sdo.test/reports/srg/true/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-cb-2.7/sdo/eclipselink.sdo.test/reports/srg/true/junit-noframes.html
[junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl
[junitreport] Transform time: 60ms
   [delete] Deleting directory /home/jenkins/agent/workspace/eclipselink-cb-2.7/sdo/eclipselink.sdo.test/resource/tmp

test-dbws-srg:
     [echo] JDK version detected: '11.0.11'
     [echo] java.version='11.0.11'
     [echo] dbws_test.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test'
     [echo] dbws_test.2.base.dir = '../..'
Trying to override old definition of task javac

clean:

compile:
    [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test/classes
    [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test/antbuild.xml:386: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 2 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 8
    [javac] Note: /home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test/src/dbws/testing/xrdynamicentity/XRDynamicEntityTestSuite.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 warning

package:
      [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test/eclipselink-dbws-test-common.jar

build:

compile-common:

run-tests:
    [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test/reports
      [sql] Executing resource: /home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test/etc/dbsetup_keymappings.sql
      [sql] 11 of 11 SQL statements executed successfully
    [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test/antbuild.xml:218: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [junit] Running dbws.testing.keymappings.KeyMappingsTestSuite
WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-bz81p-zgkv8 because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-bz81p-zgkv8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-bz81p-zgkv8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-bz81p-zgkv8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
Retrying...

ERROR: Failed to launch el-master-agent-pod-bz81p-zgkv8
io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-bz81p-zgkv8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-bz81p-zgkv8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-bz81p-zgkv8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:136)
Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-bz81p-zgkv8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-bz81p-zgkv8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-bz81p-zgkv8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
	at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97)
	at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42)
	at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133)
	at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	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:839)
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.121 sec
[junitreport] Processing /home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test/reports/junit-noframes.html
[junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl
[junitreport] Transform time: 45ms
      [sql] Executing resource: /home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test/etc/dbteardown_keymappings.sql
      [sql] 3 of 3 SQL statements executed successfully
      [sql] Executing resource: /home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test/etc/dbsetup_relationships.sql
      [sql] 75 of 75 SQL statements executed successfully
    [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test/antbuild.xml:218: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [junit] Running dbws.testing.relationships.RelationshipsTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.161 sec
[junitreport] Processing /home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test/reports/junit-noframes.html
[junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl
[junitreport] Transform time: 56ms
      [sql] Executing resource: /home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test/etc/dbteardown_relationships.sql
      [sql] 5 of 5 SQL statements executed successfully
    [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test/antbuild.xml:218: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 8
    [javac] 1 warning
    [junit] Running dbws.testing.xrdynamicentity.XRDynamicEntityTestSuite
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec
[junitreport] Processing /home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-cb-2.7/dbws/eclipselink.dbws.test/reports/junit-noframes.html
[junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl
[junitreport] Transform time: 79ms

test:

test-dbws-builder-srg:
     [echo] dbwsbldrtest.build.location = '/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test'
     [echo] dbwsbldrtest.2.base.dir = '../..'
     [echo] Loading /home/jenkins/build.properties...
     [echo] Custom properties file '/home/jenkins/test.properties' not found to load.

clean:

init:
     [echo] junit.lib    ='/home/jenkins/extension.lib.external/junit-4.13.2.jar:/home/jenkins/extension.lib.external/hamcrest-core-1.3.jar:/home/jenkins/extension.lib.external/jmockit-1.35.jar'
     [echo] asm.jar      ='/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../../plugins/org.eclipse.persistence.asm.jar'
     [echo] dbwsbldr.jar ='/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../../plugins/org.eclipse.persistence.dbws.builder_2.7.15.v20240430-4abffe4bdf.jar'
     [echo] servlet-api.jar  ='/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.servlet-api.jar'
     [echo] ddlparser.jar='/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../plugins/org.eclipse.persistence.oracleddlparser_3.0.1.v20230424.jar'
     [echo] wsdl.jar     ='/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../plugins/javax.wsdl_1.6.2.v201012040545.jar'
     [echo] persistence.jar ='/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../../plugins/javax.persistence_unsigned_for_testing_1.0.0.jar'
     [echo] persistence20_21_diff.jar ='../../build/javax.persistence20_21_diff.jar'
     [echo] gmbal.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../../plugins/gmbal.jar
     [echo] javax.activation.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.activation.jar
     [echo] javax.annotation.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.annotation-api.jar
     [echo] javax.validation.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.validation-api.jar
     [echo] javax.xml.binding.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.xml.bind-api.jar
     [echo] javax.xml.soap.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.xml.soap-api.jar
     [echo] javax.xml.ws.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.xml.ws-api.jar
     [echo] jaxb-impl.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jaxb-impl.jar
     [echo] jws-api.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.jws-api.jar
     [echo] saaj-impl.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../../plugins/com.sun.saaj-impl.jar
     [echo] stax-ex.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../../plugins/stax-ex.jar
     [echo] streambuffer.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../../plugins/com.sun.streambuffer.jar
     [echo] ws-policy.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../../plugins/com.sun.xml.ws.policy.jar
     [echo] ws-rt.lib =/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../../plugins/com.sun.ws-rt.jar

compile:
    [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/classes
    [javac] /home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/antbuild.xml:344: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 21 source files to /home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 8
    [javac] 1 warning

package:
      [jar] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/eclipselink-dbwsbldr-tests.jar

build:

init-tests:
     [echo] jdbc.driver.jar  ='/home/jenkins/extension.lib.external/mysql-connector-j-8.2.0.jar'
     [echo] dbwsbldrtest.jar ='./eclipselink-dbwsbldr-tests.jar'
     [echo] mail.jar         ='/home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/../../plugins/jakarta.mail.jar'

run-tests:
    [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/reports
    [junit] Running dbws.testing.attachedbinary.AttachedBinaryTestSuite
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.08 sec
    [junit] Output:
    [junit] [EL Warning]: moxy: 2024-04-30 13:05:40.815--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
    [junit] 
    [junit] Running dbws.testing.batchsql.BatchSQLTestSuite
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 sec
    [junit] Running dbws.testing.bindingmodel.BindingModelTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec
    [junit] Running dbws.testing.crud.CRUDTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
    [junit] Running dbws.testing.customsql.CustomSQLTestSuite
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec
    [junit] Running dbws.testing.inlinebinary.InlineBinaryTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 sec
    [junit] Running dbws.testing.invalidinput.InvalidInputTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
    [junit] Running dbws.testing.loglevelvalidation.LogLevelValidationTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 sec
    [junit] Running dbws.testing.mtom.MTOMTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.046 sec
    [junit] Error: 
    [junit] Apr 30, 2024 1:05:42 PM com.sun.xml.ws.server.MonitorBase createMOM
    [junit] WARNING: Ignoring exception - starting up without monitoring
    [junit] java.lang.NoClassDefFoundError: org/glassfish/pfl/tf/timer/spi/ObjectRegistrationManager
    [junit] 	at java.base/java.lang.Class.forName0(Native Method)
    [junit] 	at java.base/java.lang.Class.forName(Class.java:315)
    [junit] 	at org.glassfish.gmbal.util.GenericConstructor.getConstructor(GenericConstructor.java:58)
    [junit] 	at org.glassfish.gmbal.util.GenericConstructor.create(GenericConstructor.java:90)
    [junit] 	at org.glassfish.gmbal.ManagedObjectManagerFactory.createStandalone(ManagedObjectManagerFactory.java:75)
    [junit] 	at com.sun.xml.ws.server.MonitorBase.createMOM(MonitorBase.java:193)
    [junit] 	at com.sun.xml.ws.server.MonitorBase.createMOMLoop(MonitorBase.java:181)
    [junit] 	at com.sun.xml.ws.server.MonitorBase.createManagedObjectManager(MonitorBase.java:104)
    [junit] 	at com.sun.xml.ws.server.WSEndpointImpl.obtainManagedObjectManager(WSEndpointImpl.java:523)
    [junit] 	at com.sun.xml.ws.server.WSEndpointImpl.initManagedObjectManager(WSEndpointImpl.java:503)
    [junit] 	at com.sun.xml.ws.server.WSEndpointImpl.<init>(WSEndpointImpl.java:121)
    [junit] 	at com.sun.xml.ws.server.EndpointFactory.create(EndpointFactory.java:307)
    [junit] 	at com.sun.xml.ws.server.EndpointFactory.create(EndpointFactory.java:302)
    [junit] 	at com.sun.xml.ws.server.EndpointFactory.createEndpoint(EndpointFactory.java:134)
    [junit] 	at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:578)
    [junit] 	at com.sun.xml.ws.api.server.WSEndpoint.create(WSEndpoint.java:560)
    [junit] 	at com.sun.xml.ws.transport.http.server.EndpointImpl.createEndpoint(EndpointImpl.java:304)
    [junit] 	at com.sun.xml.ws.transport.http.server.EndpointImpl.publish(EndpointImpl.java:217)
    [junit] 	at dbws.testing.mtom.MTOMTestSuite.setUp(MTOMTestSuite.java:334)
    [junit] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    [junit] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    [junit] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
    [junit] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
    [junit] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    [junit] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
    [junit] 	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
    [junit] 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
    [junit] 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
    [junit] 	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
    [junit] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
    [junit] 	at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:50)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:535)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1197)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:1015)
    [junit] Caused by: java.lang.ClassNotFoundException: org.glassfish.pfl.tf.timer.spi.ObjectRegistrationManager
    [junit] 	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
    [junit] 	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
    [junit] 	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
    [junit] 	... 35 more
    [junit] 
    [junit] 
    [junit] Running dbws.testing.namingtransformer.NamingTransformerTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec
    [junit] Running dbws.testing.optlock.OptLockTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 sec
    [junit] Running dbws.testing.rootcause.RootCauseTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 sec
    [junit] Running dbws.testing.secondarysql.SecondarySQLTestSuite
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 sec
    [junit] Running dbws.testing.simplesp.SimpleSPTestSuite
WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-bz81p-5xk65 because kubernetes resource quota exceeded. 
Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-bz81p-5xk65" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-bz81p-5xk65, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-bz81p-5xk65" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
Retrying...

ERROR: Failed to launch el-master-agent-pod-bz81p-5xk65
io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-bz81p-5xk65" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-bz81p-5xk65, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-bz81p-5xk65" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52)
	at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
	at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2079)
	at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:136)
Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-bz81p-5xk65" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-bz81p-5xk65, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-bz81p-5xk65" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}).
	at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524)
	at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:753)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97)
	at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42)
	at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133)
	at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	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:839)
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 sec
    [junit] Running dbws.testing.simpletable.SimpleTableTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec
    [junit] Running dbws.testing.simpletablewithnestedsql.SimpleTableWithNestedSQLTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
    [junit] Running dbws.testing.soap12.SOAP12TestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.533 sec
    [junit] Running dbws.testing.sqlascollection.SQLAsCollectionTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec
    [junit] Running dbws.testing.updatefault.UpdateFaultTestSuite
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 sec
[junitreport] Processing /home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-cb-2.7/utils/eclipselink.dbws.builder.test/reports/junit-noframes.html
[junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl
[junitreport] Transform time: 269ms

test:

generate-report:
    [mkdir] Created dir: /home/jenkins/agent/workspace/eclipselink-cb-2.7/target/reports
[junitreport] Processing /home/jenkins/agent/workspace/eclipselink-cb-2.7/target/reports/TESTS-TestSuites.xml to /tmp/null1128088229
[junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl
[junitreport] Transform time: 822ms
[junitreport] Deleting: /tmp/null1128088229
[junitreport] Processing /home/jenkins/agent/workspace/eclipselink-cb-2.7/target/reports/TESTS-TestSuites.xml to /home/jenkins/agent/workspace/eclipselink-cb-2.7/target/reports/junit-noframes.html
[junitreport] Loading stylesheet jar:file:/opt/java/apache-ant-1.10.13/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-noframes.xsl
[junitreport] Transform time: 539ms
     [echo] Browse results at /home/jenkins/agent/workspace/eclipselink-cb-2.7/target/reports/index.html
     [echo] Browse results at /home/jenkins/agent/workspace/eclipselink-cb-2.7/target/reports/junit-noframes.html

test-srg:

build-continuous:

BUILD SUCCESSFUL
Total time: 6 minutes 43 seconds
[30.04.2024 13:05:49] -[ Stopping MySQL Database ]------------------------------
[30.04.2024 13:05:49] --[ Waiting for MySQL Database to stop ]------------------
 done
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish to snapshots)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ etc/jenkins/publish_snapshots.sh
-[ EclipseLink Publish to Jakarta Snapshots ]-----------------------------------------------------------
-[ EclipseLink Continuous Build -> No publishing any artifacts to Jakarta Snapshots]-------------------------------
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish to nightly)
[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-bl4aHaaEscmg/agent.264
SSH_AGENT_PID=266
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/eclipselink-cb-2.7@tmp/private_key_3965576903526754319.key (/home/jenkins/agent/workspace/eclipselink-cb-2.7@tmp/private_key_3965576903526754319.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 266 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Proceed test results)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
Processing file: dbws/**/reports/**/TESTS-TestSuites.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: foundation/**/reports/**/TESTS-TestSuites.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: jpa/**/reports/**/TESTS-TestSuites.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: moxy/**/reports/installer/TESTS-TestSuites.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
None of the test reports contained any result
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: moxy/**/reports/jaxb/TESTS-TestSuites.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
None of the test reports contained any result
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: moxy/**/reports/oxm/TESTS-TestSuites.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] echo
Processing file: moxy/**/reports/srg/TESTS-TestSuites.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: sdo/**/reports/**/TESTS-TestSuites.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
No test report files were found. Configuration error?
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: utils/**/reports/**/TESTS-TestSuites.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
No test report files were found. Configuration error?
[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] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS