Skip to content

Console Output

Started by upstream project "sisu.plexus" build number 225
originally caused by:
 Started by upstream project "sisu.inject" build number 183
 originally caused by:
  Started by an SCM change
 Started by upstream project "sisu.inject" build number 183
Started by upstream project "sisu.plexus" build number 225
originally caused by:
 Started by upstream project "sisu.inject" build number 183
 originally caused by:
  Started by an SCM change
 Started by upstream project "sisu.inject" build number 183
Running as SYSTEM
Agent basic-001sq is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-001sq"
  namespace: "sisu"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.sisu.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-001sq"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-001sq"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.sisu.svc.cluster.local/sisu/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-sisu"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-001sq (basic) in workspace /home/jenkins/agent/workspace/sisu.mojos
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/sisu.mojos.git
 > git init /home/jenkins/agent/workspace/sisu.mojos # timeout=10
Fetching upstream changes from https://github.com/eclipse/sisu.mojos.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/sisu.mojos.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/sisu.mojos.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 88c981bc381e00c060704cc2c110197954984c9c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 88c981bc381e00c060704cc2c110197954984c9c # timeout=10
Commit message: "spotless:apply"
 > git rev-list --no-walk 88c981bc381e00c060704cc2c110197954984c9c # timeout=10
[sisu.mojos] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/sisu.mojos/.repository clean install -B
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] -----------------< org.eclipse.sisu:sisu-maven-plugin >-----------------
[INFO] Building Sisu Maven Plugin 0.9.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ sisu-maven-plugin ---
[INFO] 
[INFO] --- enforcer:3.2.1:enforce (enforce-versions) @ sisu-maven-plugin ---
[INFO] Adding ignore: module-info
[INFO] Rule 0: org.apache.maven.plugins.enforcer.EnforceBytecodeVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] Rule 2: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] 
[INFO] --- plugin:3.8.1:helpmojo (generated-helpmojo) @ sisu-maven-plugin ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ sisu-maven-plugin ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ sisu-maven-plugin ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 4 source files with javac [debug release 8] to target/classes
[INFO] /home/jenkins/agent/workspace/sisu.mojos/src/main/java/org/eclipse/sisu/mojos/IndexMojo.java: /home/jenkins/agent/workspace/sisu.mojos/src/main/java/org/eclipse/sisu/mojos/IndexMojo.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/sisu.mojos/src/main/java/org/eclipse/sisu/mojos/IndexMojo.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- plugin:3.8.1:descriptor (default-descriptor) @ sisu-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-annotations mojo extractor found 4 mojo descriptors.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] ant mojo extractor found 0 mojo descriptor.
[INFO] bsh mojo extractor found 0 mojo descriptor.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ sisu-maven-plugin ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sisu.mojos/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sisu-maven-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ sisu-maven-plugin ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ sisu-maven-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/sisu.mojos/target/sisu-maven-plugin-0.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- plugin:3.8.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ sisu-maven-plugin ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ sisu-maven-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/sisu.mojos/pom.xml to /home/jenkins/agent/workspace/sisu.mojos/.repository/org/eclipse/sisu/sisu-maven-plugin/0.9.0-SNAPSHOT/sisu-maven-plugin-0.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/sisu.mojos/target/sisu-maven-plugin-0.9.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/sisu.mojos/.repository/org/eclipse/sisu/sisu-maven-plugin/0.9.0-SNAPSHOT/sisu-maven-plugin-0.9.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.339 s
[INFO] Finished at: 2024-02-04T07:10:46Z
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS