Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent basic-786vp is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-786vp"
  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-786vp"
    - 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-786vp"
    - 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-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-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-786vp (basic) in workspace /home/jenkins/agent/workspace/Papyrus-Master-Rcp
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.git
 > git init /home/jenkins/agent/workspace/Papyrus-Master-Rcp/source # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.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.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.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 4631b32356daa599ee8908c4ae6218a5aa2d4260 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4631b32356daa599ee8908c4ae6218a5aa2d4260 # timeout=10
Commit message: "Bug 582075 - [Releng] Update version for 2023-12 RCP"
 > git rev-list --no-walk 4631b32356daa599ee8908c4ae6218a5aa2d4260 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[Papyrus-Master-Rcp] $ /bin/sh -xe /tmp/jenkins1779326997361738213.sh
+ set MAVEN_OPTS=-Xmx2048m
[Papyrus-Master-Rcp] $ /opt/tools/apache-maven/latest/bin/mvn -f source/releng/rcp/pom.xml -Dpapyrus.repo.main=https://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master/main/ -Dmaven.repo.local=/home/jenkins/agent/workspace/Papyrus-Master-Rcp/.repository clean verify
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Tycho Version:  4.0.3 (88e4728c5da382f02c0459c918c2683048f95740)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.papyrus.rcp.releng                                     [pom]
[INFO] org.eclipse.papyrus.rcp                                 [eclipse-plugin]
[INFO] org.eclipse.papyrus.rcp.feature                        [eclipse-feature]
[INFO] org.eclipse.papyrus.rcp.product                     [eclipse-repository]
[INFO] org.eclipse.papyrus.rcp.targetplatform       [eclipse-target-definition]
[INFO] 
[INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.rcp.releng >---------
[INFO] Building org.eclipse.papyrus.rcp.releng 6.6.0-SNAPSHOT             [1/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.rcp.releng ---
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.rcp.releng ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.rcp.releng ---
[INFO] 
[INFO] ------------< org.eclipse.papyrus:org.eclipse.papyrus.rcp >-------------
[INFO] Building org.eclipse.papyrus.rcp 6.6.0-SNAPSHOT                    [2/5]
[INFO]   from org.eclipse.papyrus.rcp/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] No system packages found in profile nor toolchain for JRE-1.1, using current JRE system packages.
This can cause faulty dependency resolution, consider adding a definition for a 'jdk' with id=JRE-1.1 in your toolchains.xml
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/Papyrus-Master-Rcp/source/releng/rcp/targetPlatform/org.eclipse.papyrus.rcp.targetplatform.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, referenced repository mode =ignore, execution environment=org.eclipse.tycho.core.ee.impl.AllKnownEEsResolutionHints@4b18e, remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@2d5cb887
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/agent/workspace/Papyrus-Master-Rcp/.repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Http Transport type:    Java11Client
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.ui.ide 3.17.200.v20200808-0622 to osgi.bundle; org.eclipse.e4.core.commands [0.11.0,1.0.0).]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.ui.ide 3.17.200.v20200808-0622 to osgi.bundle; org.eclipse.e4.core.commands [0.11.0,1.0.0).]
[WARNING] Problems resolving provisioning plan.: [Unable to satisfy dependency from org.eclipse.ui.ide 3.17.200.v20200808-0622 to osgi.bundle; org.eclipse.e4.core.commands [0.11.0,1.0.0).]
[INFO] Adding repository https://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master/main
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.rcp:6.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Rcp/source/releng/rcp/org.eclipse.papyrus.rcp/pom.xml
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.rcp ---
[INFO] The project's OSGi version is 6.6.0.202404141846
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.rcp ---
[INFO] Resolving class path of org.eclipse.papyrus.rcp
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.rcp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Rcp/source/releng/rcp/org.eclipse.papyrus.rcp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.rcp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Rcp/source/releng/rcp/org.eclipse.papyrus.rcp/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.rcp ---
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 24 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (process-about.mappings) @ org.eclipse.papyrus.rcp ---
[INFO] Copying 1 resource from  to target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.rcp ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Rcp/source/releng/rcp/org.eclipse.papyrus.rcp/target/org.eclipse.papyrus.rcp-6.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.rcp ---
[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.rcp.feature >---------
[INFO] Building org.eclipse.papyrus.rcp.feature 6.6.0-SNAPSHOT            [3/5]
[INFO]   from org.eclipse.papyrus.rcp.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.rcp.feature:6.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Rcp/source/releng/rcp/org.eclipse.papyrus.rcp.feature/pom.xml
[WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.eclipse.orbit:ant:jar:1.10.14 (absent): Could not find artifact org.eclipse.orbit:ant:jar:1.10.14 in eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/)
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.rcp.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Rcp/source/releng/rcp/org.eclipse.papyrus.rcp.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.rcp.feature ---
[INFO] The project's OSGi version is 6.6.0.202404141846
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.rcp.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.rcp.feature ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.rcp.feature ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.rcp.feature ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Rcp/source/releng/rcp/org.eclipse.papyrus.rcp.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.rcp.feature ---
[WARNING] [db7f59a8-b95c-4873-90bd-7d77746c3145][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.codec,1.6.0.v201305230611.
[WARNING] [db7f59a8-b95c-4873-90bd-7d77746c3145][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.nebula.widgets.cdatetime,1.0.0.201703081533.
[WARNING] Received GOAWAY from server download.eclipse.org will retry after one second with Http/1...
[WARNING] 0 system scoped dependencies were mapped to maven artifacts, 1838 were skipped
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.rcp.feature ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.rcp.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Rcp/source/releng/rcp/org.eclipse.papyrus.rcp.feature/target/org.eclipse.papyrus.rcp.feature-6.6.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.rcp.feature ---
[INFO] 
[INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.rcp.feature ---
[INFO] 
[INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.rcp.feature ---
[WARNING] The following referenced plugins has missing sources
	org.eclipse.papyrus.rcp_6.6.0.202404141846

[INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Rcp/source/releng/rcp/org.eclipse.papyrus.rcp.feature/target/org.eclipse.papyrus.rcp.feature-6.6.0-SNAPSHOT-sources-feature.jar
[WARNING] org.eclipse.tycho:tycho-p2-plugin seems not to be enabled but will be required if the generated source-feature is used in an update-site or another feature. You can add the following snippet to your pom: 
            <plugin>
                <groupId>org.eclipse.tycho</groupId>
                <artifactId>tycho-p2-plugin</artifactId>
                <executions>
                    <execution>
                        <id>attach-p2-metadata</id>
                        <phase>package</phase>
                        <goals>
                            <goal>p2-metadata</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>

[INFO] 
[INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.rcp.product >---------
[INFO] Building org.eclipse.papyrus.rcp.product 6.6.0-SNAPSHOT            [4/5]
[INFO]   from org.eclipse.papyrus.rcp.product/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.rcp.product:6.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Rcp/source/releng/rcp/org.eclipse.papyrus.rcp.product/pom.xml
[WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.eclipse.orbit:ant:jar:1.10.14 (absent): org.eclipse.orbit:ant:jar:1.10.14 was not found in https://repo.eclipse.org/content/repositories/maven_central/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.rcp.product ---
[INFO] 
[INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.rcp.product ---
[INFO] The project's OSGi version is 6.6.0.202404141846
[INFO] 
[INFO] --- clean:3.3.1:clean (default-clean-1) @ org.eclipse.papyrus.rcp.product ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.rcp.product ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.rcp.product ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Rcp/source/releng/rcp/org.eclipse.papyrus.rcp.product/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.3:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.papyrus.rcp.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 20.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] Published profile IUs: [a.jre.javase 22.0.0]
[INFO] Published profile IUs: [a.jre.javase 23.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.3:publish-products (default-publish-products) @ org.eclipse.papyrus.rcp.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.3:publish-categories (default-publish-categories) @ org.eclipse.papyrus.rcp.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.3:attach-artifacts (default-attach-artifacts) @ org.eclipse.papyrus.rcp.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:4.0.3:assemble-repository (default-assemble-repository) @ org.eclipse.papyrus.rcp.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[WARNING] [db7f59a8-b95c-4873-90bd-7d77746c3145][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of binary,org.eclipse.papyrus.rcp.product.executable.cocoa.macosx.x86_64,6.6.0.202404141846.
[WARNING] [db7f59a8-b95c-4873-90bd-7d77746c3145][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of binary,org.eclipse.papyrus.rcp.product.executable.gtk.linux.x86_64,6.6.0.202404141846.
[WARNING] [db7f59a8-b95c-4873-90bd-7d77746c3145][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.codec,1.6.0.v201305230611.
[WARNING] [db7f59a8-b95c-4873-90bd-7d77746c3145][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of binary,org.eclipse.papyrus.rcp.product.executable.win32.win32.x86_64,6.6.0.202404141846.
[WARNING] [db7f59a8-b95c-4873-90bd-7d77746c3145][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.nebula.widgets.cdatetime,1.0.0.201703081533.
[INFO] 
[INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.rcp.product ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.3:archive-repository (default-archive-repository) @ org.eclipse.papyrus.rcp.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/Papyrus-Master-Rcp/source/releng/rcp/org.eclipse.papyrus.rcp.product/target/org.eclipse.papyrus.rcp.product-6.6.0-SNAPSHOT.zip
Build step 'Invoke top-level Maven targets' marked build as failure
Sending e-mails to: quentin.lemenez@cea.fr
Archiving artifacts
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
Finished: FAILURE