Skip to content

Console Output

Started by user Radek Felcman
Running as Radek Felcman
Agent basic-75tfn is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-75tfn"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.eclipselink.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-75tfn"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-75tfn"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-eclipselink"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

[EnvInject] - Loading node environment variables.
Building remotely on basic-75tfn in workspace /home/jenkins/agent/workspace/TCK_jakarta_JPA_run
Copied 1 artifact from "TCK_jakarta_GF_integration" build number 3
Copied 1 artifact from "TCK_jakarta_TSJTE" build number 1
[TCK_jakarta_JPA_run] $ /bin/sh -xe /tmp/jenkins2568817052767550480.sh
+ export 'TS_HOME=/home/jenkins/agent/workspace/TCK_jakarta_JPA_run/persistence-tck'
+ export 'deliverabledir=persistence'
+ export 'javaee_home=/home/jenkins/agent/workspace/TCK_jakarta_JPA_run/glassfish6'
+ ANT_VERSION=1.10.9
+ TOOLS_PREFIX=/opt/tools
+ MVN_HOME=/opt/tools/apache-maven/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ ANT_HOME=/home/jenkins/agent/workspace/TCK_jakarta_JPA_run/persistence-tck/tools/ant
+ PATH=/home/jenkins/agent/workspace/TCK_jakarta_JPA_run/persistence-tck/tools/ant/bin:/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ export 'ANT_OPTS=-Djakarta.xml.accessExternalSchema=all'
+ cd /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/download
+ wget -q http://mirror.koddos.net/apache/ant/binaries/apache-ant-1.10.9-bin.tar.gz -O ant.tar.gz
+ tar xfz ant.tar.gz
+ wget -q https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/promoted/jakarta-persistence-tck-3.0.0.zip -O persistencetck-2.2_latest.zip
+ cd /home/jenkins/agent/workspace/TCK_jakarta_JPA_run
+ unzip -q /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/download/glassfish.zip
+ unzip -q /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/download/persistencetck-2.2_latest.zip
+ ls -alh /home/jenkins/agent/workspace/TCK_jakarta_JPA_run
total 0
drwxr-sr-x  5 jenkins 1000420000  63 Jan 11 10:53 .
drwxr-sr-x  3 jenkins 1000420000  33 Jan 11 10:53 ..
drwxr-sr-x  3 jenkins 1000420000 121 Jan 11 10:53 download
drwxr-sr-x  7 jenkins 1000420000  92 Dec  6 05:10 glassfish6
drwxr-sr-x 10 jenkins 1000420000 118 Sep 30 12:50 persistence-tck
+ mkdir -p /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/persistence-tck/tools/ant
+ cp -a /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/download/apache-ant-1.10.9/. /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/persistence-tck/tools/ant
+ + cp -fayes /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/download/ts.jte
 /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/persistence-tck/bin
yes: standard output: Broken pipe
+ cd /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/glassfish6/glassfish/bin
+ ./asadmin start-database --dbhome /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/glassfish5/glassfish/databases --dbport 1527 --jvmoptions '-Djava.security.manager -Djava.security.policy=/home/jenkins/agent/workspace/TCK_jakarta_JPA_run/persistence-tck/bin/security.policy'
Starting database in Network Server mode on host 0.0.0.0 and port 1527.
Invalid database home directory: /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/glassfish5/glassfish/databases
Will start database using temporary log file.
--------- Derby Network Server Information --------
Version: CSS10140/10.14.2.0 - (1828579)  Build: 1828579  DRDA Product Id: CSS10140
-- listing properties --
derby.drda.traceDirectory=/home/jenkins/agent/workspace/TCK_jak...
derby.drda.maxThreads=0
derby.drda.sslMode=off
derby.drda.keepAlive=true
derby.drda.minThreads=0
derby.drda.portNumber=1527
derby.drda.logConnections=false
derby.drda.timeSlice=0
derby.drda.startNetworkServer=false
derby.drda.host=0.0.0.0
derby.drda.traceAll=false
------------------ Java Information ------------------
Java Version:    1.8.0_202
Java Vendor:     Oracle Corporation
Java home:       /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Java classpath:  /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/glassfish6/glassfish/lib/asadmin/cli-optional.jar:/home/jenkins/agent/workspace/TCK_jakarta_JPA_run/glassfish6/javadb/lib/derby.jar:/home/jenkins/agent/workspace/TCK_jakarta_JPA_run/glassfish6/javadb/lib/derbytools.jar:/home/jenkins/agent/workspace/TCK_jakarta_JPA_run/glassfish6/javadb/lib/derbynet.jar:/home/jenkins/agent/workspace/TCK_jakarta_JPA_run/glassfish6/javadb/lib/derbyclient.jar
OS name:         Linux
OS architecture: amd64
OS version:      3.10.0-1062.el7.x86_64
Java user name:  jenkins
Java user home:  /home/jenkins
Java user dir:   /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/glassfish6/glassfish/bin
java.specification.name: Java Platform API Specification
java.specification.version: 1.8
java.runtime.version: 1.8.0_202-b08
--------- Derby Information --------
[/home/jenkins/agent/workspace/TCK_jakarta_JPA_run/glassfish6/javadb/lib/derby.jar] 10.14.2.0 - (1828579)
[/home/jenkins/agent/workspace/TCK_jakarta_JPA_run/glassfish6/javadb/lib/derbytools.jar] 10.14.2.0 - (1828579)
[/home/jenkins/agent/workspace/TCK_jakarta_JPA_run/glassfish6/javadb/lib/derbynet.jar] 10.14.2.0 - (1828579)
[/home/jenkins/agent/workspace/TCK_jakarta_JPA_run/glassfish6/javadb/lib/derbyclient.jar] 10.14.2.0 - (1828579)
------------------------------------------------------
----------------- Locale Information -----------------
Current Locale :  [English/United States [en_US]]
Found support for locale: [cs]
	 version: 10.14.2.0 - (1828579)
Found support for locale: [de_DE]
	 version: 10.14.2.0 - (1828579)
Found support for locale: [es]
	 version: 10.14.2.0 - (1828579)
Found support for locale: [fr]
	 version: 10.14.2.0 - (1828579)
Found support for locale: [hu]
	 version: 10.14.2.0 - (1828579)
Found support for locale: [it]
	 version: 10.14.2.0 - (1828579)
Found support for locale: [ja_JP]
	 version: 10.14.2.0 - (1828579)
Found support for locale: [ko_KR]
	 version: 10.14.2.0 - (1828579)
Found support for locale: [pl]
	 version: 10.14.2.0 - (1828579)
Found support for locale: [pt_BR]
	 version: 10.14.2.0 - (1828579)
Found support for locale: [ru]
	 version: 10.14.2.0 - (1828579)
Found support for locale: [zh_CN]
	 version: 10.14.2.0 - (1828579)
Found support for locale: [zh_TW]
	 version: 10.14.2.0 - (1828579)
------------------------------------------------------
------------------------------------------------------

Starting database in the background.
Log redirected to /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/glassfish5/glassfish/databases/derby.log.
Command start-database executed successfully.
+ cd /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/persistence-tck/bin
+ ant -f initdb.xml
Buildfile: /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/persistence-tck/bin/initdb.xml
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/persistence-tck/bin/xml/../..
    [mkdir] Created dir: /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/persistence-tck/weblib
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/persistence-tck/bin/xml/../../bin.
Trying to override old definition of datatype string

init.database:
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/persistence-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/persistence-tck/bin/xml/../../bin.

init.derby:
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/persistence-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/persistence-tck/bin/xml/../../bin.

configure.backend:
     [echo] ts.home = /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/persistence-tck/bin/xml/../..
     [echo] In a bundle
     [echo] The deliverable currently in use is /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/persistence-tck/bin/xml/../../bin.

configure.cmp:
      [sql] Executing resource: /home/jenkins/agent/workspace/TCK_jakarta_JPA_run/persistence-tck/sql/derby/derby.ddl.persistence.sql
      [sql] Failed to execute:  ALTER TABLE PHONE_TABLE DROP CONSTRAINT FK_FOR_ADDRESS 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE CUSTOMER_TABLE DROP CONSTRAINT FK5_FOR_CUST 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE CUSTOMER_TABLE DROP CONSTRAINT FK6_FOR_CUST 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE ORDER_TABLE DROP CONSTRAINT FK4_FOR_CUST 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE ORDER_TABLE DROP CONSTRAINT FK0_FOR_LINEITEM 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE LINEITEM_TABLE DROP CONSTRAINT FK1_FOR_ORDER 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE LINEITEM_TABLE DROP CONSTRAINT FK_FOR_PRODUCT 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE SPOUSE_TABLE DROP CONSTRAINT FK_INFOTAB 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE SPOUSE_TABLE DROP CONSTRAINT FK7_CUSTOMERTAB 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE INFO_TABLE DROP CONSTRAINT FK_SPOUSETAB 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE FKS_ANOOP_CNOOP DROP CONSTRAINT FK2_ALIAS 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE FKS_ANOOP_CNOOP DROP CONSTRAINT FK8_CUSTOMER 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE FKS_ALIAS_CUSTOMER DROP CONSTRAINT FK_FOR_CUSTOMER 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE FKS_ALIAS_CUSTOMER DROP CONSTRAINT FK_FOR_ALIAS 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE ALIAS_TABLE DROP CONSTRAINT FK1_FOR_CUSTOMER 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE ALIAS_TABLE DROP CONSTRAINT FK2_FOR_CUSTOMER 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE CREDITCARD_TABLE DROP CONSTRAINT FK3_FOR_CUST 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE CREDITCARD_TABLE DROP CONSTRAINT FK_FOR_ORDER 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE EMPLOYEE DROP CONSTRAINT FK_MGR 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE EMPLOYEE DROP CONSTRAINT FK_DEPT 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE EMPLOYEE DROP CONSTRAINT FK_PROJECT 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE EMPLOYEE DROP CONSTRAINT FK_INS 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:   ALTER TABLE STUDENT_COURSE DROP CONSTRAINT STDNTCOURSEStdntID 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE STUDENT_COURSE DROP CONSTRAINT STDNTCOURSEcrsesID 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE ENROLLMENTS DROP CONSTRAINT ENROLLMENTSSTUDENT 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE ENROLLMENTS DROP CONSTRAINT NROLLMENTSSEMESTER 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE COURSE_STUDENT DROP CONSTRAINT CRSESTUDENTCurseID 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE COURSE_STUDENT DROP CONSTRAINT CRSSTUDENTstdntsID 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:   ALTER TABLE PARTTIMEEMPLOYEE DROP CONSTRAINT FK_ADDR 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE PARTTIMEEMPLOYEE DROP CONSTRAINT FK_DEPT2 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE TEAM DROP CONSTRAINT COMPANY_COMPANYID 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE COMPANY DROP CONSTRAINT FK_ADDRESS 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE PERSON DROP CONSTRAINT INSURANCE_INSID 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE PERSON DROP CONSTRAINT TEAM_TEAMID 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE PERSON DROP CONSTRAINT PROJECT_PROJID 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE PERSON_ANNUALREVIEW DROP CONSTRAINT ANNUALREVIEWS_AID 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE PERSON_ANNUALREVIEW DROP CONSTRAINT PERSON_PERSONID
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE PROJECT_PERSON DROP CONSTRAINT PROJ_PROJID
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE PROJECT_PERSON DROP CONSTRAINT PERSONS_PERSONID
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE PERSON_INSURANCE DROP CONSTRAINT P_PERSONID 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE PERSON_INSURANCE DROP CONSTRAINT INS_INSID 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE ORDER1 DROP CONSTRAINT FK1_FOR_ITEM 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE ORDER2 DROP CONSTRAINT FK2_FOR_ITEM 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE ORDER3 DROP CONSTRAINT FK3_FOR_ITEM 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE RETAILORDER2 DROP CONSTRAINT FK_FOR_CUST
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE EMP_MAPKEYCOL DROP CONSTRAINT FK_DEPT1 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE EMP_MAPKEYCOL DROP CONSTRAINT FK_DEPT3 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE EMP_MAPKEYCOL DROP CONSTRAINT FK_DEPT4 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:  ALTER TABLE EMP_MAPKEYCOL2 DROP CONSTRAINT FK_DEPT5 
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:   DROP TABLE PHONE_TABLE
      [sql] java.sql.SQLSyntaxErrorException: Schema 'CTS1' does not exist
      [sql] Failed to execute:   DROP TABLE ADDRESS
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'ADDRESS' because it does not exist.
      [sql] Failed to execute:   DROP TABLE CUSTOMER_TABLE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUSTOMER_TABLE' because it does not exist.
      [sql] Failed to execute:   ALTER TABLE PHONES DROP CONSTRAINT FK_FOR_PHONES 
      [sql] java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'PHONES' because it does not exist.
      [sql] Failed to execute:  ALTER TABLE EMPLOYEES DROP CONSTRAINT FK_FOR_EMPLOYEES 
      [sql] java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'EMPLOYEES' because it does not exist.
      [sql] Failed to execute:   DROP TABLE CUST_TABLE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CUST_TABLE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE PHONES
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'PHONES' because it does not exist.
      [sql] Failed to execute:   DROP TABLE EMPLOYEES 
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EMPLOYEES' because it does not exist.
      [sql] Failed to execute:   DROP TABLE TRIM_TABLE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TRIM_TABLE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE ALIAS_TABLE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'ALIAS_TABLE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE FKS_ALIAS_CUSTOMER
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'FKS_ALIAS_CUSTOMER' because it does not exist.
      [sql] Failed to execute:   DROP table FKS_ANOOP_CNOOP 
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'FKS_ANOOP_CNOOP' because it does not exist.
      [sql] Failed to execute:   DROP TABLE CREDITCARD_TABLE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CREDITCARD_TABLE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE ORDER_TABLE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'ORDER_TABLE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE PRODUCT_DETAILS
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'PRODUCT_DETAILS' because it does not exist.
      [sql] Failed to execute:   DROP TABLE PRODUCT_TABLE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'PRODUCT_TABLE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE PRODUCT_TABLE_DISCRIMINATOR
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'PRODUCT_TABLE_DISCRIMINATOR' because it does not exist.
      [sql] Failed to execute:   DROP TABLE PRICED_PRODUCT_TABLE 
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'PRICED_PRODUCT_TABLE' because it does not exist.
      [sql] Failed to execute:   DROP table INFO_TABLE 
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'INFO_TABLE' because it does not exist.
      [sql] Failed to execute:   DROP table SPOUSE_TABLE 
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SPOUSE_TABLE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE LINEITEM_TABLE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'LINEITEM_TABLE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE EMPLOYEE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EMPLOYEE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE DEPARTMENT 
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DEPARTMENT' because it does not exist.
      [sql] Failed to execute:   DROP TABLE PARTTIMEEMPLOYEE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'PARTTIMEEMPLOYEE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE INSURANCE 
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'INSURANCE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE COFFEE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COFFEE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE COMPANY
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COMPANY' because it does not exist.
      [sql] Failed to execute:   DROP TABLE DEPARTMENT2 
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DEPARTMENT2' because it does not exist.
      [sql] Failed to execute:   DROP TABLE TEAM
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'TEAM' because it does not exist.
      [sql] Failed to execute:   DROP TABLE ANNUALREVIEW 
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'ANNUALREVIEW' because it does not exist.
      [sql] Failed to execute:   DROP TABLE PERSON 
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'PERSON' because it does not exist.
      [sql] Failed to execute:   DROP TABLE PROJECT
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'PROJECT' because it does not exist.
      [sql] Failed to execute:   DROP TABLE PROJECT_PERSON
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'PROJECT_PERSON' because it does not exist.
      [sql] Failed to execute:   DROP TABLE PERSON_INSURANCE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'PERSON_INSURANCE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE PERSON_ANNUALREVIEW
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'PERSON_ANNUALREVIEW' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEANEJB_1X1_BI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEANEJB_1X1_BI_BTOB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEJB_1X1_BI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEJB_1X1_BI_BTOB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE AEJB_1X1_BI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AEJB_1X1_BI_BTOB' because it does not exist.
      [sql] Failed to execute:   ALTER TABLE DATES_TABLE DROP CONSTRAINT FK_FOR_DATES_TABLE 
      [sql] java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'DATES_TABLE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE A_BASIC
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'A_BASIC' because it does not exist.
      [sql] Failed to execute:   DROP TABLE DATES_TABLE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DATES_TABLE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE DATE_TABLE 
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DATE_TABLE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE A_BIGINTEGER
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'A_BIGINTEGER' because it does not exist.
      [sql] Failed to execute:   DROP TABLE A_BIGDECIMAL
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'A_BIGDECIMAL' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEANEJB_1X1_BI_CASCADE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEANEJB_1X1_BI_CASCADE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEJB_1X1_BI_CASCADE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEJB_1X1_BI_CASCADE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE AEJB_1X1_BI_CASCADE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AEJB_1X1_BI_CASCADE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEANEJB_1X1_UNI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEANEJB_1X1_UNI_BTOB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEJB_1X1_UNI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEJB_1X1_UNI_BTOB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE AEJB_1X1_UNI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AEJB_1X1_UNI_BTOB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEANEJB_1XM_BI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEANEJB_1XM_BI_BTOB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEJB_1XM_BI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEJB_1XM_BI_BTOB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BNE_1XM_BI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BNE_1XM_BI_BTOB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE B_EMBEDDABLE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'B_EMBEDDABLE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE AEJB_1XM_BI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AEJB_1XM_BI_BTOB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE ANE_1XM_BI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'ANE_1XM_BI_BTOB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE A_ADDRESS
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'A_ADDRESS' because it does not exist.
      [sql] Failed to execute:   DROP TABLE COLTAB_ADDRESS
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COLTAB_ADDRESS' because it does not exist.
      [sql] Failed to execute:   DROP TABLE AEC
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AEC' because it does not exist.
      [sql] Failed to execute:   DROP TABLE COLTAB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COLTAB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEANEJB_1XM_BI_CASCADE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEANEJB_1XM_BI_CASCADE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEJB_1XM_BI_CASCADE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEJB_1XM_BI_CASCADE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE AEJB_1XM_BI_CASCADE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AEJB_1XM_BI_CASCADE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEANEJB_1XM_BI_DELETE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEANEJB_1XM_BI_DELETE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEJB_1XM_BI_DELETE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEJB_1XM_BI_DELETE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE AEJB_1XM_BI_DELETE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AEJB_1XM_BI_DELETE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEANEJB_1XM_UNI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEANEJB_1XM_UNI_BTOB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEJB_1XM_UNI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEJB_1XM_UNI_BTOB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE AEJB_1XM_UNI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AEJB_1XM_UNI_BTOB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEANEJB_MX1_UNI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEANEJB_MX1_UNI_BTOB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEJB_MX1_UNI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEJB_MX1_UNI_BTOB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE AEJB_MX1_UNI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AEJB_MX1_UNI_BTOB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEANEJB_MX1_UNI_DELETE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEANEJB_MX1_UNI_DELETE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEJB_MX1_UNI_DELETE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEJB_MX1_UNI_DELETE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE AEJB_MX1_UNI_DELETE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AEJB_MX1_UNI_DELETE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE FKEYS_MXM_BI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'FKEYS_MXM_BI_BTOB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEANEJB_MXM_BI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEANEJB_MXM_BI_BTOB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE AEJB_MXM_BI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AEJB_MXM_BI_BTOB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEJB_MXM_BI_BTOB
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEJB_MXM_BI_BTOB' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEANEJB_MXM_BI_DELETE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEANEJB_MXM_BI_DELETE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE FKEYS_MXM_BI_DELETE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'FKEYS_MXM_BI_DELETE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE AEJB_MXM_BI_DELETE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'AEJB_MXM_BI_DELETE' because it does not exist.
      [sql] Failed to execute:   DROP TABLE BEJB_MXM_BI_DELETE
      [sql] java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'BEJB_MXM_BI_DELETE' because it does not exist.
Build was aborted
Aborted by Radek Felcman
Archiving artifacts
Finished: ABORTED