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/08/28 08:44:13 UTC

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

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

------------------------------------------
[...truncated 41.35 KB...]
[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-08-28 08:44:10,816 INFO  - TESTNG RUNNING: Suite: "Surefire test" containing "0" Tests (config: null)
2018-08-28 08:44:11,258 INFO  - TESTNG 
===============================================
    Surefire test
    Tests run: 0, Failures: 0, Skips: 0
===============================================
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.035 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] ------------------------------------------------------------------------
[INFO] Building Brooklyn CM Integration Root 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[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 .............................. SUCCESS [  7.164 s]
[INFO] Brooklyn CM Chef ................................... SUCCESS [ 28.300 s]
[INFO] Brooklyn CM SaltStack .............................. SUCCESS [  6.067 s]
[INFO] Brooklyn CM Ansible ................................ SUCCESS [  4.172 s]
[INFO] Brooklyn CM Integration Root ....................... FAILURE [  0.127 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 .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 54.989 s
[INFO] Finished at: 2018-08-28T08:44:12Z
[INFO] Final Memory: 69M/655M
[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/308/testng/testng-results-1.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/308/testng/testng-results-2.xml'
Processing '/x1/jenkins/jenkins-home/jobs/brooklyn-library-master-docker/builds/308/testng/testng-results.xml'
TestNG Reports Processing: FINISH