Branch indexing 15:10:23 Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from c9d0e551693a6798ed3af53bd65ca91b09494f4d+2b508c3ee1051fa1552aef924303c0838cd8f8aa (3943f1cd37ff6ef9a0e2a24902c0796c292a1db5) [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-4jfd3 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-4jfd3" namespace: "lyo" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.lyo.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-4jfd3" - 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-4jfd3" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.lyo.svc.cluster.local/lyo/" 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-lyo" 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" Running on basic-4jfd3 in /home/jenkins/agent/workspace/Lyo_multibranch_PR-214 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git Warning: CredentialId "github-bot" could not be found. Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/lyo.git > git init /home/jenkins/agent/workspace/Lyo_multibranch_PR-214 # timeout=10 Fetching upstream changes from https://github.com/eclipse/lyo.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --no-tags --force --progress -- https://github.com/eclipse/lyo.git +refs/pull/214/head:refs/remotes/origin/PR-214 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/eclipse/lyo.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/214/head:refs/remotes/origin/PR-214 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 2b508c3ee1051fa1552aef924303c0838cd8f8aa into PR head commit c9d0e551693a6798ed3af53bd65ca91b09494f4d Merge succeeded, producing c9d0e551693a6798ed3af53bd65ca91b09494f4d Checking out Revision c9d0e551693a6798ed3af53bd65ca91b09494f4d (PR-214) Commit message: "Trigger CI" First time build. Skipping changelog. > git config remote.origin.url https://github.com/eclipse/lyo.git # timeout=10 Fetching upstream changes from https://github.com/eclipse/lyo.git > git fetch --no-tags --force --progress -- https://github.com/eclipse/lyo.git +refs/pull/214/head:refs/remotes/origin/PR-214 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c9d0e551693a6798ed3af53bd65ca91b09494f4d # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 > git merge 2b508c3ee1051fa1552aef924303c0838cd8f8aa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c9d0e551693a6798ed3af53bd65ca91b09494f4d # timeout=10 > git rev-list --no-walk 4a73e80109c233259f64068a76aa3d5e60e46a86 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 40 min [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (SonarCloud) [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $SONARCLOUD_TOKEN [Pipeline] { [Pipeline] withSonarQubeEnv Injecting SonarQube environment variables using the configuration: SonarCloud.io [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + mvn clean verify -B org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=org.eclipse.lyo -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=**** -Dsonar.pullrequest.provider=GitHub -Dsonar.pullrequest.github.repository=eclipse/lyo -Dsonar.pullrequest.key=214 -Dsonar.pullrequest.branch=xml-literals [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Lyo :: _Parent [pom] [INFO] Lyo :: Core :: _Parent [pom] [INFO] Lyo :: Core :: OSLC Core model [jar] [INFO] lyo-core-settings [jar] [INFO] Lyo :: Core :: OSLC [jar] [INFO] Lyo :: Core :: Query [jar] [INFO] Lyo :: Core :: Jena Provider [jar] [INFO] Lyo :: Core :: TRS [jar] [INFO] Lyo :: Core :: SHACL [jar] [INFO] Lyo :: Core :: OSLC Wink ext [jar] [INFO] Lyo :: Core :: JSON4J Provider (legacy) [jar] [INFO] Lyo :: Core :: Utilities [jar] [INFO] Lyo :: Domains [jar] [INFO] Lyo :: Client :: _Parent [pom] [INFO] Lyo :: Client :: Base [jar] [INFO] Lyo :: Server :: _Parent [pom] [INFO] net.oauth.core-oauth-jakarta [jar] [INFO] net.oauth.core-oauth-consumer-jakarta [jar] [INFO] net.oauth.core-oauth-httpclient4-jakarta [jar] [INFO] Lyo :: Client :: OSLC JAX-RS 2.0 (new) [jar] [INFO] Lyo :: Client :: Resources (legacy) [jar] [INFO] net.oauth.core-oauth-provider-jakarta [jar] [INFO] Lyo :: Server :: OAuth Core [jar] [INFO] Lyo :: Server :: OAuth Consumer Store [jar] [INFO] Lyo :: Server :: OAuth Webapp [war] [INFO] Lyo :: Server:: OSLC UI model classes [jar] [INFO] Lyo :: TRS :: Server [jar] [INFO] Lyo :: TRS :: Client :: _Parent [pom] [INFO] Lyo :: TRS :: Client :: Client library [jar] [INFO] Lyo :: TRS :: Client :: MQTT source [jar] [INFO] Lyo :: Store :: _Parent [pom] [INFO] Lyo :: Store :: Core [jar] [INFO] Lyo :: Validation [jar] [INFO] [INFO] ---------------------< org.eclipse.lyo:lyo-parent >--------------------- [INFO] Building Lyo :: _Parent 6.0.0-SNAPSHOT [1/33] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ lyo-parent --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ lyo-parent --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] Rule 2: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 3: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 4: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed [INFO] Rule 5: org.apache.maven.enforcer.rules.ReactorModuleConvergence passed [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ lyo-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] -----------< org.eclipse.lyo.oslc4j.core:oslc4j-core-build >------------ [INFO] Building Lyo :: Core :: _Parent 6.0.0-SNAPSHOT [2/33] [INFO] from core/oslc4j-core-build/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ oslc4j-core-build --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ oslc4j-core-build --- [INFO] Rule 2: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 3: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 4: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ oslc4j-core-build --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] -------------< org.eclipse.lyo.oslc4j.core:lyo-core-model >------------- [INFO] Building Lyo :: Core :: OSLC Core model 6.0.0-SNAPSHOT [3/33] [INFO] from core/lyo-core-model/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ lyo-core-model --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ lyo-core-model --- [INFO] Rule 2: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 3: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 4: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ lyo-core-model --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_PR-214/core/lyo-core-model/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ lyo-core-model --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 57 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ lyo-core-model --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_PR-214/core/lyo-core-model/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ lyo-core-model --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ lyo-core-model --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ lyo-core-model --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_PR-214/core/lyo-core-model/target/lyo-core-model-6.0.0-SNAPSHOT.jar [INFO] [INFO] >>> source:3.3.1:jar (attach-sources) > generate-sources @ lyo-core-model >>> [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ lyo-core-model --- [INFO] Rule 2: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 3: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 4: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed [INFO] [INFO] <<< source:3.3.1:jar (attach-sources) < generate-sources @ lyo-core-model <<< [INFO] [INFO] [INFO] --- source:3.3.1:jar (attach-sources) @ lyo-core-model --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_PR-214/core/lyo-core-model/target/lyo-core-model-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ lyo-core-model --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_PR-214/core/lyo-core-model/target/lyo-core-model-6.0.0-SNAPSHOT-javadoc.jar [INFO] [INFO] -----------< org.eclipse.lyo.oslc4j.core:lyo-core-settings >------------ [INFO] Building lyo-core-settings 6.0.0-SNAPSHOT [4/33] [INFO] from core/lyo-core-settings/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ lyo-core-settings --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ lyo-core-settings --- [INFO] Rule 2: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 3: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 4: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ lyo-core-settings --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_PR-214/core/lyo-core-settings/src/main/resources [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ lyo-core-settings --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ lyo-core-settings --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Lyo_multibranch_PR-214/core/lyo-core-settings/src/test/resources [INFO] [INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ lyo-core-settings --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 1 source file with javac [debug release 17] to target/test-classes [INFO] [INFO] --- surefire:3.2.5:test (default-test) @ lyo-core-settings --- [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.lyo.oslc4j.core.OSLC4JUtilsTest SLF4J(W): No SLF4J providers were found. SLF4J(W): Defaulting to no-operation (NOP) logger implementation SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [Fatal Error] :1:13: The entity name must immediately follow the '&' in the entity reference. [Fatal Error] :1:1: Content is not allowed in prolog. [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.483 s -- in org.eclipse.lyo.oslc4j.core.OSLC4JUtilsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ lyo-core-settings --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_PR-214/core/lyo-core-settings/target/lyo-core-settings-6.0.0-SNAPSHOT.jar [INFO] [INFO] >>> source:3.3.1:jar (attach-sources) > generate-sources @ lyo-core-settings >>> [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ lyo-core-settings --- [INFO] Rule 2: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 3: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 4: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed [INFO] [INFO] <<< source:3.3.1:jar (attach-sources) < generate-sources @ lyo-core-settings <<< [INFO] [INFO] [INFO] --- source:3.3.1:jar (attach-sources) @ lyo-core-settings --- [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_PR-214/core/lyo-core-settings/target/lyo-core-settings-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ lyo-core-settings --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/jena/ are in named modules. [WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in https://jena.apache.org/documentation/javadoc/arq/ are in named modules. [WARNING] 2 warnings [INFO] Building jar: /home/jenkins/agent/workspace/Lyo_multibranch_PR-214/core/lyo-core-settings/target/lyo-core-settings-6.0.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --------------< org.eclipse.lyo.oslc4j.core:oslc4j-core >--------------- [INFO] Building Lyo :: Core :: OSLC 6.0.0-SNAPSHOT [5/33] [INFO] from core/oslc4j-core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.2:clean (default-clean) @ oslc4j-core --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ oslc4j-core --- [INFO] Rule 2: org.apache.maven.enforcer.rules.dependency.BannedDependencies passed [INFO] Rule 3: org.apache.maven.enforcer.rules.BanDuplicatePomDependencyVersions passed [INFO] Rule 4: org.apache.maven.enforcer.rules.dependency.RequireUpperBoundDeps passed [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ oslc4j-core --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.13.0:compile (default-compile) @ oslc4j-core --- [INFO] Recompiling the module because of changed dependency. [INFO] Compiling 34 source files with javac [debug release 17] to target/classes [INFO] ------------------------------------------------------------- [WARNING] COMPILATION WARNING : [INFO] ------------------------------------------------------------- [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_PR-214/core/oslc4j-core/src/main/java/org/eclipse/lyo/oslc4j/core/exception/LyoModelException.java:[20,8] serializable class org.eclipse.lyo.oslc4j.core.exception.LyoModelException has no definition of serialVersionUID [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_PR-214/core/oslc4j-core/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[556,55] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_PR-214/core/oslc4j-core/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[917,68] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_PR-214/core/oslc4j-core/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[935,72] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_PR-214/core/oslc4j-core/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[1056,70] newInstance() in java.lang.Class has been deprecated [WARNING] /home/jenkins/agent/workspace/Lyo_multibranch_PR-214/core/oslc4j-core/src/main/java/org/eclipse/lyo/oslc4j/provider/jena/JenaModelHelper.java:[2177,54] newInstance() in java.lang.Class has been deprecated [INFO] 6 warnings [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/jenkins/agent/workspace/Lyo_multibranch_PR-214/core/oslc4j-core/src/main/java/org/eclipse/lyo/oslc4j/core/model/ResourceShapeFactory.java:[19,24] package javax.ws.rs.core does not exist [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Skipping Lyo :: _Parent [INFO] This project has been banned from the build due to previous failures. [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Lyo :: _Parent 6.0.0-SNAPSHOT: [INFO] [INFO] Lyo :: _Parent ..................................... SUCCESS [ 2.975 s] [INFO] Lyo :: Core :: _Parent ............................. SUCCESS [ 0.012 s] [INFO] Lyo :: Core :: OSLC Core model ..................... SUCCESS [ 8.052 s] [INFO] lyo-core-settings .................................. SUCCESS [ 22.404 s] [INFO] Lyo :: Core :: OSLC ................................ FAILURE [ 1.771 s] [INFO] Lyo :: Core :: Query ............................... SKIPPED [INFO] Lyo :: Core :: Jena Provider ....................... SKIPPED [INFO] Lyo :: Core :: TRS ................................. SKIPPED [INFO] Lyo :: Core :: SHACL ............................... SKIPPED [INFO] Lyo :: Core :: OSLC Wink ext ....................... SKIPPED [INFO] Lyo :: Core :: JSON4J Provider (legacy) ............ SKIPPED [INFO] Lyo :: Core :: Utilities ........................... SKIPPED [INFO] Lyo :: Domains ..................................... SKIPPED [INFO] Lyo :: Client :: _Parent ........................... SKIPPED [INFO] Lyo :: Client :: Base .............................. SKIPPED [INFO] Lyo :: Server :: _Parent ........................... SKIPPED [INFO] net.oauth.core-oauth-jakarta ....................... SKIPPED [INFO] net.oauth.core-oauth-consumer-jakarta .............. SKIPPED [INFO] net.oauth.core-oauth-httpclient4-jakarta ........... SKIPPED [INFO] Lyo :: Client :: OSLC JAX-RS 2.0 (new) ............. SKIPPED [INFO] Lyo :: Client :: Resources (legacy) ................ SKIPPED [INFO] net.oauth.core-oauth-provider-jakarta .............. SKIPPED [INFO] Lyo :: Server :: OAuth Core ........................ SKIPPED [INFO] Lyo :: Server :: OAuth Consumer Store .............. SKIPPED [INFO] Lyo :: Server :: OAuth Webapp ...................... SKIPPED [INFO] Lyo :: Server:: OSLC UI model classes .............. SKIPPED [INFO] Lyo :: TRS :: Server ............................... SKIPPED [INFO] Lyo :: TRS :: Client :: _Parent .................... SKIPPED [INFO] Lyo :: TRS :: Client :: Client library ............. SKIPPED [INFO] Lyo :: TRS :: Client :: MQTT source ................ SKIPPED [INFO] Lyo :: Store :: _Parent ............................ SKIPPED [INFO] Lyo :: Store :: Core ............................... SKIPPED [INFO] Lyo :: Validation .................................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 40.959 s [INFO] Finished at: 2024-04-13T19:57:46Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project oslc4j-core: Compilation failure [ERROR] /home/jenkins/agent/workspace/Lyo_multibranch_PR-214/core/oslc4j-core/src/main/java/org/eclipse/lyo/oslc4j/core/model/ResourceShapeFactory.java:[19,24] package javax.ws.rs.core does not exist [ERROR] -> [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/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :oslc4j-core [Pipeline] } [Pipeline] // script [Pipeline] } WARN: Unable to locate 'report-task.txt' in the workspace. Did the SonarScanner succeed? [Pipeline] // withSonarQubeEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish (OSSRH)) Stage "Publish (OSSRH)" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish (Javadocs)) Stage "Publish (Javadocs)" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish (Eclipse)) Stage "Publish (Eclipse)" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish HEAD Javadocs) Stage "Publish HEAD Javadocs" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] emailext Not sending mail to unregistered user (id: noreply, email: noreply@github.com) because your SCM claimed this was associated with a user ID ‘noreply' which your security realm does not recognize; you may need changes in your SCM plugin Sending email to: andrew+ham@berezovskyi.me [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: script returned exit code 1 GitHub has been notified of this commit’s build result Finished: FAILURE