You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/10/01 08:44:35 UTC

Build failed in Jenkins: brooklyn-library-master-docker #345

See <https://builds.apache.org/job/brooklyn-library-master-docker/345/display/redirect>

------------------------------------------
[...truncated 202.04 KB...]
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (brooklyn-build-req) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ brooklyn-software-cm-ansible ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ brooklyn-software-cm-ansible ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /usr/build/software/cm/ansible/target/classes
[INFO] /usr/build/software/cm/ansible/src/main/java/org/apache/brooklyn/entity/cm/ansible/AnsibleEntityImpl.java: Some input files use or override a deprecated API.
[INFO] /usr/build/software/cm/ansible/src/main/java/org/apache/brooklyn/entity/cm/ansible/AnsibleEntityImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ brooklyn-software-cm-ansible ---
[WARNING] Manifest org.apache.brooklyn:brooklyn-software-cm-ansible:jar:1.0.0-SNAPSHOT : Unused Export-Package instructions: [brooklyn.*] 
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ brooklyn-software-cm-ansible ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /usr/build/software/cm/ansible/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ brooklyn-software-cm-ansible ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /usr/build/software/cm/ansible/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ brooklyn-software-cm-ansible ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.brooklyn.entity.cm.ansible.AnsibleEntityIntegrationTest
2018-10-01 08:44:33,734 INFO  - TESTNG RUNNING: Suite: "Surefire test" containing "0" Tests (config: null)
2018-10-01 08:44:33,761 INFO  - TESTNG 
===============================================
    Surefire test
    Tests run: 0, Failures: 0, Skips: 0
===============================================
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.14 sec - in org.apache.brooklyn.entity.cm.ansible.AnsibleEntityIntegrationTest

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (test-jar-creation) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ brooklyn-software-cm-ansible ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: release/**
[INFO] Exclude: README.md
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/nbactions.xml
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: .mvn/jvm.config
[INFO] Exclude: **/src/main/license/**
[INFO] Exclude: **/src/test/license/**
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.pem
[INFO] Exclude: **/*_rsa.pub
[INFO] Exclude: **/*_rsa
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/src/test/resources/org/apache/brooklyn/entity/software/base/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/src/main/history/dependencies.xml
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] Exclude: **/.m2/**
[INFO] 11 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ brooklyn-software-cm-ansible ---
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar
[INFO] Installing /usr/build/software/cm/ansible/pom.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.pom
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --------------< org.apache.brooklyn:brooklyn-software-cm >--------------
[INFO] Building Brooklyn CM Integration Root 1.0.0-SNAPSHOT              [5/22]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ brooklyn-software-cm ---
[INFO] Deleting /usr/build/software/cm (includes = [brooklyn*.log, brooklyn*.log.*, stacktrace.log, test-output, prodDb.*], excludes = [])
[INFO] 
[INFO] --- maven-replacer-plugin:1.4.1:replace (fix-eclipse-dot-classpath-mangling) @ brooklyn-software-cm ---
[INFO] Ignoring missing file
[INFO] Replacement run on 0 file.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (brooklyn-build-req) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ brooklyn-software-cm ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 64 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: release/**
[INFO] Exclude: README.md
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/nbactions.xml
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: .mvn/jvm.config
[INFO] Exclude: **/src/main/license/**
[INFO] Exclude: **/src/test/license/**
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.pem
[INFO] Exclude: **/*_rsa.pub
[INFO] Exclude: **/*_rsa
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/src/test/resources/org/apache/brooklyn/entity/software/base/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/src/main/history/dependencies.xml
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] Exclude: **/.m2/**
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ brooklyn-software-cm ---
[INFO] Installing /usr/build/software/cm/pom.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm/1.0.0-SNAPSHOT/brooklyn-software-cm-1.0.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Brooklyn Library Root 1.0.0-SNAPSHOT ............... SUCCESS [  6.433 s]
[INFO] Brooklyn CM Chef ................................... SUCCESS [ 41.516 s]
[INFO] Brooklyn CM SaltStack .............................. SUCCESS [  6.597 s]
[INFO] Brooklyn CM Ansible ................................ SUCCESS [  4.646 s]
[INFO] Brooklyn CM Integration Root ....................... FAILURE [  0.163 s]
[INFO] Brooklyn Network Software Entities ................. SKIPPED
[INFO] Brooklyn OSGi Software Entities .................... SKIPPED
[INFO] Brooklyn Database Software Entities ................ SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn Messaging Software Entities ............... SKIPPED
[INFO] Brooklyn NoSQL Data Store Software Entities ........ SKIPPED
[INFO] Brooklyn Monitoring Software Entities .............. SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn QA ........................................ SKIPPED
[INFO] Brooklyn Examples Aggregator Project ............... SKIPPED
[INFO] Brooklyn Examples Aggregator Project - Webapps ..... SKIPPED
[INFO] hello-world-webapp Maven Webapp .................... SKIPPED
[INFO] hello-world-sql-webapp Maven Webapp ................ SKIPPED
[INFO] Brooklyn Simple Web Cluster Example ................ SKIPPED
[INFO] Brooklyn Library Karaf integration ................. SKIPPED
[INFO] Brooklyn Library Catalog ........................... SKIPPED
[INFO] Brooklyn Library Karaf Features 1.0.0-SNAPSHOT ..... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:09 min
[INFO] Finished at: 2018-10-01T08:44:34Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.5.2:install (default-install) on project brooklyn-software-cm: Failed to install artifact org.apache.brooklyn:brooklyn-software-cm:pom:1.0.0-SNAPSHOT: /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm/1.0.0-SNAPSHOT/brooklyn-software-cm-1.0.0-SNAPSHOT.pom (Permission denied) -> [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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :brooklyn-software-cm
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng-results.xml
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/345/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/345/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/345/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Jenkins build is back to normal : brooklyn-library-master-docker #356

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/brooklyn-library-master-docker/356/display/redirect>


Build failed in Jenkins: brooklyn-library-master-docker #355

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/brooklyn-library-master-docker/355/display/redirect>

------------------------------------------
[...truncated 201.08 KB...]
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (brooklyn-build-req) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ brooklyn-software-cm-ansible ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ brooklyn-software-cm-ansible ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /usr/build/software/cm/ansible/target/classes
[INFO] /usr/build/software/cm/ansible/src/main/java/org/apache/brooklyn/entity/cm/ansible/AnsibleEntityImpl.java: Some input files use or override a deprecated API.
[INFO] /usr/build/software/cm/ansible/src/main/java/org/apache/brooklyn/entity/cm/ansible/AnsibleEntityImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ brooklyn-software-cm-ansible ---
[WARNING] Manifest org.apache.brooklyn:brooklyn-software-cm-ansible:jar:1.0.0-SNAPSHOT : Unused Export-Package instructions: [brooklyn.*] 
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ brooklyn-software-cm-ansible ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /usr/build/software/cm/ansible/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ brooklyn-software-cm-ansible ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /usr/build/software/cm/ansible/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ brooklyn-software-cm-ansible ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.brooklyn.entity.cm.ansible.AnsibleEntityIntegrationTest
2018-10-11 08:44:35,502 INFO  - TESTNG RUNNING: Suite: "Surefire test" containing "0" Tests (config: null)
2018-10-11 08:44:35,940 INFO  - TESTNG 
===============================================
    Surefire test
    Tests run: 0, Failures: 0, Skips: 0
===============================================
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.04 sec - in org.apache.brooklyn.entity.cm.ansible.AnsibleEntityIntegrationTest

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (test-jar-creation) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ brooklyn-software-cm-ansible ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: release/**
[INFO] Exclude: README.md
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/nbactions.xml
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: .mvn/jvm.config
[INFO] Exclude: **/src/main/license/**
[INFO] Exclude: **/src/test/license/**
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.pem
[INFO] Exclude: **/*_rsa.pub
[INFO] Exclude: **/*_rsa
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/src/test/resources/org/apache/brooklyn/entity/software/base/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/src/main/history/dependencies.xml
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] Exclude: **/.m2/**
[INFO] 11 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ brooklyn-software-cm-ansible ---
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar
[INFO] Installing /usr/build/software/cm/ansible/pom.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.pom
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --------------< org.apache.brooklyn:brooklyn-software-cm >--------------
[INFO] Building Brooklyn CM Integration Root 1.0.0-SNAPSHOT              [5/22]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ brooklyn-software-cm ---
[INFO] Deleting /usr/build/software/cm (includes = [brooklyn*.log, brooklyn*.log.*, stacktrace.log, test-output, prodDb.*], excludes = [])
[INFO] 
[INFO] --- maven-replacer-plugin:1.4.1:replace (fix-eclipse-dot-classpath-mangling) @ brooklyn-software-cm ---
[INFO] Ignoring missing file
[INFO] Replacement run on 0 file.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (brooklyn-build-req) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ brooklyn-software-cm ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 64 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: release/**
[INFO] Exclude: README.md
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/nbactions.xml
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: .mvn/jvm.config
[INFO] Exclude: **/src/main/license/**
[INFO] Exclude: **/src/test/license/**
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.pem
[INFO] Exclude: **/*_rsa.pub
[INFO] Exclude: **/*_rsa
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/src/test/resources/org/apache/brooklyn/entity/software/base/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/src/main/history/dependencies.xml
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] Exclude: **/.m2/**
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ brooklyn-software-cm ---
[INFO] Installing /usr/build/software/cm/pom.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm/1.0.0-SNAPSHOT/brooklyn-software-cm-1.0.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Brooklyn Library Root 1.0.0-SNAPSHOT ............... SUCCESS [  6.108 s]
[INFO] Brooklyn CM Chef ................................... SUCCESS [ 41.631 s]
[INFO] Brooklyn CM SaltStack .............................. SUCCESS [  6.451 s]
[INFO] Brooklyn CM Ansible ................................ SUCCESS [  4.336 s]
[INFO] Brooklyn CM Integration Root ....................... FAILURE [  0.131 s]
[INFO] Brooklyn Network Software Entities ................. SKIPPED
[INFO] Brooklyn OSGi Software Entities .................... SKIPPED
[INFO] Brooklyn Database Software Entities ................ SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn Messaging Software Entities ............... SKIPPED
[INFO] Brooklyn NoSQL Data Store Software Entities ........ SKIPPED
[INFO] Brooklyn Monitoring Software Entities .............. SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn QA ........................................ SKIPPED
[INFO] Brooklyn Examples Aggregator Project ............... SKIPPED
[INFO] Brooklyn Examples Aggregator Project - Webapps ..... SKIPPED
[INFO] hello-world-webapp Maven Webapp .................... SKIPPED
[INFO] hello-world-sql-webapp Maven Webapp ................ SKIPPED
[INFO] Brooklyn Simple Web Cluster Example ................ SKIPPED
[INFO] Brooklyn Library Karaf integration ................. SKIPPED
[INFO] Brooklyn Library Catalog ........................... SKIPPED
[INFO] Brooklyn Library Karaf Features 1.0.0-SNAPSHOT ..... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:08 min
[INFO] Finished at: 2018-10-11T08:44:36Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.5.2:install (default-install) on project brooklyn-software-cm: Failed to install artifact org.apache.brooklyn:brooklyn-software-cm:pom:1.0.0-SNAPSHOT: /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm/1.0.0-SNAPSHOT/brooklyn-software-cm-1.0.0-SNAPSHOT.pom (Permission denied) -> [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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :brooklyn-software-cm
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng-results.xml
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/355/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/355/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/355/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: brooklyn-library-master-docker #354

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/brooklyn-library-master-docker/354/display/redirect>

------------------------------------------
[...truncated 342.60 KB...]
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (brooklyn-build-req) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ brooklyn-software-cm-ansible ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ brooklyn-software-cm-ansible ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /usr/build/software/cm/ansible/target/classes
[INFO] /usr/build/software/cm/ansible/src/main/java/org/apache/brooklyn/entity/cm/ansible/AnsibleEntityImpl.java: Some input files use or override a deprecated API.
[INFO] /usr/build/software/cm/ansible/src/main/java/org/apache/brooklyn/entity/cm/ansible/AnsibleEntityImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ brooklyn-software-cm-ansible ---
[WARNING] Manifest org.apache.brooklyn:brooklyn-software-cm-ansible:jar:1.0.0-SNAPSHOT : Unused Export-Package instructions: [brooklyn.*] 
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ brooklyn-software-cm-ansible ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /usr/build/software/cm/ansible/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ brooklyn-software-cm-ansible ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /usr/build/software/cm/ansible/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ brooklyn-software-cm-ansible ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.brooklyn.entity.cm.ansible.AnsibleEntityIntegrationTest
2018-10-10 08:44:39,292 INFO  - TESTNG RUNNING: Suite: "Surefire test" containing "0" Tests (config: null)
2018-10-10 08:44:39,729 INFO  - TESTNG 
===============================================
    Surefire test
    Tests run: 0, Failures: 0, Skips: 0
===============================================
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.083 sec - in org.apache.brooklyn.entity.cm.ansible.AnsibleEntityIntegrationTest

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (test-jar-creation) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ brooklyn-software-cm-ansible ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: release/**
[INFO] Exclude: README.md
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/nbactions.xml
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: .mvn/jvm.config
[INFO] Exclude: **/src/main/license/**
[INFO] Exclude: **/src/test/license/**
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.pem
[INFO] Exclude: **/*_rsa.pub
[INFO] Exclude: **/*_rsa
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/src/test/resources/org/apache/brooklyn/entity/software/base/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/src/main/history/dependencies.xml
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] Exclude: **/.m2/**
[INFO] 11 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ brooklyn-software-cm-ansible ---
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar
[INFO] Installing /usr/build/software/cm/ansible/pom.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.pom
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --------------< org.apache.brooklyn:brooklyn-software-cm >--------------
[INFO] Building Brooklyn CM Integration Root 1.0.0-SNAPSHOT              [5/22]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ brooklyn-software-cm ---
[INFO] Deleting /usr/build/software/cm (includes = [brooklyn*.log, brooklyn*.log.*, stacktrace.log, test-output, prodDb.*], excludes = [])
[INFO] 
[INFO] --- maven-replacer-plugin:1.4.1:replace (fix-eclipse-dot-classpath-mangling) @ brooklyn-software-cm ---
[INFO] Ignoring missing file
[INFO] Replacement run on 0 file.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (brooklyn-build-req) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ brooklyn-software-cm ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 64 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: release/**
[INFO] Exclude: README.md
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/nbactions.xml
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: .mvn/jvm.config
[INFO] Exclude: **/src/main/license/**
[INFO] Exclude: **/src/test/license/**
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.pem
[INFO] Exclude: **/*_rsa.pub
[INFO] Exclude: **/*_rsa
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/src/test/resources/org/apache/brooklyn/entity/software/base/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/src/main/history/dependencies.xml
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] Exclude: **/.m2/**
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ brooklyn-software-cm ---
[INFO] Installing /usr/build/software/cm/pom.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm/1.0.0-SNAPSHOT/brooklyn-software-cm-1.0.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Brooklyn Library Root 1.0.0-SNAPSHOT ............... SUCCESS [  6.652 s]
[INFO] Brooklyn CM Chef ................................... SUCCESS [ 42.001 s]
[INFO] Brooklyn CM SaltStack .............................. SUCCESS [  6.351 s]
[INFO] Brooklyn CM Ansible ................................ SUCCESS [  4.338 s]
[INFO] Brooklyn CM Integration Root ....................... FAILURE [  0.176 s]
[INFO] Brooklyn Network Software Entities ................. SKIPPED
[INFO] Brooklyn OSGi Software Entities .................... SKIPPED
[INFO] Brooklyn Database Software Entities ................ SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn Messaging Software Entities ............... SKIPPED
[INFO] Brooklyn NoSQL Data Store Software Entities ........ SKIPPED
[INFO] Brooklyn Monitoring Software Entities .............. SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn QA ........................................ SKIPPED
[INFO] Brooklyn Examples Aggregator Project ............... SKIPPED
[INFO] Brooklyn Examples Aggregator Project - Webapps ..... SKIPPED
[INFO] hello-world-webapp Maven Webapp .................... SKIPPED
[INFO] hello-world-sql-webapp Maven Webapp ................ SKIPPED
[INFO] Brooklyn Simple Web Cluster Example ................ SKIPPED
[INFO] Brooklyn Library Karaf integration ................. SKIPPED
[INFO] Brooklyn Library Catalog ........................... SKIPPED
[INFO] Brooklyn Library Karaf Features 1.0.0-SNAPSHOT ..... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:14 min
[INFO] Finished at: 2018-10-10T08:44:40Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.5.2:install (default-install) on project brooklyn-software-cm: Failed to install artifact org.apache.brooklyn:brooklyn-software-cm:pom:1.0.0-SNAPSHOT: /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm/1.0.0-SNAPSHOT/brooklyn-software-cm-1.0.0-SNAPSHOT.pom (Permission denied) -> [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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :brooklyn-software-cm
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng-results.xml
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/354/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/354/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/354/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: brooklyn-library-master-docker #353

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/brooklyn-library-master-docker/353/display/redirect>

------------------------------------------
[...truncated 193.50 KB...]
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (brooklyn-build-req) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ brooklyn-software-cm-ansible ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ brooklyn-software-cm-ansible ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /usr/build/software/cm/ansible/target/classes
[INFO] /usr/build/software/cm/ansible/src/main/java/org/apache/brooklyn/entity/cm/ansible/AnsibleEntityImpl.java: Some input files use or override a deprecated API.
[INFO] /usr/build/software/cm/ansible/src/main/java/org/apache/brooklyn/entity/cm/ansible/AnsibleEntityImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ brooklyn-software-cm-ansible ---
[WARNING] Manifest org.apache.brooklyn:brooklyn-software-cm-ansible:jar:1.0.0-SNAPSHOT : Unused Export-Package instructions: [brooklyn.*] 
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ brooklyn-software-cm-ansible ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /usr/build/software/cm/ansible/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ brooklyn-software-cm-ansible ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /usr/build/software/cm/ansible/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ brooklyn-software-cm-ansible ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.brooklyn.entity.cm.ansible.AnsibleEntityIntegrationTest
2018-10-09 08:44:33,874 INFO  - TESTNG RUNNING: Suite: "Surefire test" containing "0" Tests (config: null)
2018-10-09 08:44:33,904 INFO  - TESTNG 
===============================================
    Surefire test
    Tests run: 0, Failures: 0, Skips: 0
===============================================
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.094 sec - in org.apache.brooklyn.entity.cm.ansible.AnsibleEntityIntegrationTest

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (test-jar-creation) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ brooklyn-software-cm-ansible ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: release/**
[INFO] Exclude: README.md
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/nbactions.xml
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: .mvn/jvm.config
[INFO] Exclude: **/src/main/license/**
[INFO] Exclude: **/src/test/license/**
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.pem
[INFO] Exclude: **/*_rsa.pub
[INFO] Exclude: **/*_rsa
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/src/test/resources/org/apache/brooklyn/entity/software/base/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/src/main/history/dependencies.xml
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] Exclude: **/.m2/**
[INFO] 11 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ brooklyn-software-cm-ansible ---
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar
[INFO] Installing /usr/build/software/cm/ansible/pom.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.pom
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --------------< org.apache.brooklyn:brooklyn-software-cm >--------------
[INFO] Building Brooklyn CM Integration Root 1.0.0-SNAPSHOT              [5/22]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ brooklyn-software-cm ---
[INFO] Deleting /usr/build/software/cm (includes = [brooklyn*.log, brooklyn*.log.*, stacktrace.log, test-output, prodDb.*], excludes = [])
[INFO] 
[INFO] --- maven-replacer-plugin:1.4.1:replace (fix-eclipse-dot-classpath-mangling) @ brooklyn-software-cm ---
[INFO] Ignoring missing file
[INFO] Replacement run on 0 file.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (brooklyn-build-req) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ brooklyn-software-cm ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 64 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: release/**
[INFO] Exclude: README.md
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/nbactions.xml
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: .mvn/jvm.config
[INFO] Exclude: **/src/main/license/**
[INFO] Exclude: **/src/test/license/**
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.pem
[INFO] Exclude: **/*_rsa.pub
[INFO] Exclude: **/*_rsa
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/src/test/resources/org/apache/brooklyn/entity/software/base/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/src/main/history/dependencies.xml
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] Exclude: **/.m2/**
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ brooklyn-software-cm ---
[INFO] Installing /usr/build/software/cm/pom.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm/1.0.0-SNAPSHOT/brooklyn-software-cm-1.0.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Brooklyn Library Root 1.0.0-SNAPSHOT ............... SUCCESS [  6.721 s]
[INFO] Brooklyn CM Chef ................................... SUCCESS [ 42.184 s]
[INFO] Brooklyn CM SaltStack .............................. SUCCESS [  6.508 s]
[INFO] Brooklyn CM Ansible ................................ SUCCESS [  4.406 s]
[INFO] Brooklyn CM Integration Root ....................... FAILURE [  0.117 s]
[INFO] Brooklyn Network Software Entities ................. SKIPPED
[INFO] Brooklyn OSGi Software Entities .................... SKIPPED
[INFO] Brooklyn Database Software Entities ................ SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn Messaging Software Entities ............... SKIPPED
[INFO] Brooklyn NoSQL Data Store Software Entities ........ SKIPPED
[INFO] Brooklyn Monitoring Software Entities .............. SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn QA ........................................ SKIPPED
[INFO] Brooklyn Examples Aggregator Project ............... SKIPPED
[INFO] Brooklyn Examples Aggregator Project - Webapps ..... SKIPPED
[INFO] hello-world-webapp Maven Webapp .................... SKIPPED
[INFO] hello-world-sql-webapp Maven Webapp ................ SKIPPED
[INFO] Brooklyn Simple Web Cluster Example ................ SKIPPED
[INFO] Brooklyn Library Karaf integration ................. SKIPPED
[INFO] Brooklyn Library Catalog ........................... SKIPPED
[INFO] Brooklyn Library Karaf Features 1.0.0-SNAPSHOT ..... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:12 min
[INFO] Finished at: 2018-10-09T08:44:34Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.5.2:install (default-install) on project brooklyn-software-cm: Failed to install artifact org.apache.brooklyn:brooklyn-software-cm:pom:1.0.0-SNAPSHOT: /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm/1.0.0-SNAPSHOT/brooklyn-software-cm-1.0.0-SNAPSHOT.pom (Permission denied) -> [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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :brooklyn-software-cm
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng-results.xml
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/353/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/353/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/353/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: brooklyn-library-master-docker #352

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/brooklyn-library-master-docker/352/display/redirect>

------------------------------------------
[...truncated 203.44 KB...]
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (brooklyn-build-req) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ brooklyn-software-cm-ansible ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ brooklyn-software-cm-ansible ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /usr/build/software/cm/ansible/target/classes
[INFO] /usr/build/software/cm/ansible/src/main/java/org/apache/brooklyn/entity/cm/ansible/AnsibleEntityImpl.java: Some input files use or override a deprecated API.
[INFO] /usr/build/software/cm/ansible/src/main/java/org/apache/brooklyn/entity/cm/ansible/AnsibleEntityImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ brooklyn-software-cm-ansible ---
[WARNING] Manifest org.apache.brooklyn:brooklyn-software-cm-ansible:jar:1.0.0-SNAPSHOT : Unused Export-Package instructions: [brooklyn.*] 
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ brooklyn-software-cm-ansible ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /usr/build/software/cm/ansible/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ brooklyn-software-cm-ansible ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /usr/build/software/cm/ansible/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ brooklyn-software-cm-ansible ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.brooklyn.entity.cm.ansible.AnsibleEntityIntegrationTest
2018-10-08 08:44:30,477 INFO  - TESTNG RUNNING: Suite: "Surefire test" containing "0" Tests (config: null)
2018-10-08 08:44:30,500 INFO  - TESTNG 
===============================================
    Surefire test
    Tests run: 0, Failures: 0, Skips: 0
===============================================
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.079 sec - in org.apache.brooklyn.entity.cm.ansible.AnsibleEntityIntegrationTest

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (test-jar-creation) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ brooklyn-software-cm-ansible ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: release/**
[INFO] Exclude: README.md
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/nbactions.xml
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: .mvn/jvm.config
[INFO] Exclude: **/src/main/license/**
[INFO] Exclude: **/src/test/license/**
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.pem
[INFO] Exclude: **/*_rsa.pub
[INFO] Exclude: **/*_rsa
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/src/test/resources/org/apache/brooklyn/entity/software/base/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/src/main/history/dependencies.xml
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] Exclude: **/.m2/**
[INFO] 11 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ brooklyn-software-cm-ansible ---
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar
[INFO] Installing /usr/build/software/cm/ansible/pom.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.pom
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --------------< org.apache.brooklyn:brooklyn-software-cm >--------------
[INFO] Building Brooklyn CM Integration Root 1.0.0-SNAPSHOT              [5/22]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ brooklyn-software-cm ---
[INFO] Deleting /usr/build/software/cm (includes = [brooklyn*.log, brooklyn*.log.*, stacktrace.log, test-output, prodDb.*], excludes = [])
[INFO] 
[INFO] --- maven-replacer-plugin:1.4.1:replace (fix-eclipse-dot-classpath-mangling) @ brooklyn-software-cm ---
[INFO] Ignoring missing file
[INFO] Replacement run on 0 file.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (brooklyn-build-req) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ brooklyn-software-cm ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 64 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: release/**
[INFO] Exclude: README.md
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/nbactions.xml
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: .mvn/jvm.config
[INFO] Exclude: **/src/main/license/**
[INFO] Exclude: **/src/test/license/**
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.pem
[INFO] Exclude: **/*_rsa.pub
[INFO] Exclude: **/*_rsa
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/src/test/resources/org/apache/brooklyn/entity/software/base/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/src/main/history/dependencies.xml
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] Exclude: **/.m2/**
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ brooklyn-software-cm ---
[INFO] Installing /usr/build/software/cm/pom.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm/1.0.0-SNAPSHOT/brooklyn-software-cm-1.0.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Brooklyn Library Root 1.0.0-SNAPSHOT ............... SUCCESS [  6.883 s]
[INFO] Brooklyn CM Chef ................................... SUCCESS [ 42.455 s]
[INFO] Brooklyn CM SaltStack .............................. SUCCESS [  6.424 s]
[INFO] Brooklyn CM Ansible ................................ SUCCESS [  4.469 s]
[INFO] Brooklyn CM Integration Root ....................... FAILURE [  0.264 s]
[INFO] Brooklyn Network Software Entities ................. SKIPPED
[INFO] Brooklyn OSGi Software Entities .................... SKIPPED
[INFO] Brooklyn Database Software Entities ................ SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn Messaging Software Entities ............... SKIPPED
[INFO] Brooklyn NoSQL Data Store Software Entities ........ SKIPPED
[INFO] Brooklyn Monitoring Software Entities .............. SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn QA ........................................ SKIPPED
[INFO] Brooklyn Examples Aggregator Project ............... SKIPPED
[INFO] Brooklyn Examples Aggregator Project - Webapps ..... SKIPPED
[INFO] hello-world-webapp Maven Webapp .................... SKIPPED
[INFO] hello-world-sql-webapp Maven Webapp ................ SKIPPED
[INFO] Brooklyn Simple Web Cluster Example ................ SKIPPED
[INFO] Brooklyn Library Karaf integration ................. SKIPPED
[INFO] Brooklyn Library Catalog ........................... SKIPPED
[INFO] Brooklyn Library Karaf Features 1.0.0-SNAPSHOT ..... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:11 min
[INFO] Finished at: 2018-10-08T08:44:31Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.5.2:install (default-install) on project brooklyn-software-cm: Failed to install artifact org.apache.brooklyn:brooklyn-software-cm:pom:1.0.0-SNAPSHOT: /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm/1.0.0-SNAPSHOT/brooklyn-software-cm-1.0.0-SNAPSHOT.pom (Permission denied) -> [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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :brooklyn-software-cm
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng-results.xml
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/352/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/352/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/352/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: brooklyn-library-master-docker #351

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/brooklyn-library-master-docker/351/display/redirect>

------------------------------------------
[...truncated 199.32 KB...]
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (brooklyn-build-req) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ brooklyn-software-cm-ansible ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ brooklyn-software-cm-ansible ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /usr/build/software/cm/ansible/target/classes
[INFO] /usr/build/software/cm/ansible/src/main/java/org/apache/brooklyn/entity/cm/ansible/AnsibleEntityImpl.java: Some input files use or override a deprecated API.
[INFO] /usr/build/software/cm/ansible/src/main/java/org/apache/brooklyn/entity/cm/ansible/AnsibleEntityImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ brooklyn-software-cm-ansible ---
[WARNING] Manifest org.apache.brooklyn:brooklyn-software-cm-ansible:jar:1.0.0-SNAPSHOT : Unused Export-Package instructions: [brooklyn.*] 
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ brooklyn-software-cm-ansible ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /usr/build/software/cm/ansible/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ brooklyn-software-cm-ansible ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /usr/build/software/cm/ansible/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ brooklyn-software-cm-ansible ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.brooklyn.entity.cm.ansible.AnsibleEntityIntegrationTest
2018-10-07 08:44:38,021 INFO  - TESTNG RUNNING: Suite: "Surefire test" containing "0" Tests (config: null)
2018-10-07 08:44:38,056 INFO  - TESTNG 
===============================================
    Surefire test
    Tests run: 0, Failures: 0, Skips: 0
===============================================
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.097 sec - in org.apache.brooklyn.entity.cm.ansible.AnsibleEntityIntegrationTest

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (test-jar-creation) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ brooklyn-software-cm-ansible ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: release/**
[INFO] Exclude: README.md
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/nbactions.xml
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: .mvn/jvm.config
[INFO] Exclude: **/src/main/license/**
[INFO] Exclude: **/src/test/license/**
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.pem
[INFO] Exclude: **/*_rsa.pub
[INFO] Exclude: **/*_rsa
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/src/test/resources/org/apache/brooklyn/entity/software/base/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/src/main/history/dependencies.xml
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] Exclude: **/.m2/**
[INFO] 11 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ brooklyn-software-cm-ansible ---
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar
[INFO] Installing /usr/build/software/cm/ansible/pom.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.pom
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --------------< org.apache.brooklyn:brooklyn-software-cm >--------------
[INFO] Building Brooklyn CM Integration Root 1.0.0-SNAPSHOT              [5/22]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ brooklyn-software-cm ---
[INFO] Deleting /usr/build/software/cm (includes = [brooklyn*.log, brooklyn*.log.*, stacktrace.log, test-output, prodDb.*], excludes = [])
[INFO] 
[INFO] --- maven-replacer-plugin:1.4.1:replace (fix-eclipse-dot-classpath-mangling) @ brooklyn-software-cm ---
[INFO] Ignoring missing file
[INFO] Replacement run on 0 file.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (brooklyn-build-req) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ brooklyn-software-cm ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 64 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: release/**
[INFO] Exclude: README.md
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/nbactions.xml
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: .mvn/jvm.config
[INFO] Exclude: **/src/main/license/**
[INFO] Exclude: **/src/test/license/**
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.pem
[INFO] Exclude: **/*_rsa.pub
[INFO] Exclude: **/*_rsa
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/src/test/resources/org/apache/brooklyn/entity/software/base/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/src/main/history/dependencies.xml
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] Exclude: **/.m2/**
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ brooklyn-software-cm ---
[INFO] Installing /usr/build/software/cm/pom.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm/1.0.0-SNAPSHOT/brooklyn-software-cm-1.0.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Brooklyn Library Root 1.0.0-SNAPSHOT ............... SUCCESS [  7.305 s]
[INFO] Brooklyn CM Chef ................................... SUCCESS [ 42.777 s]
[INFO] Brooklyn CM SaltStack .............................. SUCCESS [  6.365 s]
[INFO] Brooklyn CM Ansible ................................ SUCCESS [  4.432 s]
[INFO] Brooklyn CM Integration Root ....................... FAILURE [  0.123 s]
[INFO] Brooklyn Network Software Entities ................. SKIPPED
[INFO] Brooklyn OSGi Software Entities .................... SKIPPED
[INFO] Brooklyn Database Software Entities ................ SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn Messaging Software Entities ............... SKIPPED
[INFO] Brooklyn NoSQL Data Store Software Entities ........ SKIPPED
[INFO] Brooklyn Monitoring Software Entities .............. SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn QA ........................................ SKIPPED
[INFO] Brooklyn Examples Aggregator Project ............... SKIPPED
[INFO] Brooklyn Examples Aggregator Project - Webapps ..... SKIPPED
[INFO] hello-world-webapp Maven Webapp .................... SKIPPED
[INFO] hello-world-sql-webapp Maven Webapp ................ SKIPPED
[INFO] Brooklyn Simple Web Cluster Example ................ SKIPPED
[INFO] Brooklyn Library Karaf integration ................. SKIPPED
[INFO] Brooklyn Library Catalog ........................... SKIPPED
[INFO] Brooklyn Library Karaf Features 1.0.0-SNAPSHOT ..... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:12 min
[INFO] Finished at: 2018-10-07T08:44:38Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.5.2:install (default-install) on project brooklyn-software-cm: Failed to install artifact org.apache.brooklyn:brooklyn-software-cm:pom:1.0.0-SNAPSHOT: /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm/1.0.0-SNAPSHOT/brooklyn-software-cm-1.0.0-SNAPSHOT.pom (Permission denied) -> [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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :brooklyn-software-cm
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng-results.xml
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/351/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/351/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/351/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: brooklyn-library-master-docker #350

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/brooklyn-library-master-docker/350/display/redirect>

------------------------------------------
[...truncated 205.33 KB...]
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (brooklyn-build-req) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ brooklyn-software-cm-ansible ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ brooklyn-software-cm-ansible ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /usr/build/software/cm/ansible/target/classes
[INFO] /usr/build/software/cm/ansible/src/main/java/org/apache/brooklyn/entity/cm/ansible/AnsibleEntityImpl.java: Some input files use or override a deprecated API.
[INFO] /usr/build/software/cm/ansible/src/main/java/org/apache/brooklyn/entity/cm/ansible/AnsibleEntityImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ brooklyn-software-cm-ansible ---
[WARNING] Manifest org.apache.brooklyn:brooklyn-software-cm-ansible:jar:1.0.0-SNAPSHOT : Unused Export-Package instructions: [brooklyn.*] 
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ brooklyn-software-cm-ansible ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /usr/build/software/cm/ansible/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ brooklyn-software-cm-ansible ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /usr/build/software/cm/ansible/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ brooklyn-software-cm-ansible ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.brooklyn.entity.cm.ansible.AnsibleEntityIntegrationTest
2018-10-06 08:44:57,598 INFO  - TESTNG RUNNING: Suite: "Surefire test" containing "0" Tests (config: null)
2018-10-06 08:44:58,065 INFO  - TESTNG 
===============================================
    Surefire test
    Tests run: 0, Failures: 0, Skips: 0
===============================================
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.07 sec - in org.apache.brooklyn.entity.cm.ansible.AnsibleEntityIntegrationTest

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (test-jar-creation) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ brooklyn-software-cm-ansible ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: release/**
[INFO] Exclude: README.md
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/nbactions.xml
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: .mvn/jvm.config
[INFO] Exclude: **/src/main/license/**
[INFO] Exclude: **/src/test/license/**
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.pem
[INFO] Exclude: **/*_rsa.pub
[INFO] Exclude: **/*_rsa
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/src/test/resources/org/apache/brooklyn/entity/software/base/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/src/main/history/dependencies.xml
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] Exclude: **/.m2/**
[INFO] 11 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ brooklyn-software-cm-ansible ---
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar
[INFO] Installing /usr/build/software/cm/ansible/pom.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.pom
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --------------< org.apache.brooklyn:brooklyn-software-cm >--------------
[INFO] Building Brooklyn CM Integration Root 1.0.0-SNAPSHOT              [5/22]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ brooklyn-software-cm ---
[INFO] Deleting /usr/build/software/cm (includes = [brooklyn*.log, brooklyn*.log.*, stacktrace.log, test-output, prodDb.*], excludes = [])
[INFO] 
[INFO] --- maven-replacer-plugin:1.4.1:replace (fix-eclipse-dot-classpath-mangling) @ brooklyn-software-cm ---
[INFO] Ignoring missing file
[INFO] Replacement run on 0 file.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (brooklyn-build-req) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ brooklyn-software-cm ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 64 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: release/**
[INFO] Exclude: README.md
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/nbactions.xml
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: .mvn/jvm.config
[INFO] Exclude: **/src/main/license/**
[INFO] Exclude: **/src/test/license/**
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.pem
[INFO] Exclude: **/*_rsa.pub
[INFO] Exclude: **/*_rsa
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/src/test/resources/org/apache/brooklyn/entity/software/base/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/src/main/history/dependencies.xml
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] Exclude: **/.m2/**
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ brooklyn-software-cm ---
[INFO] Installing /usr/build/software/cm/pom.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm/1.0.0-SNAPSHOT/brooklyn-software-cm-1.0.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Brooklyn Library Root 1.0.0-SNAPSHOT ............... SUCCESS [  6.280 s]
[INFO] Brooklyn CM Chef ................................... SUCCESS [ 40.632 s]
[INFO] Brooklyn CM SaltStack .............................. SUCCESS [  5.993 s]
[INFO] Brooklyn CM Ansible ................................ SUCCESS [  4.344 s]
[INFO] Brooklyn CM Integration Root ....................... FAILURE [  0.192 s]
[INFO] Brooklyn Network Software Entities ................. SKIPPED
[INFO] Brooklyn OSGi Software Entities .................... SKIPPED
[INFO] Brooklyn Database Software Entities ................ SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn Messaging Software Entities ............... SKIPPED
[INFO] Brooklyn NoSQL Data Store Software Entities ........ SKIPPED
[INFO] Brooklyn Monitoring Software Entities .............. SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn QA ........................................ SKIPPED
[INFO] Brooklyn Examples Aggregator Project ............... SKIPPED
[INFO] Brooklyn Examples Aggregator Project - Webapps ..... SKIPPED
[INFO] hello-world-webapp Maven Webapp .................... SKIPPED
[INFO] hello-world-sql-webapp Maven Webapp ................ SKIPPED
[INFO] Brooklyn Simple Web Cluster Example ................ SKIPPED
[INFO] Brooklyn Library Karaf integration ................. SKIPPED
[INFO] Brooklyn Library Catalog ........................... SKIPPED
[INFO] Brooklyn Library Karaf Features 1.0.0-SNAPSHOT ..... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:06 min
[INFO] Finished at: 2018-10-06T08:44:58Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.5.2:install (default-install) on project brooklyn-software-cm: Failed to install artifact org.apache.brooklyn:brooklyn-software-cm:pom:1.0.0-SNAPSHOT: /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm/1.0.0-SNAPSHOT/brooklyn-software-cm-1.0.0-SNAPSHOT.pom (Permission denied) -> [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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :brooklyn-software-cm
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng-results.xml
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/350/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/350/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/350/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: brooklyn-library-master-docker #349

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/brooklyn-library-master-docker/349/display/redirect>

------------------------------------------
[...truncated 755.55 KB...]
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/nbactions.xml
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: .mvn/jvm.config
[INFO] Exclude: **/src/main/license/**
[INFO] Exclude: **/src/test/license/**
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.pem
[INFO] Exclude: **/*_rsa.pub
[INFO] Exclude: **/*_rsa
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/src/test/resources/org/apache/brooklyn/entity/software/base/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/src/main/history/dependencies.xml
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] Exclude: **/.m2/**
[INFO] 2 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 2 licenses.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ brooklyn-library-features ---
[INFO] Building jar: /usr/build/karaf/features/target/brooklyn-library-features-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ brooklyn-library-features ---
[INFO] Building jar: /usr/build/karaf/features/target/brooklyn-library-features-1.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ brooklyn-library-features ---
[INFO] No primary artifact to install, installing attached artifacts instead.
[INFO] Installing /usr/build/karaf/features/pom.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-library-features/1.0.0-SNAPSHOT/brooklyn-library-features-1.0.0-SNAPSHOT.pom
[INFO] Installing /usr/build/karaf/features/target/feature/feature.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-library-features/1.0.0-SNAPSHOT/brooklyn-library-features-1.0.0-SNAPSHOT-features.xml
[INFO] Installing /usr/build/karaf/features/target/brooklyn-library-features-1.0.0-SNAPSHOT-sources.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-library-features/1.0.0-SNAPSHOT/brooklyn-library-features-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /usr/build/karaf/features/target/brooklyn-library-features-1.0.0-SNAPSHOT-test-sources.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-library-features/1.0.0-SNAPSHOT/brooklyn-library-features-1.0.0-SNAPSHOT-test-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Brooklyn Library Root 1.0.0-SNAPSHOT ............... SUCCESS [  7.815 s]
[INFO] Brooklyn CM Chef ................................... SUCCESS [ 45.301 s]
[INFO] Brooklyn CM SaltStack .............................. SUCCESS [  7.005 s]
[INFO] Brooklyn CM Ansible ................................ SUCCESS [  4.714 s]
[INFO] Brooklyn CM Integration Root ....................... SUCCESS [  0.249 s]
[INFO] Brooklyn Network Software Entities ................. SUCCESS [  5.267 s]
[INFO] Brooklyn OSGi Software Entities .................... SUCCESS [  3.852 s]
[INFO] Brooklyn Database Software Entities ................ SUCCESS [  8.215 s]
[INFO] Brooklyn Web App Software Entities ................. SUCCESS [ 23.911 s]
[INFO] Brooklyn Messaging Software Entities ............... SUCCESS [ 11.947 s]
[INFO] Brooklyn NoSQL Data Store Software Entities ........ SUCCESS [ 20.642 s]
[INFO] Brooklyn Monitoring Software Entities .............. SUCCESS [  3.328 s]
[INFO] Brooklyn Web App Software Entities ................. SUCCESS [  0.199 s]
[INFO] Brooklyn QA ........................................ SUCCESS [ 23.172 s]
[INFO] Brooklyn Examples Aggregator Project ............... SUCCESS [  0.194 s]
[INFO] Brooklyn Examples Aggregator Project - Webapps ..... SUCCESS [  0.151 s]
[INFO] hello-world-webapp Maven Webapp .................... SUCCESS [  0.898 s]
[INFO] hello-world-sql-webapp Maven Webapp ................ SUCCESS [  1.402 s]
[INFO] Brooklyn Simple Web Cluster Example ................ SUCCESS [  7.303 s]
[INFO] Brooklyn Library Karaf integration ................. SUCCESS [  0.139 s]
[INFO] Brooklyn Library Catalog ........................... SUCCESS [  0.252 s]
[INFO] Brooklyn Library Karaf Features 1.0.0-SNAPSHOT ..... SUCCESS [  1.999 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:18 min
[INFO] Finished at: 2018-10-05T09:26:27Z
[INFO] ------------------------------------------------------------------------
[Current build status] check if current [SUCCESS] is worse or equals then [SUCCESS] and better or equals then [SUCCESS]
Run condition [Current build status] enabling perform for step [Execute shell]
[brooklyn-library-master-docker] $ /bin/bash -xe /tmp/jenkins196345069400980214.sh
++ id -u
+ docker run -i --rm --name brooklyn-library -u 910 -v /home/jenkins/.m2:/var/maven/.m2 -v <https://builds.apache.org/job/brooklyn-library-master-docker/ws/>:/usr/build -w /usr/build -e MAVEN_CONFIG=/var/maven/.m2 brooklyn:library mvn deploy -Duser.home=/var/maven -DskipTests
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Brooklyn Library Root                                              [pom]
[INFO] Brooklyn CM Chef                                                   [jar]
[INFO] Brooklyn CM SaltStack                                              [jar]
[INFO] Brooklyn CM Ansible                                                [jar]
[INFO] Brooklyn CM Integration Root                                       [pom]
[INFO] Brooklyn Network Software Entities                                 [jar]
[INFO] Brooklyn OSGi Software Entities                                    [jar]
[INFO] Brooklyn Database Software Entities                                [jar]
[INFO] Brooklyn Web App Software Entities                                 [jar]
[INFO] Brooklyn Messaging Software Entities                               [jar]
[INFO] Brooklyn NoSQL Data Store Software Entities                        [jar]
[INFO] Brooklyn Monitoring Software Entities                              [jar]
[INFO] Brooklyn Web App Software Entities                                 [jar]
[INFO] Brooklyn QA                                                        [jar]
[INFO] Brooklyn Examples Aggregator Project                               [pom]
[INFO] Brooklyn Examples Aggregator Project - Webapps                     [pom]
[INFO] hello-world-webapp Maven Webapp                                    [war]
[INFO] hello-world-sql-webapp Maven Webapp                                [war]
[INFO] Brooklyn Simple Web Cluster Example                                [jar]
[INFO] Brooklyn Library Karaf integration                                 [pom]
[INFO] Brooklyn Library Catalog                                           [jar]
[INFO] Brooklyn Library Karaf Features                                [feature]
[INFO] 
[INFO] ----------------< org.apache.brooklyn:brooklyn-library >----------------
[INFO] Building Brooklyn Library Root 1.0.0-SNAPSHOT                     [1/22]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-library ---
[INFO] Executing: /bin/sh -c cd /usr/build && git rev-parse --verify HEAD
[INFO] Working directory: /usr/build
[INFO] Storing buildNumber: 6a214e7733a97ba0ef3cc37e2218225d1c58cfd5 at timestamp: 1538731594005
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd /usr/build && git rev-parse --verify HEAD
[INFO] Working directory: /usr/build
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (brooklyn-build-req) @ brooklyn-library ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-library ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ brooklyn-library ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-library ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ brooklyn-library ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /usr/build/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 94 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: release/**
[INFO] Exclude: README.md
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/nbactions.xml
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: .mvn/jvm.config
[INFO] Exclude: **/src/main/license/**
[INFO] Exclude: **/src/test/license/**
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.pem
[INFO] Exclude: **/*_rsa.pub
[INFO] Exclude: **/*_rsa
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/src/test/resources/org/apache/brooklyn/entity/software/base/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/src/main/history/dependencies.xml
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] Exclude: **/.m2/**
[INFO] 5 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 3 licenses.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ brooklyn-library ---
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ brooklyn-library ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ brooklyn-library ---
[INFO] Installing /usr/build/pom.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-library/1.0.0-SNAPSHOT/brooklyn-library-1.0.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ brooklyn-library ---
Downloading from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/brooklyn/brooklyn-library/1.0.0-SNAPSHOT/maven-metadata.xml
Progress (1): 616 B                   Downloaded from apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/brooklyn/brooklyn-library/1.0.0-SNAPSHOT/maven-metadata.xml (616 B at 575 B/s)
Uploading to apache.snapshots.https: https://repository.apache.org/content/repositories/snapshots/org/apache/brooklyn/brooklyn-library/1.0.0-SNAPSHOT/brooklyn-library-1.0.0-20181005.092638-388.pom
Progress (1): 2.0/5.3 kBProgress (1): 4.1/5.3 kBProgress (1): 5.3 kB                        [INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Brooklyn Library Root 1.0.0-SNAPSHOT ............... FAILURE [  5.544 s]
[INFO] Brooklyn CM Chef ................................... SKIPPED
[INFO] Brooklyn CM SaltStack .............................. SKIPPED
[INFO] Brooklyn CM Ansible ................................ SKIPPED
[INFO] Brooklyn CM Integration Root ....................... SKIPPED
[INFO] Brooklyn Network Software Entities ................. SKIPPED
[INFO] Brooklyn OSGi Software Entities .................... SKIPPED
[INFO] Brooklyn Database Software Entities ................ SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn Messaging Software Entities ............... SKIPPED
[INFO] Brooklyn NoSQL Data Store Software Entities ........ SKIPPED
[INFO] Brooklyn Monitoring Software Entities .............. SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn QA ........................................ SKIPPED
[INFO] Brooklyn Examples Aggregator Project ............... SKIPPED
[INFO] Brooklyn Examples Aggregator Project - Webapps ..... SKIPPED
[INFO] hello-world-webapp Maven Webapp .................... SKIPPED
[INFO] hello-world-sql-webapp Maven Webapp ................ SKIPPED
[INFO] Brooklyn Simple Web Cluster Example ................ SKIPPED
[INFO] Brooklyn Library Karaf integration ................. SKIPPED
[INFO] Brooklyn Library Catalog ........................... SKIPPED
[INFO] Brooklyn Library Karaf Features 1.0.0-SNAPSHOT ..... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.171 s
[INFO] Finished at: 2018-10-05T09:26:39Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project brooklyn-library: Failed to deploy artifacts: Could not transfer artifact org.apache.brooklyn:brooklyn-library:pom:1.0.0-20181005.092638-388 from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Failed to transfer file: https://repository.apache.org/content/repositories/snapshots/org/apache/brooklyn/brooklyn-library/1.0.0-SNAPSHOT/brooklyn-library-1.0.0-20181005.092638-388.pom. Return code is: 401, ReasonPhrase: Unauthorized. -> [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
Build step 'Conditional step (single)' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng-results.xml
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/349/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/349/testng/testng-results-10.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/349/testng/testng-results-11.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/349/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/349/testng/testng-results-3.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/349/testng/testng-results-4.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/349/testng/testng-results-5.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/349/testng/testng-results-6.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/349/testng/testng-results-7.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/349/testng/testng-results-8.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/349/testng/testng-results-9.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/349/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: brooklyn-library-master-docker #348

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/brooklyn-library-master-docker/348/display/redirect>

------------------------------------------
[...truncated 205.43 KB...]
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (brooklyn-build-req) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ brooklyn-software-cm-ansible ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ brooklyn-software-cm-ansible ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /usr/build/software/cm/ansible/target/classes
[INFO] /usr/build/software/cm/ansible/src/main/java/org/apache/brooklyn/entity/cm/ansible/AnsibleEntityImpl.java: Some input files use or override a deprecated API.
[INFO] /usr/build/software/cm/ansible/src/main/java/org/apache/brooklyn/entity/cm/ansible/AnsibleEntityImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ brooklyn-software-cm-ansible ---
[WARNING] Manifest org.apache.brooklyn:brooklyn-software-cm-ansible:jar:1.0.0-SNAPSHOT : Unused Export-Package instructions: [brooklyn.*] 
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ brooklyn-software-cm-ansible ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /usr/build/software/cm/ansible/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ brooklyn-software-cm-ansible ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /usr/build/software/cm/ansible/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ brooklyn-software-cm-ansible ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.brooklyn.entity.cm.ansible.AnsibleEntityIntegrationTest
2018-10-04 08:44:33,293 INFO  - TESTNG RUNNING: Suite: "Surefire test" containing "0" Tests (config: null)
2018-10-04 08:44:33,314 INFO  - TESTNG 
===============================================
    Surefire test
    Tests run: 0, Failures: 0, Skips: 0
===============================================
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.044 sec - in org.apache.brooklyn.entity.cm.ansible.AnsibleEntityIntegrationTest

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (test-jar-creation) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ brooklyn-software-cm-ansible ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: release/**
[INFO] Exclude: README.md
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/nbactions.xml
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: .mvn/jvm.config
[INFO] Exclude: **/src/main/license/**
[INFO] Exclude: **/src/test/license/**
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.pem
[INFO] Exclude: **/*_rsa.pub
[INFO] Exclude: **/*_rsa
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/src/test/resources/org/apache/brooklyn/entity/software/base/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/src/main/history/dependencies.xml
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] Exclude: **/.m2/**
[INFO] 11 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ brooklyn-software-cm-ansible ---
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar
[INFO] Installing /usr/build/software/cm/ansible/pom.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.pom
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --------------< org.apache.brooklyn:brooklyn-software-cm >--------------
[INFO] Building Brooklyn CM Integration Root 1.0.0-SNAPSHOT              [5/22]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ brooklyn-software-cm ---
[INFO] Deleting /usr/build/software/cm (includes = [brooklyn*.log, brooklyn*.log.*, stacktrace.log, test-output, prodDb.*], excludes = [])
[INFO] 
[INFO] --- maven-replacer-plugin:1.4.1:replace (fix-eclipse-dot-classpath-mangling) @ brooklyn-software-cm ---
[INFO] Ignoring missing file
[INFO] Replacement run on 0 file.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (brooklyn-build-req) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ brooklyn-software-cm ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 64 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: release/**
[INFO] Exclude: README.md
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/nbactions.xml
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: .mvn/jvm.config
[INFO] Exclude: **/src/main/license/**
[INFO] Exclude: **/src/test/license/**
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.pem
[INFO] Exclude: **/*_rsa.pub
[INFO] Exclude: **/*_rsa
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/src/test/resources/org/apache/brooklyn/entity/software/base/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/src/main/history/dependencies.xml
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] Exclude: **/.m2/**
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ brooklyn-software-cm ---
[INFO] Installing /usr/build/software/cm/pom.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm/1.0.0-SNAPSHOT/brooklyn-software-cm-1.0.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Brooklyn Library Root 1.0.0-SNAPSHOT ............... SUCCESS [  7.019 s]
[INFO] Brooklyn CM Chef ................................... SUCCESS [ 42.771 s]
[INFO] Brooklyn CM SaltStack .............................. SUCCESS [  6.344 s]
[INFO] Brooklyn CM Ansible ................................ SUCCESS [  4.352 s]
[INFO] Brooklyn CM Integration Root ....................... FAILURE [  0.167 s]
[INFO] Brooklyn Network Software Entities ................. SKIPPED
[INFO] Brooklyn OSGi Software Entities .................... SKIPPED
[INFO] Brooklyn Database Software Entities ................ SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn Messaging Software Entities ............... SKIPPED
[INFO] Brooklyn NoSQL Data Store Software Entities ........ SKIPPED
[INFO] Brooklyn Monitoring Software Entities .............. SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn QA ........................................ SKIPPED
[INFO] Brooklyn Examples Aggregator Project ............... SKIPPED
[INFO] Brooklyn Examples Aggregator Project - Webapps ..... SKIPPED
[INFO] hello-world-webapp Maven Webapp .................... SKIPPED
[INFO] hello-world-sql-webapp Maven Webapp ................ SKIPPED
[INFO] Brooklyn Simple Web Cluster Example ................ SKIPPED
[INFO] Brooklyn Library Karaf integration ................. SKIPPED
[INFO] Brooklyn Library Catalog ........................... SKIPPED
[INFO] Brooklyn Library Karaf Features 1.0.0-SNAPSHOT ..... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:11 min
[INFO] Finished at: 2018-10-04T08:44:34Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.5.2:install (default-install) on project brooklyn-software-cm: Failed to install artifact org.apache.brooklyn:brooklyn-software-cm:pom:1.0.0-SNAPSHOT: /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm/1.0.0-SNAPSHOT/brooklyn-software-cm-1.0.0-SNAPSHOT.pom (Permission denied) -> [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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :brooklyn-software-cm
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng-results.xml
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/348/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/348/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/348/testng/testng-results.xml'
TestNG Reports Processing: FINISH

Build failed in Jenkins: brooklyn-library-master-docker #347

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/brooklyn-library-master-docker/347/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on H25 (ubuntu xenial) in workspace <https://builds.apache.org/job/brooklyn-library-master-docker/ws/>
[WS-CLEANUP] Deleting project workspace...
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H25
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1036)
		at hudson.FilePath.act(FilePath.java:1025)
		at hudson.FilePath.mkdirs(FilePath.java:1213)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
java.nio.file.FileSystemException: <https://builds.apache.org/job/brooklyn-library-master-docker/ws/>: No space left on device
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:384)
	at java.nio.file.Files.createDirectory(Files.java:674)
	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781)
	at java.nio.file.Files.createDirectories(Files.java:767)
	at hudson.FilePath.mkdirs(FilePath.java:3103)
	at hudson.FilePath.access$900(FilePath.java:209)
	at hudson.FilePath$Mkdirs.invoke(FilePath.java:1221)
	at hudson.FilePath$Mkdirs.invoke(FilePath.java:1217)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.io.IOException: remote file operation failed: <https://builds.apache.org/job/brooklyn-library-master-docker/ws/> at hudson.remoting.Channel@74080f34:H25
	at hudson.FilePath.act(FilePath.java:1043)
	at hudson.FilePath.act(FilePath.java:1025)
	at hudson.FilePath.mkdirs(FilePath.java:1213)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1794)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Retrying after 10 seconds
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H25
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1036)
		at hudson.FilePath.act(FilePath.java:1025)
		at hudson.FilePath.mkdirs(FilePath.java:1213)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
java.nio.file.FileSystemException: <https://builds.apache.org/job/brooklyn-library-master-docker/ws/>: No space left on device
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:384)
	at java.nio.file.Files.createDirectory(Files.java:674)
	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781)
	at java.nio.file.Files.createDirectories(Files.java:767)
	at hudson.FilePath.mkdirs(FilePath.java:3103)
	at hudson.FilePath.access$900(FilePath.java:209)
	at hudson.FilePath$Mkdirs.invoke(FilePath.java:1221)
	at hudson.FilePath$Mkdirs.invoke(FilePath.java:1217)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.io.IOException: remote file operation failed: <https://builds.apache.org/job/brooklyn-library-master-docker/ws/> at hudson.remoting.Channel@74080f34:H25
	at hudson.FilePath.act(FilePath.java:1043)
	at hudson.FilePath.act(FilePath.java:1025)
	at hudson.FilePath.mkdirs(FilePath.java:1213)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1794)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Retrying after 10 seconds
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H25
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1036)
		at hudson.FilePath.act(FilePath.java:1025)
		at hudson.FilePath.mkdirs(FilePath.java:1213)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1794)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
java.nio.file.FileSystemException: <https://builds.apache.org/job/brooklyn-library-master-docker/ws/>: No space left on device
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
	at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:384)
	at java.nio.file.Files.createDirectory(Files.java:674)
	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781)
	at java.nio.file.Files.createDirectories(Files.java:767)
	at hudson.FilePath.mkdirs(FilePath.java:3103)
	at hudson.FilePath.access$900(FilePath.java:209)
	at hudson.FilePath$Mkdirs.invoke(FilePath.java:1221)
	at hudson.FilePath$Mkdirs.invoke(FilePath.java:1217)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Caused: java.io.IOException: remote file operation failed: <https://builds.apache.org/job/brooklyn-library-master-docker/ws/> at hudson.remoting.Channel@74080f34:H25
	at hudson.FilePath.act(FilePath.java:1043)
	at hudson.FilePath.act(FilePath.java:1025)
	at hudson.FilePath.mkdirs(FilePath.java:1213)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1202)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1794)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Recording test results
ERROR: Build step failed with exception
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to H25
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:955)
		at hudson.FilePath.act(FilePath.java:1036)
		at hudson.FilePath.act(FilePath.java:1025)
		at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:114)
		at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:136)
		at hudson.tasks.junit.JUnitResultArchiver.parseAndAttach(JUnitResultArchiver.java:166)
		at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:153)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
		at hudson.model.Build$BuildExecution.post2(Build.java:186)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
		at hudson.model.Run.execute(Run.java:1819)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
<https://builds.apache.org/job/brooklyn-library-master-docker/ws/> does not exist.
	at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:484)
	at org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:461)
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:141)
	at hudson.tasks.junit.JUnitParser$ParseResultCallable.invoke(JUnitParser.java:118)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
	at hudson.remoting.UserRequest.perform(UserRequest.java:212)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:748)
Build step 'Publish JUnit test result report' marked build as failure
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng-results.xml
Did not find any matching files.

Build failed in Jenkins: brooklyn-library-master-docker #346

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/brooklyn-library-master-docker/346/display/redirect>

------------------------------------------
[...truncated 202.96 KB...]
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (brooklyn-build-req) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ brooklyn-software-cm-ansible ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ brooklyn-software-cm-ansible ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 7 source files to /usr/build/software/cm/ansible/target/classes
[INFO] /usr/build/software/cm/ansible/src/main/java/org/apache/brooklyn/entity/cm/ansible/AnsibleEntityImpl.java: Some input files use or override a deprecated API.
[INFO] /usr/build/software/cm/ansible/src/main/java/org/apache/brooklyn/entity/cm/ansible/AnsibleEntityImpl.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ brooklyn-software-cm-ansible ---
[WARNING] Manifest org.apache.brooklyn:brooklyn-software-cm-ansible:jar:1.0.0-SNAPSHOT : Unused Export-Package instructions: [brooklyn.*] 
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ brooklyn-software-cm-ansible ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /usr/build/software/cm/ansible/src/test/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ brooklyn-software-cm-ansible ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /usr/build/software/cm/ansible/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ brooklyn-software-cm-ansible ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.brooklyn.entity.cm.ansible.AnsibleEntityIntegrationTest
2018-10-02 08:44:28,373 INFO  - TESTNG RUNNING: Suite: "Surefire test" containing "0" Tests (config: null)
2018-10-02 08:44:28,398 INFO  - TESTNG 
===============================================
    Surefire test
    Tests run: 0, Failures: 0, Skips: 0
===============================================
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.065 sec - in org.apache.brooklyn.entity.cm.ansible.AnsibleEntityIntegrationTest

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-software-cm-ansible ---
[INFO] 
[INFO] --- maven-jar-plugin:2.6:test-jar (test-jar-creation) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ brooklyn-software-cm-ansible ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 61 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: release/**
[INFO] Exclude: README.md
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/nbactions.xml
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: .mvn/jvm.config
[INFO] Exclude: **/src/main/license/**
[INFO] Exclude: **/src/test/license/**
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.pem
[INFO] Exclude: **/*_rsa.pub
[INFO] Exclude: **/*_rsa
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/src/test/resources/org/apache/brooklyn/entity/software/base/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/src/main/history/dependencies.xml
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] Exclude: **/.m2/**
[INFO] 11 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 10 licenses.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ brooklyn-software-cm-ansible ---
[INFO] Building jar: /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ brooklyn-software-cm-ansible ---
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.jar
[INFO] Installing /usr/build/software/cm/ansible/pom.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT.pom
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-tests.jar
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-sources.jar
[INFO] Installing /usr/build/software/cm/ansible/target/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm-ansible/1.0.0-SNAPSHOT/brooklyn-software-cm-ansible-1.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --------------< org.apache.brooklyn:brooklyn-software-cm >--------------
[INFO] Building Brooklyn CM Integration Root 1.0.0-SNAPSHOT              [5/22]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ brooklyn-software-cm ---
[INFO] Deleting /usr/build/software/cm (includes = [brooklyn*.log, brooklyn*.log.*, stacktrace.log, test-output, prodDb.*], excludes = [])
[INFO] 
[INFO] --- maven-replacer-plugin:1.4.1:replace (fix-eclipse-dot-classpath-mangling) @ brooklyn-software-cm ---
[INFO] Ignoring missing file
[INFO] Replacement run on 0 file.
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (brooklyn-build-req) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-site-plugin:3.4:attach-descriptor (attach-descriptor) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (default) @ brooklyn-software-cm ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 64 implicit excludes (use -debug for more details).
[INFO] Exclude: sandbox/**
[INFO] Exclude: release/**
[INFO] Exclude: README.md
[INFO] Exclude: **/.git/**
[INFO] Exclude: **/.gitignore
[INFO] Exclude: **/.repository/**
[INFO] Exclude: **/.idea/**
[INFO] Exclude: **/*.iml
[INFO] Exclude: **/.classpath/**
[INFO] Exclude: **/.project
[INFO] Exclude: **/.settings/**
[INFO] Exclude: **/*.log
[INFO] Exclude: **/brooklyn*.log.*
[INFO] Exclude: **/target/**
[INFO] Exclude: **/nbactions.xml
[INFO] Exclude: **/nb-configuration.xml
[INFO] Exclude: ignored/**
[INFO] Exclude: LICENSE.md
[INFO] Exclude: .mvn/jvm.config
[INFO] Exclude: **/src/main/license/**
[INFO] Exclude: **/src/test/license/**
[INFO] Exclude: **/MANIFEST.MF
[INFO] Exclude: **/test-output/**
[INFO] Exclude: **/*.pem.pub
[INFO] Exclude: **/*.pem
[INFO] Exclude: **/*_rsa.pub
[INFO] Exclude: **/*_rsa
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/*.crt
[INFO] Exclude: **/*.csr
[INFO] Exclude: **/*.key
[INFO] Exclude: **/*.key.org
[INFO] Exclude: **/*.psd
[INFO] Exclude: **/*.json
[INFO] Exclude: **/*.plxarc
[INFO] Exclude: **/src/test/resources/org/apache/brooklyn/entity/software/base/template_with_extra_substitutions.txt
[INFO] Exclude: **/src/main/resources/banner.txt
[INFO] Exclude: **/src/test/resources/ssl/certs/localhost/info.txt
[INFO] Exclude: **/src/main/history/dependencies.xml
[INFO] Exclude: **/sandbox/examples/src/main/scripts/amis.txt
[INFO] Exclude: docs/**
[INFO] Exclude: **/.m2/**
[INFO] 1 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses.
[INFO] 
[INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-sources) @ brooklyn-software-cm ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ brooklyn-software-cm ---
[INFO] Installing /usr/build/software/cm/pom.xml to /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm/1.0.0-SNAPSHOT/brooklyn-software-cm-1.0.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Brooklyn Library Root 1.0.0-SNAPSHOT ............... SUCCESS [  7.326 s]
[INFO] Brooklyn CM Chef ................................... SUCCESS [ 42.267 s]
[INFO] Brooklyn CM SaltStack .............................. SUCCESS [  6.235 s]
[INFO] Brooklyn CM Ansible ................................ SUCCESS [  4.512 s]
[INFO] Brooklyn CM Integration Root ....................... FAILURE [  0.155 s]
[INFO] Brooklyn Network Software Entities ................. SKIPPED
[INFO] Brooklyn OSGi Software Entities .................... SKIPPED
[INFO] Brooklyn Database Software Entities ................ SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn Messaging Software Entities ............... SKIPPED
[INFO] Brooklyn NoSQL Data Store Software Entities ........ SKIPPED
[INFO] Brooklyn Monitoring Software Entities .............. SKIPPED
[INFO] Brooklyn Web App Software Entities ................. SKIPPED
[INFO] Brooklyn QA ........................................ SKIPPED
[INFO] Brooklyn Examples Aggregator Project ............... SKIPPED
[INFO] Brooklyn Examples Aggregator Project - Webapps ..... SKIPPED
[INFO] hello-world-webapp Maven Webapp .................... SKIPPED
[INFO] hello-world-sql-webapp Maven Webapp ................ SKIPPED
[INFO] Brooklyn Simple Web Cluster Example ................ SKIPPED
[INFO] Brooklyn Library Karaf integration ................. SKIPPED
[INFO] Brooklyn Library Catalog ........................... SKIPPED
[INFO] Brooklyn Library Karaf Features 1.0.0-SNAPSHOT ..... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:11 min
[INFO] Finished at: 2018-10-02T08:44:29Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.5.2:install (default-install) on project brooklyn-software-cm: Failed to install artifact org.apache.brooklyn:brooklyn-software-cm:pom:1.0.0-SNAPSHOT: /var/maven/.m2/repository/org/apache/brooklyn/brooklyn-software-cm/1.0.0-SNAPSHOT/brooklyn-software-cm-1.0.0-SNAPSHOT.pom (Permission denied) -> [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
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :brooklyn-software-cm
Build step 'Execute shell' marked build as failure
Recording test results
TestNG Reports Processing: START
Looking for TestNG results report in workspace using pattern: **/testng-results.xml
Saving reports...
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/346/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/346/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/346/testng/testng-results.xml'
TestNG Reports Processing: FINISH