Started by user Dmitry Kornilov Running in Durability level: MAX_SURVIVABILITY [Pipeline] node Agent default-java-7zggj is provisioned from template Kubernetes Pod Template Agent specification [Kubernetes Pod Template] (): Running on default-java-7zggj in /home/jenkins/workspace/TCK_ts_jte [Pipeline] { [Pipeline] stage [Pipeline] { (Grab the original ts.jte) [Pipeline] sh + wget https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/install/jpa/bin/ts.jte --2019-07-15 13:02:51-- https://raw.githubusercontent.com/eclipse-ee4j/jakartaee-tck/master/install/jpa/bin/ts.jte Resolving raw.githubusercontent.com... 151.101.0.133, 151.101.64.133, 151.101.128.133, ... Connecting to raw.githubusercontent.com|151.101.0.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 16744 (16K) [text/plain] Saving to: 'ts.jte' 0K .......... ...... 100% 2.07M=0.008s 2019-07-15 13:02:51 (2.07 MB/s) - 'ts.jte' saved [16744/16744] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Configure the ts.jte) [Pipeline] sh ++ echo 'work.dir=${ts.home}/../JTwork' ++ sed -e 's/\\/\\\\/g; s/\//\\\//g;' + sed -i 's/^work\.dir=\/tmp\/JTwork/work.dir=${ts.home}\/..\/JTwork/g' ts.jte + sed -i s#/modules#/home/jenkins/workspace/TCK_run_pipeline/glassfish5/glassfish/modules#g ts.jte ++ echo 'report.dir=${ts.home}/../JTreport' ++ sed -e 's/\\/\\\\/g; s/\//\\\//g;' + sed -i 's/^report\.dir=\/tmp\/JTreport/report.dir=${ts.home}\/..\/JTreport/g' ts.jte ++ echo 'jpa.classes=${ts.home}/../glassfish5/glassfish/modules/jakarta.persistence.jar:${ts.home}/../glassfish5/glassfish/modules/org.eclipse.persistence.jpa.jar:${ts.home}/../glassfish5/glassfish/modules/jakarta.servlet-api.jar:${ts.home}/../glassfish5/glassfish/modules/jakarta.transaction-api.jar:${ts.home}/../glassfish5/glassfish/modules/jakarta.ejb-api.jar:${ts.home}/../glassfish5/glassfish/modules/org.eclipse.persistence.antlr.jar:${ts.home}/../glassfish5/glassfish/modules/org.eclipse.persistence.asm.jar:${ts.home}/../glassfish5/glassfish/modules/org.eclipse.persistence.asm.jar:${ts.home}/../glassfish5/glassfish/modules/org.eclipse.persistence.core.jar:${ts.home}/../glassfish5/glassfish/modules/org.eclipse.persistence.dbws.jar:${ts.home}/../glassfish5/glassfish/modules/org.eclipse.persistence.jpa.jpql.jar:${ts.home}/../glassfish5/glassfish/modules/org.eclipse.persistence.jpa.modelgen.processor.jar:${ts.home}/../glassfish5/glassfish/modules/org.eclipse.persistence.moxy.jar:${ts.home}/../glassfish5/glassfish/modules/org.eclipse.persistence.oracle.jar' ++ sed -e 's/\\/\\\\/g; s/\//\\\//g;' + sed -i 's/^jpa\.classes=/jpa.classes=${ts.home}\/..\/glassfish5\/glassfish\/modules\/jakarta.persistence.jar:${ts.home}\/..\/glassfish5\/glassfish\/modules\/org.eclipse.persistence.jpa.jar:${ts.home}\/..\/glassfish5\/glassfish\/modules\/jakarta.servlet-api.jar:${ts.home}\/..\/glassfish5\/glassfish\/modules\/jakarta.transaction-api.jar:${ts.home}\/..\/glassfish5\/glassfish\/modules\/jakarta.ejb-api.jar:${ts.home}\/..\/glassfish5\/glassfish\/modules\/org.eclipse.persistence.antlr.jar:${ts.home}\/..\/glassfish5\/glassfish\/modules\/org.eclipse.persistence.asm.jar:${ts.home}\/..\/glassfish5\/glassfish\/modules\/org.eclipse.persistence.asm.jar:${ts.home}\/..\/glassfish5\/glassfish\/modules\/org.eclipse.persistence.core.jar:${ts.home}\/..\/glassfish5\/glassfish\/modules\/org.eclipse.persistence.dbws.jar:${ts.home}\/..\/glassfish5\/glassfish\/modules\/org.eclipse.persistence.jpa.jpql.jar:${ts.home}\/..\/glassfish5\/glassfish\/modules\/org.eclipse.persistence.jpa.modelgen.processor.jar:${ts.home}\/..\/glassfish5\/glassfish\/modules\/org.eclipse.persistence.moxy.jar:${ts.home}\/..\/glassfish5\/glassfish\/modules\/org.eclipse.persistence.oracle.jar/g' ts.jte + sed -i 's#jdbc\.driver\.classes=.*#jdbc.driver.classes=${ts.home}/../glassfish5/javadb/lib/derbyclient.jar:${ts.home}/../jpatck/lib/dbprocedures.jar#g' ts.jte + sed -i 's#jdbc\.db=\.*#jdbc.db=derby#g' ts.jte + sed -i 's#javax.persistence.provider=.*#javax.persistence.provider=org.eclipse.persistence.jpa.PersistenceProvider#g' ts.jte + sed -i 's#javax.persistence.jdbc.driver=.*#javax.persistence.jdbc.driver=org.apache.derby.jdbc.ClientDriver#g' ts.jte + sed -i 's#javax.persistence.jdbc.url=.*#javax.persistence.jdbc.url=jdbc:derby:\/\/localhost:1527\/derbyDB;create=true#g' ts.jte + sed -i 's#javax.persistence.jdbc.user=.*#javax.persistence.jdbc.user=cts1#g' ts.jte + sed -i 's#javax.persistence.jdbc.password=.*#javax.persistence.jdbc.password=cts1#g' ts.jte + echo impl.vi=glassfish [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive the ts.jte) [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS