Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent basic-dp717 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-dp717"
  namespace: "papyrus"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.papyrus.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-dp717"
    - 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-dp717"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3131.vf2b_b_798b_ce99"
    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-papyrus"
      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-dp717 (basic) in workspace /home/jenkins/agent/workspace/papyrus-components
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.tools.git
 > git init /home/jenkins/agent/workspace/papyrus-components # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.tools.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.tools.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.tools.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 0dcf1879037ecccd9be8e95eadd66d0f843123a8 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0dcf1879037ecccd9be8e95eadd66d0f843123a8 # timeout=10
Commit message: "Bug 567586 - [releng] Tycho and wikitext plugins are not compatible with Java 11"
 > git rev-list --no-walk 0dcf1879037ecccd9be8e95eadd66d0f843123a8 # timeout=10
[papyrus-components] $ /opt/tools/apache-maven/latest/bin/mvn -f components/org.eclipse.papyrus.components.parent/pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/papyrus-components/.repository clean install
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Papyrus Shared Components Descriptor                               [pom]
[INFO] Papyrus Components Archetype                                       [jar]
[INFO] 
[INFO] --< org.eclipse.papyrus.components:org.eclipse.papyrus.components.parent >--
[INFO] Building Papyrus Shared Components Descriptor 0.0.28-SNAPSHOT      [1/2]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.components.parent ---
[INFO] 
[INFO] --- tycho-source:1.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.components.parent ---
[INFO] 
[INFO] --- tycho-source-feature:1.4.0:source-feature (source-feature) @ org.eclipse.papyrus.components.parent ---
[WARNING] Could not transfer metadata org.eclipse.platform:org.eclipse.osgi/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [jboss-public-repository-group (http://repository.jboss.org/nexus/content/groups/public/, default, releases+snapshots)]
[INFO] 
[INFO] --- tycho-p2:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.components.parent ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.papyrus.components.parent ---
[INFO] Installing /home/jenkins/agent/workspace/papyrus-components/components/org.eclipse.papyrus.components.parent/pom.xml to /home/jenkins/agent/workspace/papyrus-components/.repository/org/eclipse/papyrus/components/org.eclipse.papyrus.components.parent/0.0.28-SNAPSHOT/org.eclipse.papyrus.components.parent-0.0.28-SNAPSHOT.pom
[INFO] 
[INFO] --< org.eclipse.papyrus.components:org.eclipse.papyrus.components.archetype >--
[INFO] Building Papyrus Components Archetype 0.0.28-SNAPSHOT              [2/2]
[INFO]   from org.eclipse.papyrus.components.archetype/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.components.archetype ---
[INFO] 
[INFO] --- resources:2.5:resources (default-resources) @ org.eclipse.papyrus.components.archetype ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 113 resources
[INFO] 
[INFO] --- compiler:3.8.0:compile (default-compile) @ org.eclipse.papyrus.components.archetype ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:2.5:testResources (default-testResources) @ org.eclipse.papyrus.components.archetype ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 115 resources
[INFO] 
[INFO] --- compiler:3.8.0:testCompile (default-testCompile) @ org.eclipse.papyrus.components.archetype ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.papyrus.components.archetype ---
[INFO] 
[INFO] --- tycho-source:1.4.0:plugin-source (plugin-source) @ org.eclipse.papyrus.components.archetype ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.papyrus.components.archetype ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-components/components/org.eclipse.papyrus.components.parent/org.eclipse.papyrus.components.archetype/target/org.eclipse.papyrus.components.archetype-0.0.28-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-source-feature:1.4.0:source-feature (source-feature) @ org.eclipse.papyrus.components.archetype ---
[INFO] 
[INFO] --- tycho-p2:1.4.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.components.archetype ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.papyrus.components.archetype ---
[INFO] Installing /home/jenkins/agent/workspace/papyrus-components/components/org.eclipse.papyrus.components.parent/org.eclipse.papyrus.components.archetype/pom.xml to /home/jenkins/agent/workspace/papyrus-components/.repository/org/eclipse/papyrus/components/org.eclipse.papyrus.components.archetype/0.0.28-SNAPSHOT/org.eclipse.papyrus.components.archetype-0.0.28-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/papyrus-components/components/org.eclipse.papyrus.components.parent/org.eclipse.papyrus.components.archetype/target/org.eclipse.papyrus.components.archetype-0.0.28-SNAPSHOT.jar to /home/jenkins/agent/workspace/papyrus-components/.repository/org/eclipse/papyrus/components/org.eclipse.papyrus.components.archetype/0.0.28-SNAPSHOT/org.eclipse.papyrus.components.archetype-0.0.28-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Papyrus Shared Components Descriptor 0.0.28-SNAPSHOT:
[INFO] 
[INFO] Papyrus Shared Components Descriptor ............... SUCCESS [ 11.810 s]
[INFO] Papyrus Components Archetype ....................... SUCCESS [ 11.569 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  34.563 s
[INFO] Finished at: 2023-11-22T21:01:54Z
[INFO] ------------------------------------------------------------------------
Archiving artifacts
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
Finished: SUCCESS