Skip to content

Console Output

12:08:18 Started by an SCM change
12:08:18 Running as SYSTEM
12:08:19 Agent basic-7t1hr is provisioned from template basic
12:08:19 ---
12:08:19 apiVersion: "v1"
12:08:19 kind: "Pod"
12:08:19 metadata:
12:08:19   labels:
12:08:19     jenkins: "slave"
12:08:19     jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
12:08:19     jenkins/label: "basic"
12:08:19   name: "basic-7t1hr"
12:08:19   namespace: "kapua"
12:08:19 spec:
12:08:19   containers:
12:08:19   - env:
12:08:19     - name: "JENKINS_SECRET"
12:08:19       value: "********"
12:08:19     - name: "JENKINS_TUNNEL"
12:08:19       value: "jenkins-discovery.kapua.svc.cluster.local:50000"
12:08:19     - name: "JENKINS_AGENT_NAME"
12:08:19       value: "basic-7t1hr"
12:08:19     - name: "JENKINS_REMOTING_JAVA_OPTS"
12:08:19       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
12:08:19         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
12:08:19     - name: "JAVA_TOOL_OPTIONS"
12:08:19       value: ""
12:08:19     - name: "_JAVA_OPTIONS"
12:08:19       value: ""
12:08:19     - name: "OPENJ9_JAVA_OPTIONS"
12:08:19       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
12:08:19     - name: "JENKINS_NAME"
12:08:19       value: "basic-7t1hr"
12:08:19     - name: "JENKINS_AGENT_WORKDIR"
12:08:19       value: "/home/jenkins/agent"
12:08:19     - name: "JENKINS_URL"
12:08:19       value: "http://jenkins-ui.kapua.svc.cluster.local/kapua/"
12:08:19     image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
12:08:19     imagePullPolicy: "Always"
12:08:19     name: "jnlp"
12:08:19     resources:
12:08:19       limits:
12:08:19         cpu: "2000m"
12:08:19         memory: "4096Mi"
12:08:19       requests:
12:08:19         cpu: "1000m"
12:08:19         memory: "4096Mi"
12:08:19     tty: true
12:08:19     volumeMounts:
12:08:19     - mountPath: "/home/jenkins/.m2/toolchains.xml"
12:08:19       name: "m2-dir"
12:08:19       readOnly: true
12:08:19       subPath: "toolchains.xml"
12:08:19     - mountPath: "/home/jenkins/.mavenrc"
12:08:19       name: "m2-dir"
12:08:19       readOnly: true
12:08:19       subPath: ".mavenrc"
12:08:19     - mountPath: "/opt/tools"
12:08:19       name: "volume-0"
12:08:19       readOnly: false
12:08:19     - mountPath: "/home/jenkins"
12:08:19       name: "volume-2"
12:08:19       readOnly: false
12:08:19     - mountPath: "/home/jenkins/.m2/repository"
12:08:19       name: "volume-3"
12:08:19       readOnly: false
12:08:19     - mountPath: "/home/jenkins/.m2/settings-security.xml"
12:08:19       name: "m2-secret-dir"
12:08:19       readOnly: true
12:08:19       subPath: "settings-security.xml"
12:08:19     - mountPath: "/home/jenkins/.m2/wrapper"
12:08:19       name: "volume-4"
12:08:19       readOnly: false
12:08:19     - mountPath: "/home/jenkins/.m2/settings.xml"
12:08:19       name: "m2-secret-dir"
12:08:19       readOnly: true
12:08:19       subPath: "settings.xml"
12:08:19     - mountPath: "/home/jenkins/.ssh"
12:08:19       name: "volume-1"
12:08:19       readOnly: false
12:08:19       subPath: ""
12:08:19     - mountPath: "/home/jenkins/agent"
12:08:19       name: "workspace-volume"
12:08:19       readOnly: false
12:08:19     workingDir: "/home/jenkins/agent"
12:08:19   nodeSelector:
12:08:19     kubernetes.io/os: "linux"
12:08:19   restartPolicy: "Never"
12:08:19   volumes:
12:08:19   - name: "volume-0"
12:08:19     persistentVolumeClaim:
12:08:19       claimName: "tools-claim-jiro-kapua"
12:08:19       readOnly: true
12:08:19   - name: "m2-secret-dir"
12:08:19     secret:
12:08:19       secretName: "m2-secret-dir"
12:08:19   - emptyDir:
12:08:19       medium: ""
12:08:19     name: "volume-2"
12:08:19   - configMap:
12:08:19       name: "m2-dir"
12:08:19     name: "m2-dir"
12:08:19   - configMap:
12:08:19       name: "known-hosts"
12:08:19     name: "volume-1"
12:08:19   - emptyDir:
12:08:19       medium: ""
12:08:19     name: "workspace-volume"
12:08:19   - emptyDir:
12:08:19       medium: ""
12:08:19     name: "volume-4"
12:08:19   - emptyDir:
12:08:19       medium: ""
12:08:19     name: "volume-3"
12:08:19 
12:08:19 Building remotely on basic-7t1hr (basic) in workspace /home/jenkins/agent/workspace/develop-test
12:08:19 The recommended git tool is: NONE
12:08:23 No credentials specified
12:08:23 Cloning the remote Git repository
12:08:23 Cloning repository https://github.com/eclipse/kapua.git
12:08:23  > git init /home/jenkins/agent/workspace/develop-test # timeout=10
12:08:23 Fetching upstream changes from https://github.com/eclipse/kapua.git
12:08:23  > git --version # timeout=10
12:08:23  > git --version # 'git version 2.20.1'
12:08:23  > git fetch --tags --force --progress -- https://github.com/eclipse/kapua.git +refs/heads/*:refs/remotes/origin/* # timeout=10
12:08:31  > git config remote.origin.url https://github.com/eclipse/kapua.git # timeout=10
12:08:31  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
12:08:32 Avoid second fetch
12:08:32  > git rev-parse origin/develop^{commit} # timeout=10
12:08:32 Checking out Revision bf1684cb972908fcc2e60ba94f0159464df7ece9 (origin/develop)
12:08:32  > git config core.sparsecheckout # timeout=10
12:08:32  > git checkout -f bf1684cb972908fcc2e60ba94f0159464df7ece9 # timeout=10
12:08:34 Commit message: "Merge pull request #3974 from Coduz/fix-clientIdCaseSentisive"
12:08:34  > git rev-list --no-walk 5ced6f226369ab980a984e386102dba90ccb3cbb # timeout=10
12:08:34 [develop-test] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/develop-test/.repository clean install -P!console
12:08:35 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
12:08:35 Maven home: /opt/tools/apache-maven/latest
12:08:35 Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
12:08:35 Default locale: en_US, platform encoding: UTF-8
12:08:35 OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix"
12:08:37 [INFO] Scanning for projects...
12:08:40 [ERROR] [ERROR] Some problems were encountered while processing the POMs:
12:08:40 [ERROR] Non-resolvable import POM: The following artifacts could not be resolved: org.springframework.boot:spring-boot-dependencies:pom:2.5.14 (absent): Could not transfer artifact org.springframework.boot:spring-boot-dependencies:pom:2.5.14 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) @ line 283, column 25
12:08:40 [ERROR] Non-resolvable import POM: The following artifacts could not be resolved: org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 (absent): Could not transfer artifact org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) @ line 291, column 25
12:08:40 [ERROR] 'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-jetty:jar is missing. @ line 232, column 21
12:08:40 [ERROR] Non-resolvable import POM: The following artifacts could not be resolved: org.springframework.boot:spring-boot-dependencies:pom:2.5.14 (absent): org.springframework.boot:spring-boot-dependencies:pom:2.5.14 failed to transfer from 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. Original error: Could not transfer artifact org.springframework.boot:spring-boot-dependencies:pom:2.5.14 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) @ line 38, column 25
12:08:40 [ERROR] Non-resolvable import POM: The following artifacts could not be resolved: org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 (absent): org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 failed to transfer from 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. Original error: Could not transfer artifact org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) @ line 46, column 25
12:08:40 [ERROR] Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:5.1.8 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.felix:maven-bundle-plugin:jar:5.1.8 @ 
12:08:40 [ERROR] Non-resolvable import POM: The following artifacts could not be resolved: org.springframework.boot:spring-boot-dependencies:pom:2.5.14 (absent): org.springframework.boot:spring-boot-dependencies:pom:2.5.14 failed to transfer from 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. Original error: Could not transfer artifact org.springframework.boot:spring-boot-dependencies:pom:2.5.14 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) @ line 38, column 25
12:08:40 [ERROR] Non-resolvable import POM: The following artifacts could not be resolved: org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 (absent): org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 failed to transfer from 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. Original error: Could not transfer artifact org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) @ line 46, column 25
12:08:40 [ERROR] Non-resolvable import POM: The following artifacts could not be resolved: org.springframework.boot:spring-boot-dependencies:pom:2.5.14 (absent): org.springframework.boot:spring-boot-dependencies:pom:2.5.14 failed to transfer from 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. Original error: Could not transfer artifact org.springframework.boot:spring-boot-dependencies:pom:2.5.14 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) @ line 37, column 25
12:08:40 [ERROR] Non-resolvable import POM: The following artifacts could not be resolved: org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 (absent): org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 failed to transfer from 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. Original error: Could not transfer artifact org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) @ line 45, column 25
12:08:40  @ 
12:08:40 [ERROR] The build could not read 5 projects -> [Help 1]
12:08:40 [ERROR]   
12:08:40 [ERROR]   The project org.eclipse.kapua:kapua-service-authentication-app:2.0.0-SNAPSHOT (/home/jenkins/agent/workspace/develop-test/service/authentication-app/pom.xml) has 3 errors
12:08:40 [ERROR]     Non-resolvable import POM: The following artifacts could not be resolved: org.springframework.boot:spring-boot-dependencies:pom:2.5.14 (absent): Could not transfer artifact org.springframework.boot:spring-boot-dependencies:pom:2.5.14 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) @ line 283, column 25 -> [Help 2]
12:08:40 [ERROR]     Non-resolvable import POM: The following artifacts could not be resolved: org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 (absent): Could not transfer artifact org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) @ line 291, column 25 -> [Help 2]
12:08:40 [ERROR]     'dependencies.dependency.version' for org.springframework.boot:spring-boot-starter-jetty:jar is missing. @ line 232, column 21
12:08:40 [ERROR]   
12:08:40 [ERROR]   The project org.eclipse.kapua:kapua-consumer:2.0.0-SNAPSHOT (/home/jenkins/agent/workspace/develop-test/consumer/pom.xml) has 2 errors
12:08:40 [ERROR]     Non-resolvable import POM: The following artifacts could not be resolved: org.springframework.boot:spring-boot-dependencies:pom:2.5.14 (absent): org.springframework.boot:spring-boot-dependencies:pom:2.5.14 failed to transfer from 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. Original error: Could not transfer artifact org.springframework.boot:spring-boot-dependencies:pom:2.5.14 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) @ line 38, column 25 -> [Help 2]
12:08:40 [ERROR]     Non-resolvable import POM: The following artifacts could not be resolved: org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 (absent): org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 failed to transfer from 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. Original error: Could not transfer artifact org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) @ line 46, column 25 -> [Help 2]
12:08:40 [ERROR]   
12:08:40 [ERROR]   The project org.eclipse.kapua:kapua-client-gateway:2.0.0-SNAPSHOT (/home/jenkins/agent/workspace/develop-test/client/gateway/pom.xml) has 1 error
12:08:40 [ERROR]     Unresolveable build extension: Plugin org.apache.felix:maven-bundle-plugin:5.1.8 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.felix:maven-bundle-plugin:jar:5.1.8: The following artifacts could not be resolved: org.apache.felix:maven-bundle-plugin:pom:5.1.8 (absent): Could not transfer artifact org.apache.felix:maven-bundle-plugin:pom:5.1.8 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) -> [Help 3]
12:08:40 [ERROR]   
12:08:40 [ERROR]   The project org.eclipse.kapua:kapua-assembly-consumer:2.0.0-SNAPSHOT (/home/jenkins/agent/workspace/develop-test/assembly/consumer/pom.xml) has 2 errors
12:08:40 [ERROR]     Non-resolvable import POM: The following artifacts could not be resolved: org.springframework.boot:spring-boot-dependencies:pom:2.5.14 (absent): org.springframework.boot:spring-boot-dependencies:pom:2.5.14 failed to transfer from 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. Original error: Could not transfer artifact org.springframework.boot:spring-boot-dependencies:pom:2.5.14 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) @ line 38, column 25 -> [Help 2]
12:08:40 [ERROR]     Non-resolvable import POM: The following artifacts could not be resolved: org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 (absent): org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 failed to transfer from 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. Original error: Could not transfer artifact org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) @ line 46, column 25 -> [Help 2]
12:08:40 [ERROR]   
12:08:40 [ERROR]   The project org.eclipse.kapua:kapua-assembly-service:2.0.0-SNAPSHOT (/home/jenkins/agent/workspace/develop-test/assembly/service/pom.xml) has 2 errors
12:08:40 [ERROR]     Non-resolvable import POM: The following artifacts could not be resolved: org.springframework.boot:spring-boot-dependencies:pom:2.5.14 (absent): org.springframework.boot:spring-boot-dependencies:pom:2.5.14 failed to transfer from 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. Original error: Could not transfer artifact org.springframework.boot:spring-boot-dependencies:pom:2.5.14 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) @ line 37, column 25 -> [Help 2]
12:08:40 [ERROR]     Non-resolvable import POM: The following artifacts could not be resolved: org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 (absent): org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 failed to transfer from 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. Original error: Could not transfer artifact org.apache.camel.springboot:camel-spring-boot-bom:pom:3.21.0 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): status code: 403, reason phrase: Forbidden (403) @ line 45, column 25 -> [Help 2]
12:08:40 [ERROR] 
12:08:40 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
12:08:40 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
12:08:40 [ERROR] 
12:08:40 [ERROR] For more information about the errors and possible solutions, please read the following articles:
12:08:40 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
12:08:40 [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
12:08:40 [ERROR] [Help 3] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException
12:08:40 Build step 'Invoke top-level Maven targets' marked build as failure
12:08:40 [htmlpublisher] Archiving HTML reports...
12:08:40 [htmlpublisher] Archiving at PROJECT level /home/jenkins/agent/workspace/develop-test/dev-tools/cucumber-reports/target/kapua-cucumber-report to /var/jenkins/jobs/develop-test/htmlreports/Cucumber_20reports
12:08:40 ERROR: Specified HTML directory '/home/jenkins/agent/workspace/develop-test/dev-tools/cucumber-reports/target/kapua-cucumber-report' does not exist.
12:08:41 Recording test results
12:08:42 ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
12:08:42 Finished: FAILURE