See 
<https://builds.apache.org/job/dir-scimple/100/display/redirect?page=changes>

Changes:

[ccrvincent] SCIMPLE-84 - Adjust project to be able to run JUnit 5 tests in 
Eclipse,

[ccrvincent] SCIMPLE-84 - Add 'application/json' to the list of valid media 
types on

[ccrvincent] SCIMPLE-84 - Test was failing because schema files cannot be 
checked out


------------------------------------------
Started by an SCM change
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on H48 (ubuntu) in workspace 
<https://builds.apache.org/job/dir-scimple/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url 
 > https://gitbox.apache.org/repos/asf/directory-scimple.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Pruning obsolete local branches
Fetching upstream changes from 
https://gitbox.apache.org/repos/asf/directory-scimple.git
 > git --version # timeout=10
 > git fetch --tags --progress --prune -- 
 > https://gitbox.apache.org/repos/asf/directory-scimple.git 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
Checking out Revision 560f189684eaaf83e2b9a5cbfbe967c12924f4c4 
(refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 560f189684eaaf83e2b9a5cbfbe967c12924f4c4
Commit message: "Merge pull request #23 from ccrvincent/SCIMPLE-84"
 > git rev-list --no-walk 8f31568bc0ce71225ba964ff1d315bf19de353ef # timeout=10
Parsing POMs
Downloaded artifact 
https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.5.0/junit-bom-5.5.0.pom
Modules changed, recalculating dependency graph
Established TCP socket on 41365
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[dir-scimple] $ /home/jenkins/tools/java/latest1.8/bin/java -Xmx512m 
-XX:MaxPermSize=128m -cp 
/home/jenkins/jenkins-slave/maven35-agent.jar:/home/jenkins/tools/maven/latest3/boot/plexus-classworlds-2.6.0.jar:/home/jenkins/tools/maven/latest3/conf/logging
 jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/latest3/ 
/home/jenkins/jenkins-slave/remoting.jar 
/home/jenkins/jenkins-slave/maven35-interceptor.jar 
/home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 41365
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=128m; 
support was removed in 8.0
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/dir-scimple/ws/pom.xml> 
-Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 -V clean 
deploy -Pci
Apache Maven 3.6.2 (40f52333136460af0dc0d7232c0dc0bcf0d9e117; 
2019-08-27T15:06:16Z)
Maven home: /usr/local/asfpackages/maven/apache-maven-3.6.2
Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: 
/usr/local/asfpackages/java/jdk1.8.0_191/jre
Default locale: en_US, platform encoding: ISO-8859-1
OS name: "linux", version: "4.15.0-66-generic", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 16 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 16 executions of maven-deploy-plugin replaced with 
nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] SCIM - Parent                                                      [pom]
[INFO] SCIM - Specification                                               [pom]
[INFO] SCIM - Specification - Schema                                      [jar]
[INFO] SCIM - Specification - Protocol                                    [jar]
[INFO] SCIM - Common                                                      [jar]
[INFO] SCIM - Client                                                      [jar]
[INFO] SCIM - Server                                                      [pom]
[INFO] SCIM - Server - Common                                             [jar]
[INFO] SCIM - Server - Examples                                           [pom]
[INFO] SCIM - Server - Memory                                             [war]
[INFO] SCIM - Tools                                                       [pom]
[INFO] SCIM - Tools - Common                                              [jar]
[INFO] SCIM - Compliance                                                  [pom]
[INFO] SCIM - Compliance - Client                                         [jar]
[INFO] SCIM - Compliance - Server                                         [jar]
[INFO] SCIM - Total Test Coverage                                         [jar]
[INFO] 
[INFO] ---------------< org.apache.directory.scim:scim-parent >----------------
[INFO] Building SCIM - Parent 2.23-SNAPSHOT                              [1/16]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ scim-parent ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ 
scim-parent ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ scim-parent ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/dir-scimple/ws/> 
&& git rev-parse --verify --short=7 HEAD
[INFO] Working directory: <https://builds.apache.org/job/dir-scimple/ws/>
[INFO] Storing buildNumber: 560f189 at timestamp: 1578936172458
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd <https://builds.apache.org/job/dir-scimple/ws/> 
&& git rev-parse --verify --short=7 HEAD
[INFO] Working directory: <https://builds.apache.org/job/dir-scimple/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.1:prepare-agent (prepare-agent) @ 
scim-parent ---
[INFO] jacoco.argline set to 
-javaagent:/home/jenkins/jenkins-slave/maven-repositories/0/org/jacoco/org.jacoco.agent/0.8.1/org.jacoco.agent-0.8.1-runtime.jar=destfile=<https://builds.apache.org/job/dir-scimple/ws/target/jacoco.exec>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) 
@ scim-parent ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ 
scim-parent ---
[INFO] No site descriptor found: nothing to attach.
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ 
scim-parent ---
[INFO] 
[INFO] --- dependency-check-maven:3.3.1:check (default) @ scim-parent ---
[INFO] Central analyzer disabled
[INFO] Checking for updates
[INFO] starting getUpdatesNeeded() ...
[ERROR] IO Exception connecting to 
https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2019.xml.gz: HEAD request 
returned a non-200 status code: 
https://nvd.nist.gov/feeds/xml/cve/2.0/nvdcve-2.0-2019.xml.gz
[INFO] NVD CVE requires several updates; this could take a couple of minutes.
[INFO] Download Started for NVD CVE - 2002
[INFO] Download Started for NVD CVE - 2003
[INFO] Download Started for NVD CVE - 2004
[INFO] Download Started for NVD CVE - 2005
[INFO] Download Started for NVD CVE - 2006
[INFO] Download Started for NVD CVE - 2007
[INFO] Download Started for NVD CVE - 2008
[INFO] Download Started for NVD CVE - 2009
[INFO] Download Started for NVD CVE - 2010
[INFO] Download Started for NVD CVE - 2011
[INFO] Download Started for NVD CVE - 2012
[INFO] Download Started for NVD CVE - 2013
[INFO] Download Started for NVD CVE - 2014
[INFO] Download Started for NVD CVE - 2015
[INFO] Download Started for NVD CVE - 2016
[INFO] Download Started for NVD CVE - 2017
[INFO] Download Started for NVD CVE - 2018
[INFO] Download Started for NVD CVE - 2019
[INFO] Download Started for NVD CVE - Modified
[WARNING] An exception occurred downloading NVD CVE - 2011
Some CVEs may not be reported.
[WARNING] An exception occurred downloading NVD CVE - 2012
Some CVEs may not be reported.
[WARNING] Download Failed for NVD CVE - 2006
Some CVEs may not be reported.
[INFO] If you are behind a proxy you may need to configure dependency-check to 
use the proxy.
[WARNING] An exception occurred downloading NVD CVE - 2017
Some CVEs may not be reported.
[WARNING] An exception occurred downloading NVD CVE - 2002
Some CVEs may not be reported.
[WARNING] An exception occurred downloading NVD CVE - 2008
Some CVEs may not be reported.
[WARNING] An exception occurred downloading NVD CVE - 2015
Some CVEs may not be reported.
[WARNING] An exception occurred downloading NVD CVE - 2007
Some CVEs may not be reported.
[WARNING] An exception occurred downloading NVD CVE - 2004
Some CVEs may not be reported.
[WARNING] An exception occurred downloading NVD CVE - 2018
Some CVEs may not be reported.
[WARNING] An exception occurred downloading NVD CVE - 2014
Some CVEs may not be reported.
[WARNING] An exception occurred downloading NVD CVE - Modified
Some CVEs may not be reported.
[WARNING] An exception occurred downloading NVD CVE - 2013
Some CVEs may not be reported.
[WARNING] An exception occurred downloading NVD CVE - 2005
Some CVEs may not be reported.
[WARNING] An exception occurred downloading NVD CVE - 2016
Some CVEs may not be reported.
[WARNING] An exception occurred downloading NVD CVE - 2019
Some CVEs may not be reported.
[WARNING] An exception occurred downloading NVD CVE - 2010
Some CVEs may not be reported.
[WARNING] Unable to update Cached Web DataSource, using local data instead. 
Results may not include recent vulnerabilities.
[INFO] Analysis Started
[INFO] Finished File Name Analyzer (0 seconds)
[WARNING] An exception occurred downloading NVD CVE - 2009
Some CVEs may not be reported.
[INFO] Finished Dependency Merging Analyzer (0 seconds)
[INFO] Finished Version Filter Analyzer (0 seconds)
[WARNING] An exception occurred downloading NVD CVE - 2003
Some CVEs may not be reported.
[INFO] Finished Hint Analyzer (0 seconds)
[INFO] Created CPE Index (14 seconds)
[INFO] Skipping CPE Analysis for npm
[INFO] Finished CPE Analyzer (14 seconds)
[INFO] Finished False Positive Analyzer (0 seconds)
[INFO] Finished NVD CVE Analyzer (0 seconds)
[INFO] Finished Vulnerability Suppression Analyzer (0 seconds)
[INFO] Finished Dependency Bundling Analyzer (0 seconds)
[INFO] Analysis Complete (15 seconds)
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[JENKINS] Archiving disabled
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for SCIM - Parent 2.23-SNAPSHOT:
[INFO] 
[INFO] SCIM - Parent ...................................... FAILURE [ 29.697 s]
[INFO] SCIM - Specification ............................... SKIPPED
[INFO] SCIM - Specification - Schema ...................... SKIPPED
[INFO] SCIM - Specification - Protocol .................... SKIPPED
[INFO] SCIM - Common ...................................... SKIPPED
[INFO] SCIM - Client ...................................... SKIPPED
[INFO] SCIM - Server ...................................... SKIPPED
[INFO] SCIM - Server - Common ............................. SKIPPED
[INFO] SCIM - Server - Examples ........................... SKIPPED
[INFO] SCIM - Server - Memory ............................. SKIPPED
[INFO] SCIM - Tools ....................................... SKIPPED
[INFO] SCIM - Tools - Common .............................. SKIPPED
[INFO] SCIM - Compliance .................................. SKIPPED
[INFO] SCIM - Compliance - Client ......................... SKIPPED
[INFO] SCIM - Compliance - Server ......................... SKIPPED
[INFO] SCIM - Total Test Coverage ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  49.349 s
[INFO] Finished at: 2020-01-13T17:23:30Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:3.3.1:check 
(default) on project scim-parent: One or more exceptions occurred during 
dependency-check analysis: One or more exceptions occurred during 
dependency-check analysis
[ERROR] The download was interrupted; unable to complete the update
[ERROR] -> [Help 1]
[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/MojoExecutionException
channel stopped

Reply via email to