Started by user Quentin Le Menez Running as Quentin Le Menez Agent centos-7-w6whw 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-w6whw" 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-w6whw" - 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-w6whw" - 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-w6whw (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 71cd99d4a75506fca8d405545ce08bba79de318b (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 71cd99d4a75506fca8d405545ce08bba79de318b # timeout=10 Commit message: "[fix] Try to make cypress test more robust" > git rev-list --no-walk 71cd99d4a75506fca8d405545ce08bba79de318b # timeout=10 [Papyrus-Web-Master] $ /bin/sh -xe /tmp/jenkins11798694917774394509.sh + ls -lah total 128K drwxr-sr-x. 9 jenkins 1000800000 4.0K Jan 11 15:39 . drwxr-sr-x. 3 jenkins 1000800000 32 Jan 11 15:39 .. drwxr-sr-x. 26 jenkins 1000800000 4.0K Jan 11 15:39 backend -rw-r--r--. 1 jenkins 1000800000 903 Jan 11 15:39 CHANGELOG.adoc drwxr-sr-x. 5 jenkins 1000800000 68 Jan 11 15:39 doc -rw-r--r--. 1 jenkins 1000800000 135 Jan 11 15:39 Dockerrun.aws.json.template drwxr-sr-x. 4 jenkins 1000800000 167 Jan 11 15:39 frontend drwxr-sr-x. 8 jenkins 1000800000 162 Jan 11 15:39 .git drwxr-sr-x. 3 jenkins 1000800000 23 Jan 11 15:39 .github -rw-r--r--. 1 jenkins 1000800000 949 Jan 11 15:39 .gitignore drwxr-sr-x. 4 jenkins 1000800000 170 Jan 11 15:39 integration-tests -rw-r--r--. 1 jenkins 1000800000 14K Jan 11 15:39 LICENSE -rw-r--r--. 1 jenkins 1000800000 1.2K Jan 11 15:39 NOTICE -rw-r--r--. 1 jenkins 1000800000 66K Jan 11 15:39 PapyrusScreenshot.png -rw-r--r--. 1 jenkins 1000800000 14K Jan 11 15:39 README.adoc -rw-r--r--. 1 jenkins 1000800000 0 Jan 11 15:39 README.md drwxr-sr-x. 2 jenkins 1000800000 168 Jan 11 15:39 scripts -rw-r--r--. 1 jenkins 1000800000 1.9K Jan 11 15:39 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: "5.18.5-100.fc35.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 2023.12.0 [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 2023.12.0 [2/23] [INFO] from papyrus-web-frontend/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Papyrus Web 2023.12.0: [INFO] [INFO] papyrus-web-parent ................................. SUCCESS [ 7.417 s] [INFO] Papyrus Web Frontend ............................... FAILURE [ 1.001 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: 9.914 s [INFO] Finished at: 2024-01-11T15:39:36Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project papyrus-web-frontend: Could not resolve dependencies for project papyrus-web:papyrus-web-frontend:jar:2023.12.0: Failed to collect dependencies at org.eclipse.sirius:sirius-components-starter:jar:2023.12.0: Failed to read artifact descriptor for org.eclipse.sirius:sirius-components-starter:jar:2023.12.0: The following artifacts could not be resolved: org.eclipse.sirius:sirius-components-starter:pom:2023.12.0 (absent): Could not transfer artifact org.eclipse.sirius:sirius-components-starter:pom:2023.12.0 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