Skip to content

Console Output

Started by user vincent lorenzo
Running as vincent lorenzo
Agent centos-7-ln988 is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-ln988"
  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: "centos-7-ln988"
    - 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: "centos-7-ln988"
    - 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-centos-7: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 centos-7-ln988 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/Papyrus-Web-Master
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitlab.eclipse.org/eclipse/papyrus/org.eclipse.papyrus-web.git
 > git init /home/jenkins/agent/workspace/Papyrus-Web-Master # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipse/papyrus/org.eclipse.papyrus-web.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/papyrus/org.eclipse.papyrus-web.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/papyrus/org.eclipse.papyrus-web.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 dbe3487e4fa5d978efef02dc8258598f58043535 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dbe3487e4fa5d978efef02dc8258598f58043535 # timeout=10
Commit message: "[Releng] - Update domainservice groupid and mvn repo - add a PapyrusDesigner dependency"
 > git rev-list --no-walk 71cd99d4a75506fca8d405545ce08bba79de318b # timeout=10
[Papyrus-Web-Master] $ /bin/sh -xe /tmp/jenkins9486357843495803096.sh
+ ls -lah
total 128K
drwxr-sr-x.  9 jenkins 1000800000 4.0K Apr  5 11:08 .
drwxr-sr-x.  3 jenkins 1000800000   32 Apr  5 11:08 ..
drwxr-sr-x. 26 jenkins 1000800000 4.0K Apr  5 11:08 backend
-rw-r--r--.  1 jenkins 1000800000  903 Apr  5 11:08 CHANGELOG.adoc
drwxr-sr-x.  5 jenkins 1000800000   68 Apr  5 11:08 doc
-rw-r--r--.  1 jenkins 1000800000  135 Apr  5 11:08 Dockerrun.aws.json.template
drwxr-sr-x.  4 jenkins 1000800000  167 Apr  5 11:08 frontend
drwxr-sr-x.  8 jenkins 1000800000  162 Apr  5 11:08 .git
drwxr-sr-x.  3 jenkins 1000800000   23 Apr  5 11:08 .github
-rw-r--r--.  1 jenkins 1000800000  949 Apr  5 11:08 .gitignore
drwxr-sr-x.  4 jenkins 1000800000  170 Apr  5 11:08 integration-tests
-rw-r--r--.  1 jenkins 1000800000  14K Apr  5 11:08 LICENSE
-rw-r--r--.  1 jenkins 1000800000 1.2K Apr  5 11:08 NOTICE
-rw-r--r--.  1 jenkins 1000800000  66K Apr  5 11:08 PapyrusScreenshot.png
-rw-r--r--.  1 jenkins 1000800000  14K Apr  5 11:08 README.adoc
-rw-r--r--.  1 jenkins 1000800000    0 Apr  5 11:08 README.md
drwxr-sr-x.  2 jenkins 1000800000  168 Apr  5 11:08 scripts
-rw-r--r--.  1 jenkins 1000800000 1.9K Apr  5 11:08 settings.xml
[Papyrus-Web-Master] $ /opt/tools/apache-maven/3.9.5/bin/mvn -f backend/pom.xml -DskipTests= clean verify
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/3.9.5
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] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] papyrus-web-parent                                                 [pom]
[INFO] Papyrus Web Frontend                                               [jar]
[INFO] papyrus-web-persistence                                            [jar]
[INFO] papyrus-web-services-api                                           [jar]
[INFO] papyrus-web-sirius-contributions                                   [jar]
[INFO] papyrus-web-tests                                                  [jar]
[INFO] papyrus-web-customnodes                                            [jar]
[INFO] papyrus-web-customnodes-edit                                       [jar]
[INFO] papyrus-web-representation-builder                                 [jar]
[INFO] papyrus-web-services                                               [jar]
[INFO] papyrus-web-graphql                                                [jar]
[INFO] papyrus-web-custom-widgets-view                                    [jar]
[INFO] papyrus-web-custom-widgets-view-edit                               [jar]
[INFO] papyrus-web-custom-widgets                                         [jar]
[INFO] papyrus-web-properties-builder                                     [jar]
[INFO] papyrus-web-cpp-profile                                            [jar]
[INFO] papyrus-web-java-profile                                           [jar]
[INFO] papyrus-web-transformation-profile                                 [jar]
[INFO] papyrus-web-codegen-profile                                        [jar]
[INFO] papyrus-web-graphics                                               [jar]
[INFO] papyrus-web-application                                            [jar]
[INFO] papyrus-web-test-coverage                                          [jar]
[INFO] Papyrus Web                                                        [pom]
[INFO] 
[INFO] -------------------< papyrus-web:papyrus-web-parent >-------------------
[INFO] Building papyrus-web-parent 2024.2.1                              [1/23]
[INFO]   from papyrus-web-parent/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ papyrus-web-parent ---
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-parent ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/backend/papyrus-web-parent/target/jacoco.exec
[INFO] 
[INFO] --- jacoco:0.8.7:report (report) @ papyrus-web-parent ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] >>> source:3.2.1:jar (attach-sources) > generate-sources @ papyrus-web-parent >>>
[INFO] 
[INFO] --- checkstyle:3.2.0:check (validate) @ papyrus-web-parent ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- jacoco:0.8.7:prepare-agent (default) @ papyrus-web-parent ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Web-Master/backend/papyrus-web-parent/target/jacoco.exec
[INFO] 
[INFO] <<< source:3.2.1:jar (attach-sources) < generate-sources @ papyrus-web-parent <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.1:jar (attach-sources) @ papyrus-web-parent ---
[INFO] 
[INFO] ------------------< papyrus-web:papyrus-web-frontend >------------------
[INFO] Building Papyrus Web Frontend 2024.2.1                            [2/23]
[INFO]   from papyrus-web-frontend/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Papyrus Web 2024.2.1:
[INFO] 
[INFO] papyrus-web-parent ................................. SUCCESS [  6.113 s]
[INFO] Papyrus Web Frontend ............................... FAILURE [  0.824 s]
[INFO] papyrus-web-persistence ............................ SKIPPED
[INFO] papyrus-web-services-api ........................... SKIPPED
[INFO] papyrus-web-sirius-contributions ................... SKIPPED
[INFO] papyrus-web-tests .................................. SKIPPED
[INFO] papyrus-web-customnodes ............................ SKIPPED
[INFO] papyrus-web-customnodes-edit ....................... SKIPPED
[INFO] papyrus-web-representation-builder ................. SKIPPED
[INFO] papyrus-web-services ............................... SKIPPED
[INFO] papyrus-web-graphql ................................ SKIPPED
[INFO] papyrus-web-custom-widgets-view .................... SKIPPED
[INFO] papyrus-web-custom-widgets-view-edit ............... SKIPPED
[INFO] papyrus-web-custom-widgets ......................... SKIPPED
[INFO] papyrus-web-properties-builder ..................... SKIPPED
[INFO] papyrus-web-cpp-profile ............................ SKIPPED
[INFO] papyrus-web-java-profile ........................... SKIPPED
[INFO] papyrus-web-transformation-profile ................. SKIPPED
[INFO] papyrus-web-codegen-profile ........................ SKIPPED
[INFO] papyrus-web-graphics ............................... SKIPPED
[INFO] papyrus-web-application ............................ SKIPPED
[INFO] papyrus-web-test-coverage .......................... SKIPPED
[INFO] Papyrus Web ........................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.335 s
[INFO] Finished at: 2024-04-05T11:09:07Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project papyrus-web-frontend: Could not resolve dependencies for project papyrus-web:papyrus-web-frontend:jar:2024.2.1: Failed to collect dependencies at org.eclipse.sirius:sirius-components-starter:jar:2024.1.4: Failed to read artifact descriptor for org.eclipse.sirius:sirius-components-starter:jar:2024.1.4: The following artifacts could not be resolved: org.eclipse.sirius:sirius-components-starter:pom:2024.1.4 (absent): Could not transfer artifact org.eclipse.sirius:sirius-components-starter:pom:2024.1.4 from/to github-sirius-components (https://maven.pkg.github.com/eclipse-sirius/sirius-components): status code: 401, reason phrase: Unauthorized (401) -> [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/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :papyrus-web-frontend
Build step 'Invoke top-level Maven targets' marked build as failure
Finished: FAILURE