Started by timer Running as SYSTEM Agent basic-nfzqs is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-nfzqs" namespace: "gemini" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.gemini.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-nfzqs" - 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-nfzqs" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.gemini.svc.cluster.local/gemini/" 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-gemini" 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-nfzqs (basic) in workspace /home/jenkins/agent/workspace/gemini-management-main Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning repository https://github.com/eclipse-gemini/gemini.management > git init /home/jenkins/agent/workspace/gemini-management-main # timeout=10 Fetching upstream changes from https://github.com/eclipse-gemini/gemini.management > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --tags --force --progress -- https://github.com/eclipse-gemini/gemini.management +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-gemini/gemini.management # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/main^{commit} # timeout=10 Checking out Revision e9762deeff33e27cc30202dcfe750ded43f5ce96 (origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f e9762deeff33e27cc30202dcfe750ded43f5ce96 # timeout=10 Commit message: "Bump Tycho to latest compatible `0.x` version `0.26.0`" > git rev-list --no-walk e9762deeff33e27cc30202dcfe750ded43f5ce96 # timeout=10 [gemini-management-main] $ /opt/tools/apache-maven/latest/bin/mvn clean install -e Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_392, vendor: Temurin, runtime: /opt/tools/java/temurin/jdk-8/jdk8u392-b08/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.eclipse.gemini.management:org.eclipse.gemini.management:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/3.8/ (128B) [INFO] Adding repository http://download.eclipse.org/eclipse/updates/3.8 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/3.8/ (467B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/3.8/ (467B) [INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/3.8/categories/ (781B) [INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/3.8/categories/ (781B) [INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/ (335.64kB) [INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/ (335.64kB) [INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.1-201209141540/ (305.41kB) [INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.1-201209141540/ (305.41kB) [INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/3.8/R-3.8-201206081200/ (334.1kB) [INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/3.8/R-3.8-201206081200/ (334.1kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.gemini.management:org.eclipse.gemini.management:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management/pom.xml [INFO] Fetching R-3.8.2-201301310800&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/eclipse/updates/3.8/ (63B) [INFO] Fetching org.eclipse.equinox.region_1.1.1.v20130108-172736.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (45.9kB) [INFO] Fetching org.eclipse.equinox.region_1.1.1.v20130108-172736.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (45.9kB) [INFO] Fetching org.eclipse.osgi_3.8.2.v20130124-134944.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (461.81kB) [INFO] Fetching org.eclipse.osgi_3.8.2.v20130124-134944.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (461.81kB) [INFO] Fetching org.eclipse.osgi.services_3.3.100.v20120522-1822.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (31.33kB) [INFO] Fetching org.eclipse.osgi.services_3.3.100.v20120522-1822.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (31.33kB) [INFO] Resolving class path of MavenProject: org.eclipse.gemini.management:org.eclipse.gemini.management:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gemini.management:org.eclipse.gemini.management.tests:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gemini.management:org.eclipse.gemini.management.tests:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.tests/pom.xml [INFO] Fetching org.eclipse.core.contenttype_3.4.200.v20120523-2004.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (34.75kB) [INFO] Fetching org.eclipse.core.contenttype_3.4.200.v20120523-2004.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (34.75kB) [INFO] Fetching org.eclipse.equinox.preferences_3.5.1.v20121031-182809.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (46.33kB) [INFO] Fetching org.eclipse.equinox.preferences_3.5.1.v20121031-182809.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (46.33kB) [INFO] Fetching org.eclipse.equinox.registry_3.5.200.v20120522-1841.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (68.02kB) [INFO] Fetching org.eclipse.equinox.registry_3.5.200.v20120522-1841.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (68.02kB) [INFO] Fetching org.eclipse.equinox.common_3.6.100.v20120522-1841.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (43.51kB) [INFO] Fetching org.eclipse.equinox.common_3.6.100.v20120522-1841.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (43.51kB) [INFO] Fetching org.eclipse.core.jobs_3.5.200.v20120521-2346.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (37.59kB) [INFO] Fetching org.eclipse.core.jobs_3.5.200.v20120521-2346.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (37.59kB) [INFO] Fetching org.eclipse.core.runtime_3.8.0.v20120521-2346.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (32.04kB) [INFO] Fetching org.eclipse.core.runtime_3.8.0.v20120521-2346.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (32.04kB) [INFO] Fetching org.eclipse.equinox.app_1.3.100.v20120522-1841.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (39.01kB) [INFO] Fetching org.eclipse.equinox.app_1.3.100.v20120522-1841.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (39.01kB) [INFO] Fetching org.junit4_4.8.1.v20120523-1257.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (6.17kB) [INFO] Fetching org.junit4_4.8.1.v20120523-1257.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (6.17kB) [INFO] Fetching org.junit_4.10.0.v4_10_0_v20120426-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (62.4kB) [INFO] Fetching org.junit_4.10.0.v4_10_0_v20120426-0900.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (62.4kB) [INFO] Fetching org.junit_4.10.0.v4_10_0_v20120426-0900.jar from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (211.78kB) [INFO] Fetching org.junit_4.10.0.v4_10_0_v20120426-0900.jar from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (211.78kB) [WARNING] Some attempts to read artifact osgi.bundle,org.junit,4.10.0.v4_10_0_v20120426-0900 failed: [WARNING] An error occurred while transferring artifact packed: osgi.bundle,org.junit,4.10.0.v4_10_0_v20120426-0900 from repository http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800: [WARNING] Problems downloading artifact: osgi.bundle,org.junit,4.10.0.v4_10_0_v20120426-0900.: [WARNING] File has invalid content:/tmp/signatureFile7584108982136009624.jar: [WARNING] Invalid content:junit.jar [INFO] Fetching org.hamcrest.core_1.1.0.v20090501071000.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (11.77kB) [INFO] Fetching org.hamcrest.core_1.1.0.v20090501071000.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (11.77kB) [INFO] Fetching org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (26.94kB) [INFO] Fetching org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (26.94kB) [INFO] Resolving class path of MavenProject: org.eclipse.gemini.management:org.eclipse.gemini.management.tests:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gemini.management:org.eclipse.gemini.management.feature:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gemini.management:org.eclipse.gemini.management.feature:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gemini.management:org.eclipse.gemini.management.feature:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.gemini.management:gemini.management.repository:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemini-management-main/gemini.management.repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.gemini.management:gemini.management.repository:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemini-management-main/gemini.management.repository/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.gemini.management:gemini.management.repository:2.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/gemini-management-main/gemini.management.repository/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Gemini Management Parent POM [pom] [INFO] Gemini Management Bundle [eclipse-plugin] [INFO] Gemini Management Bundle Tests [eclipse-test-plugin] [INFO] Gemini Management Feature [eclipse-feature] [INFO] Gemini Management Update Site [eclipse-update-site] [INFO] Gemini Management Target Platform [pom] [INFO] [INFO] --< org.eclipse.gemini.management:org.eclipse.gemini.management_parent >-- [INFO] Building Gemini Management Parent POM 2.0.1-SNAPSHOT [1/6] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gemini.management_parent --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ org.eclipse.gemini.management_parent --- [INFO] Installing /home/jenkins/agent/workspace/gemini-management-main/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/management/org.eclipse.gemini.management_parent/2.0.1-SNAPSHOT/org.eclipse.gemini.management_parent-2.0.1-SNAPSHOT.pom [INFO] [INFO] ----< org.eclipse.gemini.management:org.eclipse.gemini.management >----- [INFO] Building Gemini Management Bundle 2.0.1-SNAPSHOT [2/6] [INFO] from org.eclipse.gemini.management/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.26.0:target-platform (default-target-platform)' [WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:0.26.0:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gemini.management --- [INFO] [INFO] --- tycho-packaging:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.gemini.management --- [INFO] The project's OSGi version is 2.0.1.202403230142 [INFO] [INFO] --- tycho-packaging:0.26.0:validate-id (default-validate-id) @ org.eclipse.gemini.management --- [INFO] [INFO] --- tycho-packaging:0.26.0:validate-version (default-validate-version) @ org.eclipse.gemini.management --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.eclipse.gemini.management --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management/src/main/resources [INFO] [INFO] --- tycho-compiler:0.26.0:compile (default-compile) @ org.eclipse.gemini.management --- [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.eclipse.gemini.management --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management/src/test/resources [INFO] [INFO] --- tycho-source:0.26.0:plugin-source (plugin-source) @ org.eclipse.gemini.management --- [WARNING] bundle localization file /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management/plugin.properties not found [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management/target/org.eclipse.gemini.management-2.0.1-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.gemini.management --- [INFO] [INFO] --- tycho-packaging:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.gemini.management --- [INFO] Building jar: /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management/target/org.eclipse.gemini.management-2.0.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemini.management --- [INFO] [INFO] >>> findbugs:2.3.2:check (default) > :findbugs @ org.eclipse.gemini.management >>> [INFO] [INFO] --- findbugs:2.3.2:findbugs (findbugs) @ org.eclipse.gemini.management --- [WARNING] Parameter 'findbugsXmlOutput' is deprecated: No reason given [INFO] ****** FindBugsMojo execute ******* [INFO] canGenerate is true [INFO] ****** FindBugsMojo executeFindbugs ******* [INFO] Temp File is /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management/target/findbugsTemp.xml [INFO] Fork Value is true [java] Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 40705 [java] at org.objectweb.asm.ClassReader.readClass(Unknown Source) [java] at org.objectweb.asm.ClassReader.accept(Unknown Source) [java] at edu.umd.cs.findbugs.asm.FBClassReader.accept(FBClassReader.java:44) [java] at org.objectweb.asm.ClassReader.accept(Unknown Source) [java] at edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:93) [java] at edu.umd.cs.findbugs.classfile.engine.ClassParserUsingASM.parse(ClassParserUsingASM.java:414) [java] at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:65) [java] at edu.umd.cs.findbugs.classfile.engine.ClassInfoAnalysisEngine.analyze(ClassInfoAnalysisEngine.java:39) [java] at edu.umd.cs.findbugs.classfile.impl.AnalysisCache.getClassAnalysis(AnalysisCache.java:214) [java] at edu.umd.cs.findbugs.ba.XFactory.getXClass(XFactory.java:581) [java] at edu.umd.cs.findbugs.ba.AnalysisCacheToAnalysisContextAdapter.setAppClassList(AnalysisCacheToAnalysisContextAdapter.java:319) [java] at edu.umd.cs.findbugs.FindBugs2.createAnalysisContext(FindBugs2.java:785) [java] at edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:187) [java] at edu.umd.cs.findbugs.FindBugs.runMain(FindBugs.java:348) [java] at edu.umd.cs.findbugs.FindBugs2.main(FindBugs2.java:1057) [java] Java Result: 1 [INFO] No bugs found [INFO] [INFO] <<< findbugs:2.3.2:check (default) < :findbugs @ org.eclipse.gemini.management <<< [INFO] [INFO] [INFO] --- findbugs:2.3.2:check (default) @ org.eclipse.gemini.management --- [WARNING] Parameter 'findbugsXmlOutput' is deprecated: No reason given [INFO] [INFO] >>> pmd:2.5:cpd-check (default) > :cpd @ org.eclipse.gemini.management >>> [INFO] [INFO] --- pmd:2.5:cpd (cpd) @ org.eclipse.gemini.management --- [WARNING] Unable to locate Source XRef to link to - DISABLED [INFO] [INFO] <<< pmd:2.5:cpd-check (default) < :cpd @ org.eclipse.gemini.management <<< [INFO] [INFO] [INFO] --- pmd:2.5:cpd-check (default) @ org.eclipse.gemini.management --- [INFO] [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gemini.management --- [INFO] Installing /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management/target/org.eclipse.gemini.management-2.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/management/org.eclipse.gemini.management/2.0.1-SNAPSHOT/org.eclipse.gemini.management-2.0.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/management/org.eclipse.gemini.management/2.0.1-SNAPSHOT/org.eclipse.gemini.management-2.0.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management/target/org.eclipse.gemini.management-2.0.1-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/management/org.eclipse.gemini.management/2.0.1-SNAPSHOT/org.eclipse.gemini.management-2.0.1-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/management/org.eclipse.gemini.management/2.0.1-SNAPSHOT/org.eclipse.gemini.management-2.0.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/management/org.eclipse.gemini.management/2.0.1-SNAPSHOT/org.eclipse.gemini.management-2.0.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.26.0:update-local-index (default-update-local-index) @ org.eclipse.gemini.management --- [INFO] [INFO] --< org.eclipse.gemini.management:org.eclipse.gemini.management.tests >-- [INFO] Building Gemini Management Bundle Tests 2.0.1-SNAPSHOT [3/6] [INFO] from org.eclipse.gemini.management.tests/pom.xml [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.26.0:target-platform (default-target-platform)' [WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:0.26.0:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gemini.management.tests --- [INFO] [INFO] --- tycho-packaging:0.26.0:build-qualifier (default-build-qualifier) @ org.eclipse.gemini.management.tests --- [INFO] The project's OSGi version is 2.0.1.202403230142 [INFO] [INFO] --- tycho-packaging:0.26.0:validate-id (default-validate-id) @ org.eclipse.gemini.management.tests --- [INFO] [INFO] --- tycho-packaging:0.26.0:validate-version (default-validate-version) @ org.eclipse.gemini.management.tests --- [INFO] [INFO] --- resources:2.4.1:resources (default-resources) @ org.eclipse.gemini.management.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:0.26.0:compile (default-compile) @ org.eclipse.gemini.management.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.tests/target/classes [INFO] [INFO] --- resources:2.4.1:testResources (default-testResources) @ org.eclipse.gemini.management.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.tests/src/test/resources [INFO] [INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.gemini.management.tests --- [INFO] [INFO] --- tycho-packaging:0.26.0:package-plugin (default-package-plugin) @ org.eclipse.gemini.management.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.tests/target/org.eclipse.gemini.management.tests-2.0.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemini.management.tests --- [INFO] [INFO] --- tycho-surefire:0.26.0:test (default-test) @ org.eclipse.gemini.management.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/temurin/jdk-8/jdk8u392-b08/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xmx512m, -Xms128m, -Dcom.sun.management.jmxremote.port=21045, -Dcom.sun.management.jmxremote.authenticate=false, -Dcom.sun.management.jmxremote.ssl=false, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar, -data, /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.tests/target/work/data, -install, /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.tests/target/work, -configuration, /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.tests/target/surefire.properties] ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.eclipse.gemini.management.integration.tests.ServiceStateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec - in org.eclipse.gemini.management.integration.tests.ServiceStateTest listTest(org.eclipse.gemini.management.integration.tests.ServiceStateTest) Time elapsed: 0.124 sec Running org.eclipse.gemini.management.integration.tests.FrameworkTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.gemini.management.integration.tests.FrameworkTest frameworkStartLevelTest(org.eclipse.gemini.management.integration.tests.FrameworkTest) Time elapsed: 0.005 sec Running org.eclipse.gemini.management.integration.tests.PackageStateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 sec - in org.eclipse.gemini.management.integration.tests.PackageStateTest listTest(org.eclipse.gemini.management.integration.tests.PackageStateTest) Time elapsed: 0.062 sec Running org.eclipse.gemini.management.integration.tests.BundleStateTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec - in org.eclipse.gemini.management.integration.tests.BundleStateTest listTest(org.eclipse.gemini.management.integration.tests.BundleStateTest) Time elapsed: 0.083 sec nameAndVersionTest(org.eclipse.gemini.management.integration.tests.BundleStateTest) Time elapsed: 0.011 sec Running org.eclipse.gemini.management.integration.tests.BundleWiringStateTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.eclipse.gemini.management.integration.tests.BundleWiringStateTest currentWiringClosureTest(org.eclipse.gemini.management.integration.tests.BundleWiringStateTest) Time elapsed: 0.093 sec Results : Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gemini.management.tests --- [INFO] Installing /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.tests/target/org.eclipse.gemini.management.tests-2.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/management/org.eclipse.gemini.management.tests/2.0.1-SNAPSHOT/org.eclipse.gemini.management.tests-2.0.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/management/org.eclipse.gemini.management.tests/2.0.1-SNAPSHOT/org.eclipse.gemini.management.tests-2.0.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/management/org.eclipse.gemini.management.tests/2.0.1-SNAPSHOT/org.eclipse.gemini.management.tests-2.0.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/management/org.eclipse.gemini.management.tests/2.0.1-SNAPSHOT/org.eclipse.gemini.management.tests-2.0.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.26.0:update-local-index (default-update-local-index) @ org.eclipse.gemini.management.tests --- [INFO] [INFO] --< org.eclipse.gemini.management:org.eclipse.gemini.management.feature >-- [INFO] Building Gemini Management Feature 2.0.1-SNAPSHOT [4/6] [INFO] from org.eclipse.gemini.management.feature/pom.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.26.0:target-platform (default-target-platform)' [WARNING] Parameter 'target' is unknown for plugin 'target-platform-configuration:0.26.0:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.gemini.management.feature --- [INFO] [INFO] --- tycho-packaging:0.26.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.gemini.management.feature --- [INFO] The project's OSGi version is 2.0.1.202403230142 [INFO] [INFO] --- tycho-packaging:0.26.0:validate-id (default-validate-id) @ org.eclipse.gemini.management.feature --- [INFO] [INFO] --- tycho-packaging:0.26.0:validate-version (default-validate-version) @ org.eclipse.gemini.management.feature --- [INFO] [INFO] --- target-platform-configuration:0.26.0:target-platform (default-target-platform) @ org.eclipse.gemini.management.feature --- [INFO] [INFO] --- tycho-packaging:0.26.0:package-feature (default-package-feature) @ org.eclipse.gemini.management.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.feature/target/org.eclipse.gemini.management.feature-2.0.1-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:0.26.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.gemini.management.feature --- [INFO] [INFO] --- tycho-p2:0.26.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.gemini.management.feature --- [INFO] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.gemini.management.feature --- [INFO] Installing /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.feature/target/org.eclipse.gemini.management.feature-2.0.1-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/gemini/management/org.eclipse.gemini.management.feature/2.0.1-SNAPSHOT/org.eclipse.gemini.management.feature-2.0.1-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/management/org.eclipse.gemini.management.feature/2.0.1-SNAPSHOT/org.eclipse.gemini.management.feature-2.0.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/management/org.eclipse.gemini.management.feature/2.0.1-SNAPSHOT/org.eclipse.gemini.management.feature-2.0.1-SNAPSHOT-p2metadata.xml [INFO] Installing /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/management/org.eclipse.gemini.management.feature/2.0.1-SNAPSHOT/org.eclipse.gemini.management.feature-2.0.1-SNAPSHOT-p2artifacts.xml [INFO] [INFO] --- tycho-p2:0.26.0:update-local-index (default-update-local-index) @ org.eclipse.gemini.management.feature --- [INFO] [INFO] -----< org.eclipse.gemini.management:gemini.management.repository >----- [INFO] Building Gemini Management Update Site 2.0.1-SNAPSHOT [5/6] [INFO] from gemini.management.repository/pom.xml [INFO] ------------------------[ eclipse-update-site ]------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ gemini.management.repository --- [INFO] [INFO] --- tycho-packaging:0.26.0:build-qualifier (default-build-qualifier) @ gemini.management.repository --- [INFO] The project's OSGi version is 2.0.1.202403230142 [INFO] [INFO] --- tycho-packaging:0.26.0:update-site (default-update-site) @ gemini.management.repository --- [INFO] [INFO] --- tycho-p2:0.26.0:update-site-p2-metadata (default-update-site-p2-metadata) @ gemini.management.repository --- [INFO] Command line: [/opt/tools/java/temurin/jdk-8/jdk8u392-b08/jre/bin/java, -jar, /home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles-external/0.26.0/eclipse/plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar, -configuration, /tmp/tycho-p2-runtime2734916077977411429.tmp/configuration, -nosplash, -application, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, -source, /home/jenkins/agent/workspace/gemini-management-main/gemini.management.repository/target/site, -metadataRepository, file:/home/jenkins/agent/workspace/gemini-management-main/gemini.management.repository/target/site/, -metadataRepositoryName, Gemini Management Update Site, -artifactRepository, file:/home/jenkins/agent/workspace/gemini-management-main/gemini.management.repository/target/site/, -artifactRepositoryName, Gemini Management Update Site Artifacts, -noDefaultIUs, -compress] Generating metadata for .. Generation completed with success [0 seconds]. [INFO] [INFO] --- tycho-packaging:0.26.0:update-site-packaging (default-update-site-packaging) @ gemini.management.repository --- [INFO] Building zip: /home/jenkins/agent/workspace/gemini-management-main/gemini.management.repository/target/site.zip [INFO] [INFO] --- install:2.3.1:install (default-install) @ gemini.management.repository --- [INFO] Installing /home/jenkins/agent/workspace/gemini-management-main/gemini.management.repository/target/site.zip to /home/jenkins/.m2/repository/org/eclipse/gemini/management/gemini.management.repository/2.0.1-SNAPSHOT/gemini.management.repository-2.0.1-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/gemini-management-main/gemini.management.repository/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/management/gemini.management.repository/2.0.1-SNAPSHOT/gemini.management.repository-2.0.1-SNAPSHOT.pom [INFO] [INFO] -----------< org.eclipse.gemini.management:target-platform >------------ [INFO] Building Gemini Management Target Platform 2.0.1-SNAPSHOT [6/6] [INFO] from org.eclipse.gemini.management.target/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ target-platform --- [INFO] [INFO] --- build-helper:1.3:attach-artifact (attach-artifacts) @ target-platform --- [INFO] [INFO] --- install:3.1.1:install (default-install) @ target-platform --- [INFO] Installing /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.target/pom.xml to /home/jenkins/.m2/repository/org/eclipse/gemini/management/target-platform/2.0.1-SNAPSHOT/target-platform-2.0.1-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/gemini-management-main/org.eclipse.gemini.management.target/gemini-management.target to /home/jenkins/.m2/repository/org/eclipse/gemini/management/target-platform/2.0.1-SNAPSHOT/target-platform-2.0.1-SNAPSHOT-gemini-management.target [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Gemini Management Parent POM 2.0.1-SNAPSHOT: [INFO] [INFO] Gemini Management Parent POM ....................... SUCCESS [01:04 min] [INFO] Gemini Management Bundle ........................... SUCCESS [17:01 min] [INFO] Gemini Management Bundle Tests ..................... SUCCESS [ 2.172 s] [INFO] Gemini Management Feature .......................... SUCCESS [ 0.081 s] [INFO] Gemini Management Update Site ...................... SUCCESS [ 1.920 s] [INFO] Gemini Management Target Platform .................. SUCCESS [01:05 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 30:05 min [INFO] Finished at: 2024-03-23T02:00:30Z [INFO] ------------------------------------------------------------------------ Recording test results [Checks API] No suitable checks publisher found. Finished: SUCCESS