Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[microprofile-dev] Build failed in Jenkins: reactive-streams-maven-snapshots #466

See <https://ci-staging.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/466/display/redirect>

Changes:

------------------------------------------
[...truncated 2.48 KB...]
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-microprofile"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Building remotely on default-agent-rlxtt in workspace <https://ci-staging.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/>
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/microprofile-reactive-streams.git
 > git init <https://ci-staging.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/> # timeout=10
Fetching upstream changes from https://github.com/eclipse/microprofile-reactive-streams.git
 > git --version # timeout=10
 > git fetch --tags --force --progress https://github.com/eclipse/microprofile-reactive-streams.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/eclipse/microprofile-reactive-streams.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/microprofile-reactive-streams.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/microprofile-reactive-streams.git
 > git fetch --tags --force --progress https://github.com/eclipse/microprofile-reactive-streams.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 389f8b53b55dfe0013a7ae293791930e31c158d6 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 389f8b53b55dfe0013a7ae293791930e31c158d6
Commit message: "[maven-release-plugin] prepare for next development iteration"
 > git rev-list --no-walk 389f8b53b55dfe0013a7ae293791930e31c158d6 # timeout=10
Parsing POMs
Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.1.15.Final/arquillian-bom-1.1.15.Final.pom
Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom
Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.2.6/shrinkwrap-resolver-bom-2.2.6.pom
Downloaded artifact https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom
Modules changed, recalculating dependency graph
Established TCP socket on 36147
Copied maven35-agent.jar
Copied maven35-interceptor.jar
Copied maven3-interceptor-commons.jar
[reactive-streams-maven-snapshots] $ /opt/tools/java/oracle/jdk-8/latest/bin/java -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -cp /home/jenkins/agent/maven35-agent.jar:/opt/tools/apache-maven/latest/boot/plexus-classworlds-2.5.2.jar:/opt/tools/apache-maven/latest/conf/logging jenkins.maven3.agent.Maven35Main /opt/tools/apache-maven/latest /usr/share/jenkins/slave.jar /home/jenkins/agent/maven35-interceptor.jar /home/jenkins/agent/maven3-interceptor-commons.jar 36147
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
Sep 05, 2019 5:50:42 AM hudson.remoting.ChannelBuilder withJarCacheOrDefault
WARNING: Could not create jar cache. Running without cache.
java.io.IOException: Failed to initialize the default JAR Cache location
	at hudson.remoting.JarCache.getDefault(JarCache.java:41)
	at hudson.remoting.ChannelBuilder.withJarCacheOrDefault(ChannelBuilder.java:221)
	at hudson.remoting.Launcher.main(Launcher.java:736)
	at hudson.remoting.Launcher.main(Launcher.java:724)
	at hudson.remoting.Launcher.main(Launcher.java:715)
	at hudson.remoting.Launcher.main(Launcher.java:711)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at jenkins.maven3.agent.Maven35Main.main(Maven35Main.java:137)
	at jenkins.maven3.agent.Maven35Main.main(Maven35Main.java:65)
Caused by: java.lang.IllegalArgumentException: Root directory not writable: /home/jenkins/.jenkins/cache/jars
	at hudson.remoting.FileSystemJarCache.<init>(FileSystemJarCache.java:62)
	at hudson.remoting.JarCache.getDefault(JarCache.java:39)
	... 11 more
Caused by: java.nio.file.AccessDeniedException: /home/jenkins/.jenkins/cache
	at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84)
	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.remoting.Util.mkdirs(Util.java:159)
	at hudson.remoting.FileSystemJarCache.<init>(FileSystemJarCache.java:60)
	... 12 more

<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://ci-staging.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/pom.xml> install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-api:jar:1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.eclipse.microprofile.maven:microprofile-maven-build-extension is missing. @ org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-parent:1.1-SNAPSHOT, <https://ci-staging.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/pom.xml,> line 260, column 21
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-core:jar:1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.eclipse.microprofile.maven:microprofile-maven-build-extension is missing. @ org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-parent:1.1-SNAPSHOT, <https://ci-staging.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/pom.xml,> line 260, column 21
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-tck:jar:1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.eclipse.microprofile.maven:microprofile-maven-build-extension is missing. @ org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-tck:[unknown-version], <https://ci-staging.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/tck/pom.xml,> line 107, column 21
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-spec:pom:1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.eclipse.microprofile.maven:microprofile-maven-build-extension is missing. @ org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-parent:1.1-SNAPSHOT, <https://ci-staging.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/pom.xml,> line 260, column 21
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-parent:pom:1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.eclipse.microprofile.maven:microprofile-maven-build-extension is missing. @ line 260, column 21
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Eclipse MicroProfile Reactive Streams Operators                    [pom]
[INFO] Eclipse MicroProfile Reactive Streams Operators API                [jar]
[INFO] MicroProfile Reactive Streams Operators Core                       [jar]
[INFO] Eclipse MicroProfile Reactive Streams Operators TCK                [jar]
[INFO] Eclipse MicroProfile Reactive Streams Operators Specification      [pom]
[INFO] 
[INFO] --< org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-parent >--
[INFO] Building Eclipse MicroProfile Reactive Streams Operators 1.1-SNAPSHOT [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-streams-operators-parent ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://ci-staging.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 78 implicit excludes (use -debug for more details).
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/target
[INFO] Exclude: .travis.yml.*
[INFO] Exclude: bnd.bnd
[INFO] Exclude: *.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: .factorypath
[INFO] Exclude: .editorconfig
[INFO] Exclude: **/node_modules/**
[INFO] Exclude: **/*.json
[INFO] 8 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 6 licenses.
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-api:jar:1.1-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-api:jar:1.1-SNAPSHOT (provided)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:checkstyle-aggregate (verify-style) @ microprofile-reactive-streams-operators-parent ---
[INFO] Starting audit...
Audit done.
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-reactive-streams-operators-parent ---
[INFO] Installing <https://ci-staging.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/pom.xml> to /home/jenkins/.m2/repository/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-parent/1.1-SNAPSHOT/microprofile-reactive-streams-operators-parent-1.1-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.microprofile.reactive-streams-operators:microprofile-reactive-streams-operators-api >--
[INFO] Building Eclipse MicroProfile Reactive Streams Operators API 1.1-SNAPSHOT [2/5]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ microprofile-reactive-streams-operators-api ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from <https://ci-staging.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/api/.gitignore>
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 64 implicit excludes (use -debug for more details).
[INFO] Exclude: **/*.svg
[INFO] Exclude: **/target
[INFO] Exclude: .travis.yml.*
[INFO] Exclude: bnd.bnd
[INFO] Exclude: *.log
[INFO] Exclude: .checkstyle
[INFO] Exclude: .factorypath
[INFO] Exclude: .editorconfig
[INFO] Exclude: **/node_modules/**
[INFO] Exclude: **/*.json
[INFO] 70 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 30 licenses.
[INFO] 
[INFO] --- frontend-maven-plugin:1.6:install-node-and-npm (install-node-and-run-npm-install) @ microprofile-reactive-streams-operators-api ---
[INFO] Installing node version v8.11.3
[INFO] Downloading https://nodejs.org/dist/v8.11.3/node-v8.11.3-linux-x64.tar.gz to /home/jenkins/.m2/repository/com/github/eirslett/node/8.11.3/node-8.11.3-linux-x64.tar.gz
[INFO] No proxies configured
[INFO] No proxy was configured, downloading directly
[INFO] Unpacking /home/jenkins/.m2/repository/com/github/eirslett/node/8.11.3/node-8.11.3-linux-x64.tar.gz into <https://ci-staging.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/api/node/tmp>
[INFO] Copying node binary from <https://ci-staging.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/api/node/tmp/node-v8.11.3-linux-x64/bin/node> to <https://ci-staging.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/api/node/node>
[INFO] Extracting NPM
[INFO] Installed node locally.
[INFO] 
[INFO] --- frontend-maven-plugin:1.6:npm (install-node-and-run-npm-install) @ microprofile-reactive-streams-operators-api ---
[INFO] Running 'npm install' in <https://ci-staging.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/api>
[ERROR] npm ERR! path /home/jenkins/.npm
[ERROR] npm ERR! code EACCES
[ERROR] npm ERR! errno -13
[ERROR] npm ERR! syscall mkdir
[ERROR] npm ERR! Error: EACCES: permission denied, mkdir '/home/jenkins/.npm'
[ERROR] npm ERR!  { Error: EACCES: permission denied, mkdir '/home/jenkins/.npm'
[ERROR] npm ERR!   stack: 'Error: EACCES: permission denied, mkdir \'/home/jenkins/.npm\'',
[ERROR] npm ERR!   errno: -13,
[ERROR] npm ERR!   code: 'EACCES',
[ERROR] npm ERR!   syscall: 'mkdir',
[ERROR] npm ERR!   path: '/home/jenkins/.npm' }
[ERROR] npm ERR! 
[ERROR] npm ERR! Please try running this command again as root/Administrator.
[ERROR] 
[ERROR] ┌───────────────────────────────────────────────────────────┐
[ERROR] │                  npm update check failed                  │
[ERROR] │            Try running with sudo or get access            │
[ERROR] │           to the local update config store via            │
[ERROR] │ sudo chown -R $USER:$(id -gn $USER) /home/jenkins/.config │
[ERROR] └───────────────────────────────────────────────────────────┘
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Eclipse MicroProfile Reactive Streams Operators 1.1-SNAPSHOT:
[INFO] 
[INFO] Eclipse MicroProfile Reactive Streams Operators .... SUCCESS [ 57.746 s]
[INFO] Eclipse MicroProfile Reactive Streams Operators API  FAILURE [ 17.519 s]
[INFO] MicroProfile Reactive Streams Operators Core ....... SKIPPED
[INFO] Eclipse MicroProfile Reactive Streams Operators TCK  SKIPPED
[INFO] Eclipse MicroProfile Reactive Streams Operators Specification SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:18 min
[INFO] Finished at: 2019-09-05T05:52:03Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.6:npm (install-node-and-run-npm-install) on project microprofile-reactive-streams-operators-api: Failed to run task: 'npm install' failed. org.apache.commons.exec.ExecuteException: Process exited with an error: 243 (Exit value: 243) -> [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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :microprofile-reactive-streams-operators-api
[JENKINS] Archiving <https://ci-staging.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/core/pom.xml> to org.eclipse.microprofile.reactive-streams-operators/microprofile-reactive-streams-operators-core/1.1-SNAPSHOT/microprofile-reactive-streams-operators-core-1.1-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-staging.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/pom.xml> to org.eclipse.microprofile.reactive-streams-operators/microprofile-reactive-streams-operators-parent/1.1-SNAPSHOT/microprofile-reactive-streams-operators-parent-1.1-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-staging.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/spec/pom.xml> to org.eclipse.microprofile.reactive-streams-operators/microprofile-reactive-streams-operators-spec/1.1-SNAPSHOT/microprofile-reactive-streams-operators-spec-1.1-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-staging.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/tck/pom.xml> to org.eclipse.microprofile.reactive-streams-operators/microprofile-reactive-streams-operators-tck/1.1-SNAPSHOT/microprofile-reactive-streams-operators-tck-1.1-SNAPSHOT.pom
[JENKINS] Archiving <https://ci-staging.eclipse.org/microprofile/job/reactive-streams-maven-snapshots/ws/api/pom.xml> to org.eclipse.microprofile.reactive-streams-operators/microprofile-reactive-streams-operators-api/1.1-SNAPSHOT/microprofile-reactive-streams-operators-api-1.1-SNAPSHOT.pom
channel stopped


Back to the top