Skip to content

Console Output

+ git clone https://github.com/eclipse-ee4j/glassfish.git glassfish_build
Cloning into 'glassfish_build'...
Checking out files:  48% (15474/31748)
Checking out files:  49% (15557/31748)
Checking out files:  50% (15874/31748)
Checking out files:  51% (16192/31748)
Checking out files:  52% (16509/31748)
Checking out files:  53% (16827/31748)
Checking out files:  54% (17144/31748)
Checking out files:  55% (17462/31748)
Checking out files:  56% (17779/31748)
Checking out files:  57% (18097/31748)
Checking out files:  58% (18414/31748)
Checking out files:  59% (18732/31748)
Checking out files:  60% (19049/31748)
Checking out files:  61% (19367/31748)
Checking out files:  62% (19684/31748)
Checking out files:  63% (20002/31748)
Checking out files:  64% (20319/31748)
Checking out files:  65% (20637/31748)
Checking out files:  66% (20954/31748)
Checking out files:  67% (21272/31748)
Checking out files:  68% (21589/31748)
Checking out files:  69% (21907/31748)
Checking out files:  70% (22224/31748)
Checking out files:  71% (22542/31748)
Checking out files:  72% (22859/31748)
Checking out files:  73% (23177/31748)
Checking out files:  74% (23494/31748)
Checking out files:  75% (23811/31748)
Checking out files:  76% (24129/31748)
Checking out files:  77% (24446/31748)
Checking out files:  78% (24764/31748)
Checking out files:  79% (25081/31748)
Checking out files:  80% (25399/31748)
Checking out files:  81% (25716/31748)
Checking out files:  82% (26034/31748)
Checking out files:  83% (26351/31748)
Checking out files:  84% (26669/31748)
Checking out files:  85% (26986/31748)
Checking out files:  86% (27304/31748)
Checking out files:  87% (27621/31748)
Checking out files:  88% (27939/31748)
Checking out files:  89% (28256/31748)
Checking out files:  90% (28574/31748)
Checking out files:  91% (28891/31748)
Checking out files:  91% (29121/31748)
Checking out files:  92% (29209/31748)
Checking out files:  93% (29526/31748)
Checking out files:  94% (29844/31748)
Checking out files:  95% (30161/31748)
Checking out files:  96% (30479/31748)
Checking out files:  97% (30796/31748)
Checking out files:  98% (31114/31748)
Checking out files:  99% (31431/31748)
Checking out files: 100% (31748/31748)
Checking out files: 100% (31748/31748), done.
+ cd glassfish_build
+ git checkout 5.1.0-BRANCH
Branch '5.1.0-BRANCH' set up to track remote branch '5.1.0-BRANCH' from 'origin'.
Switched to a new branch '5.1.0-BRANCH'
+ mvn -V -B -C -U clean install -Dmaven.test.failure.ignore=true -Pstaging
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions 
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_41-ea, vendor: Oracle Corporation, runtime: /home/jenkins/agent/workspace/TCK_run_pipeline_custom/java-se-8u41-ri/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-957.10.1.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for org.glassfish.main:glassfish-main-aggregator:5.1.1-SNAPSHOT: Could not transfer artifact org.eclipse.ee4j:project:pom:1.0.5 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty and 'parent.relativePath' points at no local POM @ line 22, column 13
 @ 
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.glassfish.main:glassfish-main-aggregator:5.1.1-SNAPSHOT (/home/jenkins/agent/workspace/TCK_run_pipeline_custom/glassfish_build/pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for org.glassfish.main:glassfish-main-aggregator:5.1.1-SNAPSHOT: Could not transfer artifact org.eclipse.ee4j:project:pom:1.0.5 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty and 'parent.relativePath' points at no local POM @ line 22, column 13 -> [Help 2]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException